Color spaces of #bfcacd
RGB | 191 | 202 | 205 |
---|---|---|---|
HSL | 0.54 | 0.12 | 0.78 |
HSV | 193° | 7° | 80° |
CMYK | 0.07 | 0.01 | 0.00 0.20 |
XYZ | 53.6258 | 57.7252 | 66.0733 |
Yxy | 57.7252 | 0.3022 | 0.3254 |
Hunter Lab | 75.9771 | -6.9719 | 1.6226 |
CIE-Lab | 80.5858 | -3.1610 | -2.7969 |
#bfcacd color RGB value is (191,202,205).
#bfcacd hex color red value is 191, green value is 202 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bfcacd hue: 0.54 , saturation: 0.12 and the lightness value of bfcacd is 0.78.
The process color (four color CMYK) of #bfcacd color hex is 0.07, 0.01, 0.00, 0.20. Web safe color of #bfcacd is #cccccc. Color #bfcacd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001010 | 11001101 |
Octal | 277 | 312 | 315 |
Decimal | 191 | 202 | 205 |
Hex | BF | CA | CD |
Shades of #bfcacd
Tints of #bfcacd
RGB Percentages of Color #bfcacd
CMYK Percentages of Color #bfcacd
Complementary Color
#bfcacd | #cdc2bf |
#bfcacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfcacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfcacd Color CSS Codes
.mybgcolor {background-color:#bfcacd; } .myforecolor {color:#bfcacd; } .mybordercolor {border:3px solid #bfcacd; }
#bfcacd Text Font Color
<p style="color:#bfcacd">Text here</p>
This sample text font color is #bfcacd
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.
#bfcacd Background Color
<div style="background-color:#bfcacd">
Div content here</div>
This div background color is #bfcacd
#bfcacd Border Color
<div style="border:3px solid #bfcacd">
Div here</div>
This div border color is #bfcacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,202,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfcacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfcacd; -webkit-box-shadow: 1px 1px 3px 2px #bfcacd; box-shadow: 1px 1px 3px 2px #bfcacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,202,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfcacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfcacd; -webkit-box-shadow: 1px 1px 3px 2px #bfcacd; box-shadow: 1px 1px 3px 2px #bfcacd;">
Div content here</div>
This div box has shadow with color #bfcacd
Comments
No comments written yet.
Please login to write comment.