Shades of Pixie Green #BCD0A0
Tints of Pixie Green #BCD0A0
RGB
CMYK
RGB Variations
Color information
#BCD0A0 (or 0xBCD0A0) is known color: Pixie Green. HEX triplet: BC, D0 and A0. RGB value is (188,208,160). Sum of RGB (Red+Green+Blue) = 188+208+160=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD0A0 is #432F5F. Grayscale: #C4C4C4. Windows color (decimal): -4403040 or 10539196. OLE color: 10539196.
HSL color Cylindrical-coordinate representation of color #BCD0A0: hue angle of 85º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD0A0 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 160 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.18 |
| HSL | 85º | 0.34% | 0.72% | - |
| HSV(B) | 85º | 0.23% | 0.82% | - |
| XYZ | 49.64 | 58.34 | 41.9 | - |
| YUV | 196.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 160 | 0.10 | 0 | 0.23 | 0.18 | 85 | 0.34 | 0.72 |
| Hex | BC | D0 | A0 | A | 0 | 17 | 12 | 55 | 22 | 48 |
| Octal | 274 | 320 | 240 | 12 | 0 | 27 | 22 | 125 | 42 | 110 |
| Binary | 10111100 | 11010000 | 10100000 | 1010 | 0 | 10111 | 10010 | 1010101 | 100010 | 1001000 |
Color Harmonies of #BCD0A0
Complementary color
Monochromatic Colors of #BCD0A0
Black with #BCD0A0
Text Example
Text Example
White with #BCD0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0A0; }
p { color: rgb(188,208,160); }
H1.HeaderClassName
{
color: #BCD0A0;
}
.AnyTagClassName
{
color: #BCD0A0;
}
</style>
background-color css
<style>
a { background-color: #BCD0A0; }
a { background-color: rgb(188,208,160); }
div.DivClassName
{
background-color: #BCD0A0;
}
.BgClassName
{
background-color: #BCD0A0;
}
</style>
border-color css
<style>
span { border-color: #BCD0A0; }
span { border-color: rgb(188,208,160); }
td.TdClassName
{
border-color: #BCD0A0;
}
.TagClassName
{
border-color: #BCD0A0;
}
</style>