Color spaces of #bbdcca
RGB | 187 | 220 | 202 |
---|---|---|---|
HSL | 0.41 | 0.32 | 0.80 |
HSV | 147° | 15° | 86° |
CMYK | 0.15 | 0.00 | 0.08 0.14 |
XYZ | 56.7474 | 66.0155 | 65.6285 |
Yxy | 66.0155 | 0.3012 | 0.3504 |
Hunter Lab | 81.2499 | -17.5176 | 8.9843 |
CIE-Lab | 85.0043 | -14.3404 | 5.2022 |
#bbdcca color RGB value is (187,220,202).
#bbdcca hex color red value is 187, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bbdcca hue: 0.41 , saturation: 0.32 and the lightness value of bbdcca is 0.80.
The process color (four color CMYK) of #bbdcca color hex is 0.15, 0.00, 0.08, 0.14. Web safe color of #bbdcca is #cccccc. Color #bbdcca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011100 | 11001010 |
Octal | 273 | 334 | 312 |
Decimal | 187 | 220 | 202 |
Hex | BB | DC | CA |
Shades of #bbdcca
Tints of #bbdcca
RGB Percentages of Color #bbdcca
CMYK Percentages of Color #bbdcca
Complementary Color
#bbdcca | #dcbbcd |
#bbdcca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbdcca Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbdcca Color CSS Codes
.mybgcolor {background-color:#bbdcca; } .myforecolor {color:#bbdcca; } .mybordercolor {border:3px solid #bbdcca; }
#bbdcca Text Font Color
<p style="color:#bbdcca">Text here</p>
This sample text font color is #bbdcca
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.
#bbdcca Background Color
<div style="background-color:#bbdcca">
Div content here</div>
This div background color is #bbdcca
#bbdcca Border Color
<div style="border:3px solid #bbdcca">
Div here</div>
This div border color is #bbdcca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,220,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbdcca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbdcca; -webkit-box-shadow: 1px 1px 3px 2px #bbdcca; box-shadow: 1px 1px 3px 2px #bbdcca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,220,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 #bbdcca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbdcca; -webkit-box-shadow: 1px 1px 3px 2px #bbdcca; box-shadow: 1px 1px 3px 2px #bbdcca;">
Div content here</div>
This div box has shadow with color #bbdcca
Comments
No comments written yet.
Please login to write comment.