Color spaces of #bfc7cc
RGB | 191 | 199 | 204 |
---|---|---|---|
HSL | 0.56 | 0.11 | 0.77 |
HSV | 203° | 6° | 80° |
CMYK | 0.06 | 0.02 | 0.00 0.20 |
XYZ | 52.8084 | 56.2828 | 65.2071 |
Yxy | 56.2828 | 0.3030 | 0.3229 |
Hunter Lab | 75.0219 | -5.6409 | 0.9819 |
CIE-Lab | 79.7745 | -1.7741 | -3.4524 |
#bfc7cc color RGB value is (191,199,204).
#bfc7cc hex color red value is 191, green value is 199 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bfc7cc hue: 0.56 , saturation: 0.11 and the lightness value of bfc7cc is 0.77.
The process color (four color CMYK) of #bfc7cc color hex is 0.06, 0.02, 0.00, 0.20. Web safe color of #bfc7cc is #cccccc. Color #bfc7cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11000111 | 11001100 |
Octal | 277 | 307 | 314 |
Decimal | 191 | 199 | 204 |
Hex | BF | C7 | CC |
Shades of #bfc7cc
Tints of #bfc7cc
RGB Percentages of Color #bfc7cc
CMYK Percentages of Color #bfc7cc
Complementary Color
#bfc7cc | #ccc4bf |
#bfc7cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfc7cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfc7cc Color CSS Codes
.mybgcolor {background-color:#bfc7cc; } .myforecolor {color:#bfc7cc; } .mybordercolor {border:3px solid #bfc7cc; }
#bfc7cc Text Font Color
<p style="color:#bfc7cc">Text here</p>
This sample text font color is #bfc7cc
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.
#bfc7cc Background Color
<div style="background-color:#bfc7cc">
Div content here</div>
This div background color is #bfc7cc
#bfc7cc Border Color
<div style="border:3px solid #bfc7cc">
Div here</div>
This div border color is #bfc7cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,199,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfc7cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfc7cc; -webkit-box-shadow: 1px 1px 3px 2px #bfc7cc; box-shadow: 1px 1px 3px 2px #bfc7cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,199,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 #bfc7cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfc7cc; -webkit-box-shadow: 1px 1px 3px 2px #bfc7cc; box-shadow: 1px 1px 3px 2px #bfc7cc;">
Div content here</div>
This div box has shadow with color #bfc7cc
#bfc7cc Color Palettes
Comments
No comments written yet.
Please login to write comment.