Color spaces of #bebbce
RGB | 190 | 187 | 206 |
---|---|---|---|
HSL | 0.69 | 0.16 | 0.77 |
HSV | 249° | 9° | 81° |
CMYK | 0.08 | 0.09 | 0.00 0.19 |
XYZ | 50.1461 | 50.9440 | 65.5827 |
Yxy | 50.9440 | 0.3009 | 0.3057 |
Hunter Lab | 71.3751 | 0.5027 | -4.5158 |
CIE-Lab | 76.6451 | 4.6878 | -9.1710 |
#bebbce color RGB value is (190,187,206).
#bebbce hex color red value is 190, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bebbce hue: 0.69 , saturation: 0.16 and the lightness value of bebbce is 0.77.
The process color (four color CMYK) of #bebbce color hex is 0.08, 0.09, 0.00, 0.19. Web safe color of #bebbce is #cccccc. Color #bebbce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111011 | 11001110 |
Octal | 276 | 273 | 316 |
Decimal | 190 | 187 | 206 |
Hex | BE | BB | CE |
Shades of #bebbce
Tints of #bebbce
RGB Percentages of Color #bebbce
CMYK Percentages of Color #bebbce
Complementary Color
#bebbce | #cbcebb |
#bebbce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebbce Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebbce Color CSS Codes
.mybgcolor {background-color:#bebbce; } .myforecolor {color:#bebbce; } .mybordercolor {border:3px solid #bebbce; }
#bebbce Text Font Color
<p style="color:#bebbce">Text here</p>
This sample text font color is #bebbce
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.
#bebbce Background Color
<div style="background-color:#bebbce">
Div content here</div>
This div background color is #bebbce
#bebbce Border Color
<div style="border:3px solid #bebbce">
Div here</div>
This div border color is #bebbce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,187,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebbce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebbce; -webkit-box-shadow: 1px 1px 3px 2px #bebbce; box-shadow: 1px 1px 3px 2px #bebbce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,187,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebbce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebbce; -webkit-box-shadow: 1px 1px 3px 2px #bebbce; box-shadow: 1px 1px 3px 2px #bebbce;">
Div content here</div>
This div box has shadow with color #bebbce
Comments
No comments written yet.
Please login to write comment.