Color spaces of #bebcca
RGB | 190 | 188 | 202 |
---|---|---|---|
HSL | 0.69 | 0.12 | 0.76 |
HSV | 249° | 7° | 79° |
CMYK | 0.06 | 0.07 | 0.00 0.21 |
XYZ | 49.8791 | 51.1779 | 63.1265 |
Yxy | 51.1779 | 0.3038 | 0.3117 |
Hunter Lab | 71.5387 | -0.7368 | -2.2410 |
CIE-Lab | 76.7866 | 3.3593 | -6.7915 |
#bebcca color RGB value is (190,188,202).
#bebcca hex color red value is 190, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bebcca hue: 0.69 , saturation: 0.12 and the lightness value of bebcca is 0.76.
The process color (four color CMYK) of #bebcca color hex is 0.06, 0.07, 0.00, 0.21. Web safe color of #bebcca is #cccccc. Color #bebcca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111100 | 11001010 |
Octal | 276 | 274 | 312 |
Decimal | 190 | 188 | 202 |
Hex | BE | BC | CA |
Shades of #bebcca
Tints of #bebcca
RGB Percentages of Color #bebcca
CMYK Percentages of Color #bebcca
Complementary Color
#bebcca | #c8cabc |
#bebcca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebcca Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebcca Color CSS Codes
.mybgcolor {background-color:#bebcca; } .myforecolor {color:#bebcca; } .mybordercolor {border:3px solid #bebcca; }
#bebcca Text Font Color
<p style="color:#bebcca">Text here</p>
This sample text font color is #bebcca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bebcca Background Color
<div style="background-color:#bebcca">
Div content here</div>
This div background color is #bebcca
#bebcca Border Color
<div style="border:3px solid #bebcca">
Div here</div>
This div border color is #bebcca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,188,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebcca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebcca; -webkit-box-shadow: 1px 1px 3px 2px #bebcca; box-shadow: 1px 1px 3px 2px #bebcca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,188,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebcca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebcca; -webkit-box-shadow: 1px 1px 3px 2px #bebcca; box-shadow: 1px 1px 3px 2px #bebcca;">
Div content here</div>
This div box has shadow with color #bebcca
Comments
No comments written yet.
Please login to write comment.