Color spaces of #bbcbc9
RGB | 187 | 203 | 201 |
---|---|---|---|
HSL | 0.48 | 0.13 | 0.76 |
HSV | 173° | 8° | 80° |
CMYK | 0.08 | 0.00 | 0.01 0.20 |
XYZ | 52.3921 | 57.4937 | 63.5944 |
Yxy | 57.4937 | 0.3020 | 0.3314 |
Hunter Lab | 75.8246 | -9.3559 | 3.3505 |
CIE-Lab | 80.4565 | -5.7966 | -0.8752 |
#bbcbc9 color RGB value is (187,203,201).
#bbcbc9 hex color red value is 187, green value is 203 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #bbcbc9 hue: 0.48 , saturation: 0.13 and the lightness value of bbcbc9 is 0.76.
The process color (four color CMYK) of #bbcbc9 color hex is 0.08, 0.00, 0.01, 0.20. Web safe color of #bbcbc9 is #cccccc. Color #bbcbc9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001011 | 11001001 |
Octal | 273 | 313 | 311 |
Decimal | 187 | 203 | 201 |
Hex | BB | CB | C9 |
Shades of #bbcbc9
Tints of #bbcbc9
RGB Percentages of Color #bbcbc9
CMYK Percentages of Color #bbcbc9
Complementary Color
#bbcbc9 | #cbbbbd |
#bbcbc9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbcbc9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbcbc9 Color CSS Codes
.mybgcolor {background-color:#bbcbc9; } .myforecolor {color:#bbcbc9; } .mybordercolor {border:3px solid #bbcbc9; }
#bbcbc9 Text Font Color
<p style="color:#bbcbc9">Text here</p>
This sample text font color is #bbcbc9
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.
#bbcbc9 Background Color
<div style="background-color:#bbcbc9">
Div content here</div>
This div background color is #bbcbc9
#bbcbc9 Border Color
<div style="border:3px solid #bbcbc9">
Div here</div>
This div border color is #bbcbc9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,203,201, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbcbc9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbcbc9; -webkit-box-shadow: 1px 1px 3px 2px #bbcbc9; box-shadow: 1px 1px 3px 2px #bbcbc9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,203,201, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbcbc9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbcbc9; -webkit-box-shadow: 1px 1px 3px 2px #bbcbc9; box-shadow: 1px 1px 3px 2px #bbcbc9;">
Div content here</div>
This div box has shadow with color #bbcbc9
Comments
No comments written yet.
Please login to write comment.