Shades of Pixie Green #BCD3A0
Tints of Pixie Green #BCD3A0
RGB
CMYK
RGB Variations
Color information
#BCD3A0 (or 0xBCD3A0) is known color: Pixie Green. HEX triplet: BC, D3 and A0. RGB value is (188,211,160). Sum of RGB (Red+Green+Blue) = 188+211+160=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD3A0 is #432C5F. Grayscale: #C6C6C6. Windows color (decimal): -4402272 or 10539964. OLE color: 10539964.
HSL color Cylindrical-coordinate representation of color #BCD3A0: hue angle of 87.06º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD3A0 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 160 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.17 |
| HSL | 87.06º | 0.37% | 0.73% | - |
| HSV(B) | 87.06º | 0.24% | 0.83% | - |
| XYZ | 50.38 | 59.82 | 42.15 | - |
| YUV | 198.31 | 106.38 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 160 | 0.11 | 0 | 0.24 | 0.17 | 87.06 | 0.37 | 0.73 |
| Hex | BC | D3 | A0 | B | 0 | 18 | 11 | 57 | 25 | 49 |
| Octal | 274 | 323 | 240 | 13 | 0 | 30 | 21 | 127 | 45 | 111 |
| Binary | 10111100 | 11010011 | 10100000 | 1011 | 0 | 11000 | 10001 | 1010111 | 100101 | 1001001 |
Color Harmonies of #BCD3A0
Complementary color
Monochromatic Colors of #BCD3A0
Black with #BCD3A0
Text Example
Text Example
White with #BCD3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3A0; }
p { color: rgb(188,211,160); }
H1.HeaderClassName
{
color: #BCD3A0;
}
.AnyTagClassName
{
color: #BCD3A0;
}
</style>
background-color css
<style>
a { background-color: #BCD3A0; }
a { background-color: rgb(188,211,160); }
div.DivClassName
{
background-color: #BCD3A0;
}
.BgClassName
{
background-color: #BCD3A0;
}
</style>
border-color css
<style>
span { border-color: #BCD3A0; }
span { border-color: rgb(188,211,160); }
td.TdClassName
{
border-color: #BCD3A0;
}
.TagClassName
{
border-color: #BCD3A0;
}
</style>