Color spaces of #bbcdb9
RGB | 187 | 205 | 185 |
---|---|---|---|
HSL | 0.32 | 0.17 | 0.76 |
HSV | 114° | 10° | 80° |
CMYK | 0.09 | 0.00 | 0.10 0.20 |
XYZ | 51.0818 | 57.7302 | 54.3497 |
Yxy | 57.7302 | 0.3131 | 0.3538 |
Hunter Lab | 75.9804 | -12.9597 | 10.7754 |
CIE-Lab | 80.5886 | -9.8125 | 7.8812 |
#bbcdb9 color RGB value is (187,205,185).
#bbcdb9 hex color red value is 187, green value is 205 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bbcdb9 hue: 0.32 , saturation: 0.17 and the lightness value of bbcdb9 is 0.76.
The process color (four color CMYK) of #bbcdb9 color hex is 0.09, 0.00, 0.10, 0.20. Web safe color of #bbcdb9 is #cccccc. Color #bbcdb9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001101 | 10111001 |
Octal | 273 | 315 | 271 |
Decimal | 187 | 205 | 185 |
Hex | BB | CD | B9 |
Shades of #bbcdb9
Tints of #bbcdb9
RGB Percentages of Color #bbcdb9
CMYK Percentages of Color #bbcdb9
Complementary Color
#bbcdb9 | #cbb9cd |
#bbcdb9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbcdb9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbcdb9 Color CSS Codes
.mybgcolor {background-color:#bbcdb9; } .myforecolor {color:#bbcdb9; } .mybordercolor {border:3px solid #bbcdb9; }
#bbcdb9 Text Font Color
<p style="color:#bbcdb9">Text here</p>
This sample text font color is #bbcdb9
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.
#bbcdb9 Background Color
<div style="background-color:#bbcdb9">
Div content here</div>
This div background color is #bbcdb9
#bbcdb9 Border Color
<div style="border:3px solid #bbcdb9">
Div here</div>
This div border color is #bbcdb9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,205,185, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbcdb9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbcdb9; -webkit-box-shadow: 1px 1px 3px 2px #bbcdb9; box-shadow: 1px 1px 3px 2px #bbcdb9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,205,185, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbcdb9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbcdb9; -webkit-box-shadow: 1px 1px 3px 2px #bbcdb9; box-shadow: 1px 1px 3px 2px #bbcdb9;">
Div content here</div>
This div box has shadow with color #bbcdb9
Comments
No comments written yet.
Please login to write comment.