Color spaces of #bbcbea
RGB | 187 | 203 | 234 |
---|---|---|---|
HSL | 0.61 | 0.53 | 0.83 |
HSV | 220° | 20° | 92° |
CMYK | 0.20 | 0.13 | 0.00 0.08 |
XYZ | 56.7007 | 59.2172 | 86.2835 |
Yxy | 59.2172 | 0.2804 | 0.2929 |
Hunter Lab | 76.9527 | -3.1439 | -12.6122 |
CIE-Lab | 81.4108 | 1.0332 | -17.1273 |
#bbcbea color RGB value is (187,203,234).
#bbcbea hex color red value is 187, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bbcbea hue: 0.61 , saturation: 0.53 and the lightness value of bbcbea is 0.83.
The process color (four color CMYK) of #bbcbea color hex is 0.20, 0.13, 0.00, 0.08. Web safe color of #bbcbea is #ccccff. Color #bbcbea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001011 | 11101010 |
Octal | 273 | 313 | 352 |
Decimal | 187 | 203 | 234 |
Hex | BB | CB | EA |
Shades of #bbcbea
Tints of #bbcbea
RGB Percentages of Color #bbcbea
CMYK Percentages of Color #bbcbea
Complementary Color
#bbcbea | #eadabb |
#bbcbea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbcbea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbcbea Color CSS Codes
.mybgcolor {background-color:#bbcbea; } .myforecolor {color:#bbcbea; } .mybordercolor {border:3px solid #bbcbea; }
#bbcbea Text Font Color
<p style="color:#bbcbea">Text here</p>
This sample text font color is #bbcbea
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.
#bbcbea Background Color
<div style="background-color:#bbcbea">
Div content here</div>
This div background color is #bbcbea
#bbcbea Border Color
<div style="border:3px solid #bbcbea">
Div here</div>
This div border color is #bbcbea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,203,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbcbea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbcbea; -webkit-box-shadow: 1px 1px 3px 2px #bbcbea; box-shadow: 1px 1px 3px 2px #bbcbea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,203,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbcbea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbcbea; -webkit-box-shadow: 1px 1px 3px 2px #bbcbea; box-shadow: 1px 1px 3px 2px #bbcbea;">
Div content here</div>
This div box has shadow with color #bbcbea
#bbcbea Color Palettes
Comments
No comments written yet.
Please login to write comment.