Shades of Pixie Green #BCD0AA
Tints of Pixie Green #BCD0AA
RGB
CMYK
RGB Variations
Color information
#BCD0AA (or 0xBCD0AA) is known color: Pixie Green. HEX triplet: BC, D0 and AA. RGB value is (188,208,170). Sum of RGB (Red+Green+Blue) = 188+208+170=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD0AA is #432F55. Grayscale: #C5C5C5. Windows color (decimal): -4403030 or 11194556. OLE color: 11194556.
HSL color Cylindrical-coordinate representation of color #BCD0AA: hue angle of 91.58º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD0AA is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 170 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.18 |
| HSL | 91.58º | 0.29% | 0.74% | - |
| HSV(B) | 91.58º | 0.18% | 0.82% | - |
| XYZ | 50.55 | 58.71 | 46.7 | - |
| YUV | 197.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 170 | 0.10 | 0 | 0.18 | 0.18 | 91.58 | 0.29 | 0.74 |
| Hex | BC | D0 | AA | A | 0 | 12 | 12 | 5C | 1D | 4A |
| Octal | 274 | 320 | 252 | 12 | 0 | 22 | 22 | 134 | 35 | 112 |
| Binary | 10111100 | 11010000 | 10101010 | 1010 | 0 | 10010 | 10010 | 1011100 | 11101 | 1001010 |
Color Harmonies of #BCD0AA
Complementary color
Monochromatic Colors of #BCD0AA
Black with #BCD0AA
Text Example
Text Example
White with #BCD0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0AA; }
p { color: rgb(188,208,170); }
H1.HeaderClassName
{
color: #BCD0AA;
}
.AnyTagClassName
{
color: #BCD0AA;
}
</style>
background-color css
<style>
a { background-color: #BCD0AA; }
a { background-color: rgb(188,208,170); }
div.DivClassName
{
background-color: #BCD0AA;
}
.BgClassName
{
background-color: #BCD0AA;
}
</style>
border-color css
<style>
span { border-color: #BCD0AA; }
span { border-color: rgb(188,208,170); }
td.TdClassName
{
border-color: #BCD0AA;
}
.TagClassName
{
border-color: #BCD0AA;
}
</style>