Shades of Pixie Green #BACFA8
Tints of Pixie Green #BACFA8
RGB
CMYK
RGB Variations
Color information
#BACFA8 (or 0xBACFA8) is known color: Pixie Green. HEX triplet: BA, CF and A8. RGB value is (186,207,168). Sum of RGB (Red+Green+Blue) = 186+207+168=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACFA8 is #453057. Grayscale: #C4C4C4. Windows color (decimal): -4534360 or 11063226. OLE color: 11063226.
HSL color Cylindrical-coordinate representation of color #BACFA8: hue angle of 92.31º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BACFA8 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 168 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.19 |
| HSL | 92.31º | 0.29% | 0.74% | - |
| HSV(B) | 92.31º | 0.19% | 0.81% | - |
| XYZ | 49.63 | 57.89 | 45.6 | - |
| YUV | 196.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 168 | 0.10 | 0 | 0.19 | 0.19 | 92.31 | 0.29 | 0.74 |
| Hex | BA | CF | A8 | A | 0 | 13 | 13 | 5C | 1D | 4A |
| Octal | 272 | 317 | 250 | 12 | 0 | 23 | 23 | 134 | 35 | 112 |
| Binary | 10111010 | 11001111 | 10101000 | 1010 | 0 | 10011 | 10011 | 1011100 | 11101 | 1001010 |
Color Harmonies of #BACFA8
Complementary color
Monochromatic Colors of #BACFA8
Black with #BACFA8
Text Example
Text Example
White with #BACFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFA8; }
p { color: rgb(186,207,168); }
H1.HeaderClassName
{
color: #BACFA8;
}
.AnyTagClassName
{
color: #BACFA8;
}
</style>
background-color css
<style>
a { background-color: #BACFA8; }
a { background-color: rgb(186,207,168); }
div.DivClassName
{
background-color: #BACFA8;
}
.BgClassName
{
background-color: #BACFA8;
}
</style>
border-color css
<style>
span { border-color: #BACFA8; }
span { border-color: rgb(186,207,168); }
td.TdClassName
{
border-color: #BACFA8;
}
.TagClassName
{
border-color: #BACFA8;
}
</style>