Shades of Pixie Green #BCD5AA
Tints of Pixie Green #BCD5AA
RGB
CMYK
RGB Variations
Color information
#BCD5AA (or 0xBCD5AA) is known color: Pixie Green. HEX triplet: BC, D5 and AA. RGB value is (188,213,170). Sum of RGB (Red+Green+Blue) = 188+213+170=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD5AA is #432A55. Grayscale: #C8C8C8. Windows color (decimal): -4401750 or 11195836. OLE color: 11195836.
HSL color Cylindrical-coordinate representation of color #BCD5AA: hue angle of 94.88º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD5AA is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 170 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.16 |
| HSL | 94.88º | 0.34% | 0.75% | - |
| HSV(B) | 94.88º | 0.2% | 0.84% | - |
| XYZ | 51.79 | 61.18 | 47.11 | - |
| YUV | 200.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 170 | 0.12 | 0 | 0.20 | 0.16 | 94.88 | 0.34 | 0.75 |
| Hex | BC | D5 | AA | C | 0 | 14 | 10 | 5F | 22 | 4B |
| Octal | 274 | 325 | 252 | 14 | 0 | 24 | 20 | 137 | 42 | 113 |
| Binary | 10111100 | 11010101 | 10101010 | 1100 | 0 | 10100 | 10000 | 1011111 | 100010 | 1001011 |
Color Harmonies of #BCD5AA
Complementary color
Monochromatic Colors of #BCD5AA
Black with #BCD5AA
Text Example
Text Example
White with #BCD5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5AA; }
p { color: rgb(188,213,170); }
H1.HeaderClassName
{
color: #BCD5AA;
}
.AnyTagClassName
{
color: #BCD5AA;
}
</style>
background-color css
<style>
a { background-color: #BCD5AA; }
a { background-color: rgb(188,213,170); }
div.DivClassName
{
background-color: #BCD5AA;
}
.BgClassName
{
background-color: #BCD5AA;
}
</style>
border-color css
<style>
span { border-color: #BCD5AA; }
span { border-color: rgb(188,213,170); }
td.TdClassName
{
border-color: #BCD5AA;
}
.TagClassName
{
border-color: #BCD5AA;
}
</style>