Color spaces of #bfcacc
RGB | 191 | 202 | 204 |
---|---|---|---|
HSL | 0.53 | 0.11 | 0.77 |
HSV | 189° | 6° | 80° |
CMYK | 0.06 | 0.01 | 0.00 0.20 |
XYZ | 53.5055 | 57.6771 | 65.4395 |
Yxy | 57.6771 | 0.3029 | 0.3266 |
Hunter Lab | 75.9454 | -7.1467 | 2.0737 |
CIE-Lab | 80.5589 | -3.3545 | -2.3000 |
#bfcacc color RGB value is (191,202,204).
#bfcacc hex color red value is 191, green value is 202 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bfcacc hue: 0.53 , saturation: 0.11 and the lightness value of bfcacc is 0.77.
The process color (four color CMYK) of #bfcacc color hex is 0.06, 0.01, 0.00, 0.20. Web safe color of #bfcacc is #cccccc. Color #bfcacc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001010 | 11001100 |
Octal | 277 | 312 | 314 |
Decimal | 191 | 202 | 204 |
Hex | BF | CA | CC |
Shades of #bfcacc
Tints of #bfcacc
RGB Percentages of Color #bfcacc
CMYK Percentages of Color #bfcacc
Complementary Color
#bfcacc | #ccc1bf |
#bfcacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfcacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfcacc Color CSS Codes
.mybgcolor {background-color:#bfcacc; } .myforecolor {color:#bfcacc; } .mybordercolor {border:3px solid #bfcacc; }
#bfcacc Text Font Color
<p style="color:#bfcacc">Text here</p>
This sample text font color is #bfcacc
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.
#bfcacc Background Color
<div style="background-color:#bfcacc">
Div content here</div>
This div background color is #bfcacc
#bfcacc Border Color
<div style="border:3px solid #bfcacc">
Div here</div>
This div border color is #bfcacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,202,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfcacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfcacc; -webkit-box-shadow: 1px 1px 3px 2px #bfcacc; box-shadow: 1px 1px 3px 2px #bfcacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,202,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfcacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfcacc; -webkit-box-shadow: 1px 1px 3px 2px #bfcacc; box-shadow: 1px 1px 3px 2px #bfcacc;">
Div content here</div>
This div box has shadow with color #bfcacc
#bfcacc Color Palettes
Comments
No comments written yet.
Please login to write comment.