Color spaces of #bcd6bd
RGB | 188 | 214 | 189 |
---|---|---|---|
HSL | 0.34 | 0.24 | 0.79 |
HSV | 122° | 12° | 84° |
CMYK | 0.12 | 0.00 | 0.12 0.16 |
XYZ | 53.9709 | 62.4586 | 57.3553 |
Yxy | 62.4586 | 0.3106 | 0.3594 |
Hunter Lab | 79.0308 | -16.4044 | 12.2928 |
CIE-Lab | 83.1567 | -13.3582 | 9.4368 |
#bcd6bd color RGB value is (188,214,189).
#bcd6bd hex color red value is 188, green value is 214 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bcd6bd hue: 0.34 , saturation: 0.24 and the lightness value of bcd6bd is 0.79.
The process color (four color CMYK) of #bcd6bd color hex is 0.12, 0.00, 0.12, 0.16. Web safe color of #bcd6bd is #cccccc. Color #bcd6bd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11010110 | 10111101 |
Octal | 274 | 326 | 275 |
Decimal | 188 | 214 | 189 |
Hex | BC | D6 | BD |
Shades of #bcd6bd
Tints of #bcd6bd
RGB Percentages of Color #bcd6bd
CMYK Percentages of Color #bcd6bd
Complementary Color
#bcd6bd | #d6bcd5 |
#bcd6bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcd6bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcd6bd Color CSS Codes
.mybgcolor {background-color:#bcd6bd; } .myforecolor {color:#bcd6bd; } .mybordercolor {border:3px solid #bcd6bd; }
#bcd6bd Text Font Color
<p style="color:#bcd6bd">Text here</p>
This sample text font color is #bcd6bd
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.
#bcd6bd Background Color
<div style="background-color:#bcd6bd">
Div content here</div>
This div background color is #bcd6bd
#bcd6bd Border Color
<div style="border:3px solid #bcd6bd">
Div here</div>
This div border color is #bcd6bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,214,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcd6bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcd6bd; -webkit-box-shadow: 1px 1px 3px 2px #bcd6bd; box-shadow: 1px 1px 3px 2px #bcd6bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,214,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 #bcd6bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcd6bd; -webkit-box-shadow: 1px 1px 3px 2px #bcd6bd; box-shadow: 1px 1px 3px 2px #bcd6bd;">
Div content here</div>
This div box has shadow with color #bcd6bd
Comments
No comments written yet.
Please login to write comment.