Color spaces of #bfccbb
RGB | 191 | 204 | 187 |
---|---|---|---|
HSL | 0.29 | 0.14 | 0.77 |
HSV | 106° | 8° | 80° |
CMYK | 0.06 | 0.00 | 0.08 0.20 |
XYZ | 52.0484 | 57.8500 | 55.4366 |
Yxy | 57.8500 | 0.3148 | 0.3499 |
Hunter Lab | 76.0592 | -10.9535 | 10.0272 |
CIE-Lab | 80.6553 | -7.5521 | 6.9457 |
#bfccbb color RGB value is (191,204,187).
#bfccbb hex color red value is 191, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bfccbb hue: 0.29 , saturation: 0.14 and the lightness value of bfccbb is 0.77.
The process color (four color CMYK) of #bfccbb color hex is 0.06, 0.00, 0.08, 0.20. Web safe color of #bfccbb is #cccccc. Color #bfccbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001100 | 10111011 |
Octal | 277 | 314 | 273 |
Decimal | 191 | 204 | 187 |
Hex | BF | CC | BB |
Shades of #bfccbb
Tints of #bfccbb
RGB Percentages of Color #bfccbb
CMYK Percentages of Color #bfccbb
Complementary Color
#bfccbb | #c8bbcc |
#bfccbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfccbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfccbb Color CSS Codes
.mybgcolor {background-color:#bfccbb; } .myforecolor {color:#bfccbb; } .mybordercolor {border:3px solid #bfccbb; }
#bfccbb Text Font Color
<p style="color:#bfccbb">Text here</p>
This sample text font color is #bfccbb
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.
#bfccbb Background Color
<div style="background-color:#bfccbb">
Div content here</div>
This div background color is #bfccbb
#bfccbb Border Color
<div style="border:3px solid #bfccbb">
Div here</div>
This div border color is #bfccbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,204,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfccbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfccbb; -webkit-box-shadow: 1px 1px 3px 2px #bfccbb; box-shadow: 1px 1px 3px 2px #bfccbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,204,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfccbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfccbb; -webkit-box-shadow: 1px 1px 3px 2px #bfccbb; box-shadow: 1px 1px 3px 2px #bfccbb;">
Div content here</div>
This div box has shadow with color #bfccbb
Comments
No comments written yet.
Please login to write comment.