Color spaces of #bbcf9f
RGB | 187 | 207 | 159 |
---|---|---|---|
HSL | 0.24 | 0.33 | 0.72 |
HSV | 85° | 23° | 81° |
CMYK | 0.10 | 0.00 | 0.23 0.19 |
XYZ | 49.0643 | 57.6936 | 41.3509 |
Yxy | 57.6936 | 0.3313 | 0.3895 |
Hunter Lab | 75.9563 | -17.6207 | 20.8917 |
CIE-Lab | 80.5681 | -15.1484 | 21.6624 |
#bbcf9f color RGB value is (187,207,159).
#bbcf9f hex color red value is 187, green value is 207 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bbcf9f hue: 0.24 , saturation: 0.33 and the lightness value of bbcf9f is 0.72.
The process color (four color CMYK) of #bbcf9f color hex is 0.10, 0.00, 0.23, 0.19. Web safe color of #bbcf9f is #cccc99. Color #bbcf9f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001111 | 10011111 |
Octal | 273 | 317 | 237 |
Decimal | 187 | 207 | 159 |
Hex | BB | CF | 9F |
Shades of #bbcf9f
Tints of #bbcf9f
RGB Percentages of Color #bbcf9f
CMYK Percentages of Color #bbcf9f
Complementary Color
#bbcf9f | #b39fcf |
#bbcf9f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbcf9f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbcf9f Color CSS Codes
.mybgcolor {background-color:#bbcf9f; } .myforecolor {color:#bbcf9f; } .mybordercolor {border:3px solid #bbcf9f; }
#bbcf9f Text Font Color
<p style="color:#bbcf9f">Text here</p>
This sample text font color is #bbcf9f
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.
#bbcf9f Background Color
<div style="background-color:#bbcf9f">
Div content here</div>
This div background color is #bbcf9f
#bbcf9f Border Color
<div style="border:3px solid #bbcf9f">
Div here</div>
This div border color is #bbcf9f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,207,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbcf9f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbcf9f; -webkit-box-shadow: 1px 1px 3px 2px #bbcf9f; box-shadow: 1px 1px 3px 2px #bbcf9f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,207,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbcf9f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbcf9f; -webkit-box-shadow: 1px 1px 3px 2px #bbcf9f; box-shadow: 1px 1px 3px 2px #bbcf9f;">
Div content here</div>
This div box has shadow with color #bbcf9f
Comments
No comments written yet.
Please login to write comment.