Shades of Pixie Green #BACAA8
Tints of Pixie Green #BACAA8
RGB
CMYK
RGB Variations
Color information
#BACAA8 (or 0xBACAA8) is known color: Pixie Green. HEX triplet: BA, CA and A8. RGB value is (186,202,168). Sum of RGB (Red+Green+Blue) = 186+202+168=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAA8 is #453557. Grayscale: #C1C1C1. Windows color (decimal): -4535640 or 11061946. OLE color: 11061946.
HSL color Cylindrical-coordinate representation of color #BACAA8: hue angle of 88.24º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACAA8 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 168 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.21 |
| HSL | 88.24º | 0.24% | 0.73% | - |
| HSV(B) | 88.24º | 0.17% | 0.79% | - |
| XYZ | 48.44 | 55.51 | 45.21 | - |
| YUV | 193.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 168 | 0.08 | 0 | 0.17 | 0.21 | 88.24 | 0.24 | 0.73 |
| Hex | BA | CA | A8 | 8 | 0 | 11 | 15 | 58 | 18 | 49 |
| Octal | 272 | 312 | 250 | 10 | 0 | 21 | 25 | 130 | 30 | 111 |
| Binary | 10111010 | 11001010 | 10101000 | 1000 | 0 | 10001 | 10101 | 1011000 | 11000 | 1001001 |
Color Harmonies of #BACAA8
Complementary color
Monochromatic Colors of #BACAA8
Black with #BACAA8
Text Example
Text Example
White with #BACAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAA8; }
p { color: rgb(186,202,168); }
H1.HeaderClassName
{
color: #BACAA8;
}
.AnyTagClassName
{
color: #BACAA8;
}
</style>
background-color css
<style>
a { background-color: #BACAA8; }
a { background-color: rgb(186,202,168); }
div.DivClassName
{
background-color: #BACAA8;
}
.BgClassName
{
background-color: #BACAA8;
}
</style>
border-color css
<style>
span { border-color: #BACAA8; }
span { border-color: rgb(186,202,168); }
td.TdClassName
{
border-color: #BACAA8;
}
.TagClassName
{
border-color: #BACAA8;
}
</style>