Color spaces of #bccfbd
RGB | 188 | 207 | 189 |
---|---|---|---|
HSL | 0.34 | 0.17 | 0.77 |
HSV | 123° | 9° | 81° |
CMYK | 0.09 | 0.00 | 0.09 0.19 |
XYZ | 52.2372 | 58.9911 | 56.7773 |
Yxy | 58.9911 | 0.3109 | 0.3511 |
Hunter Lab | 76.8057 | -13.0082 | 9.9348 |
CIE-Lab | 81.2867 | -9.7796 | 6.7571 |
#bccfbd color RGB value is (188,207,189).
#bccfbd hex color red value is 188, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bccfbd hue: 0.34 , saturation: 0.17 and the lightness value of bccfbd is 0.77.
The process color (four color CMYK) of #bccfbd color hex is 0.09, 0.00, 0.09, 0.19. Web safe color of #bccfbd is #cccccc. Color #bccfbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001111 | 10111101 |
Octal | 274 | 317 | 275 |
Decimal | 188 | 207 | 189 |
Hex | BC | CF | BD |
Shades of #bccfbd
Tints of #bccfbd
RGB Percentages of Color #bccfbd
CMYK Percentages of Color #bccfbd
Complementary Color
#bccfbd | #cfbcce |
#bccfbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bccfbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bccfbd Color CSS Codes
.mybgcolor {background-color:#bccfbd; } .myforecolor {color:#bccfbd; } .mybordercolor {border:3px solid #bccfbd; }
#bccfbd Text Font Color
<p style="color:#bccfbd">Text here</p>
This sample text font color is #bccfbd
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.
#bccfbd Background Color
<div style="background-color:#bccfbd">
Div content here</div>
This div background color is #bccfbd
#bccfbd Border Color
<div style="border:3px solid #bccfbd">
Div here</div>
This div border color is #bccfbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,207,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bccfbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bccfbd; -webkit-box-shadow: 1px 1px 3px 2px #bccfbd; box-shadow: 1px 1px 3px 2px #bccfbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,207,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bccfbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bccfbd; -webkit-box-shadow: 1px 1px 3px 2px #bccfbd; box-shadow: 1px 1px 3px 2px #bccfbd;">
Div content here</div>
This div box has shadow with color #bccfbd
Comments
No comments written yet.
Please login to write comment.