Color spaces of #bfccd0
RGB | 191 | 204 | 208 |
---|---|---|---|
HSL | 0.54 | 0.15 | 0.78 |
HSV | 194° | 8° | 82° |
CMYK | 0.08 | 0.02 | 0.00 0.18 |
XYZ | 54.4639 | 58.8162 | 68.1566 |
Yxy | 58.8162 | 0.3002 | 0.3242 |
Hunter Lab | 76.6917 | -7.4458 | 0.9927 |
CIE-Lab | 81.1905 | -3.6261 | -3.5155 |
#bfccd0 color RGB value is (191,204,208).
#bfccd0 hex color red value is 191, green value is 204 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #bfccd0 hue: 0.54 , saturation: 0.15 and the lightness value of bfccd0 is 0.78.
The process color (four color CMYK) of #bfccd0 color hex is 0.08, 0.02, 0.00, 0.18. Web safe color of #bfccd0 is #cccccc. Color #bfccd0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001100 | 11010000 |
Octal | 277 | 314 | 320 |
Decimal | 191 | 204 | 208 |
Hex | BF | CC | D0 |
Shades of #bfccd0
Tints of #bfccd0
RGB Percentages of Color #bfccd0
CMYK Percentages of Color #bfccd0
Complementary Color
#bfccd0 | #d0c3bf |
#bfccd0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfccd0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfccd0 Color CSS Codes
.mybgcolor {background-color:#bfccd0; } .myforecolor {color:#bfccd0; } .mybordercolor {border:3px solid #bfccd0; }
#bfccd0 Text Font Color
<p style="color:#bfccd0">Text here</p>
This sample text font color is #bfccd0
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.
#bfccd0 Background Color
<div style="background-color:#bfccd0">
Div content here</div>
This div background color is #bfccd0
#bfccd0 Border Color
<div style="border:3px solid #bfccd0">
Div here</div>
This div border color is #bfccd0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,204,208, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfccd0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfccd0; -webkit-box-shadow: 1px 1px 3px 2px #bfccd0; box-shadow: 1px 1px 3px 2px #bfccd0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,204,208, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfccd0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfccd0; -webkit-box-shadow: 1px 1px 3px 2px #bfccd0; box-shadow: 1px 1px 3px 2px #bfccd0;">
Div content here</div>
This div box has shadow with color #bfccd0
Comments
No comments written yet.
Please login to write comment.