Color spaces of #bccbcf
RGB | 188 | 203 | 207 |
---|---|---|---|
HSL | 0.54 | 0.17 | 0.77 |
HSV | 193° | 9° | 81° |
CMYK | 0.09 | 0.02 | 0.00 0.19 |
XYZ | 53.3575 | 57.9082 | 67.3967 |
Yxy | 57.9082 | 0.2986 | 0.3241 |
Hunter Lab | 76.0974 | -8.0111 | 0.7572 |
CIE-Lab | 80.6877 | -4.2906 | -3.7441 |
#bccbcf color RGB value is (188,203,207).
#bccbcf hex color red value is 188, green value is 203 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bccbcf hue: 0.54 , saturation: 0.17 and the lightness value of bccbcf is 0.77.
The process color (four color CMYK) of #bccbcf color hex is 0.09, 0.02, 0.00, 0.19. Web safe color of #bccbcf is #cccccc. Color #bccbcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001011 | 11001111 |
Octal | 274 | 313 | 317 |
Decimal | 188 | 203 | 207 |
Hex | BC | CB | CF |
Shades of #bccbcf
Tints of #bccbcf
RGB Percentages of Color #bccbcf
CMYK Percentages of Color #bccbcf
Complementary Color
#bccbcf | #cfc0bc |
#bccbcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bccbcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bccbcf Color CSS Codes
.mybgcolor {background-color:#bccbcf; } .myforecolor {color:#bccbcf; } .mybordercolor {border:3px solid #bccbcf; }
#bccbcf Text Font Color
<p style="color:#bccbcf">Text here</p>
This sample text font color is #bccbcf
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.
#bccbcf Background Color
<div style="background-color:#bccbcf">
Div content here</div>
This div background color is #bccbcf
#bccbcf Border Color
<div style="border:3px solid #bccbcf">
Div here</div>
This div border color is #bccbcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,203,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bccbcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bccbcf; -webkit-box-shadow: 1px 1px 3px 2px #bccbcf; box-shadow: 1px 1px 3px 2px #bccbcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,203,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bccbcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bccbcf; -webkit-box-shadow: 1px 1px 3px 2px #bccbcf; box-shadow: 1px 1px 3px 2px #bccbcf;">
Div content here</div>
This div box has shadow with color #bccbcf
Comments
No comments written yet.
Please login to write comment.