Shades of Pixie Green #BACEAA
Tints of Pixie Green #BACEAA
RGB
CMYK
RGB Variations
Color information
#BACEAA (or 0xBACEAA) is known color: Pixie Green. HEX triplet: BA, CE and AA. RGB value is (186,206,170). Sum of RGB (Red+Green+Blue) = 186+206+170=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEAA is #453155. Grayscale: #C4C4C4. Windows color (decimal): -4534614 or 11194042. OLE color: 11194042.
HSL color Cylindrical-coordinate representation of color #BACEAA: hue angle of 93.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACEAA is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 170 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.19 |
| HSL | 93.33º | 0.27% | 0.74% | - |
| HSV(B) | 93.33º | 0.17% | 0.81% | - |
| XYZ | 49.58 | 57.48 | 46.51 | - |
| YUV | 195.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 170 | 0.10 | 0 | 0.17 | 0.19 | 93.33 | 0.27 | 0.74 |
| Hex | BA | CE | AA | A | 0 | 11 | 13 | 5D | 1B | 4A |
| Octal | 272 | 316 | 252 | 12 | 0 | 21 | 23 | 135 | 33 | 112 |
| Binary | 10111010 | 11001110 | 10101010 | 1010 | 0 | 10001 | 10011 | 1011101 | 11011 | 1001010 |
Color Harmonies of #BACEAA
Complementary color
Monochromatic Colors of #BACEAA
Black with #BACEAA
Text Example
Text Example
White with #BACEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEAA; }
p { color: rgb(186,206,170); }
H1.HeaderClassName
{
color: #BACEAA;
}
.AnyTagClassName
{
color: #BACEAA;
}
</style>
background-color css
<style>
a { background-color: #BACEAA; }
a { background-color: rgb(186,206,170); }
div.DivClassName
{
background-color: #BACEAA;
}
.BgClassName
{
background-color: #BACEAA;
}
</style>
border-color css
<style>
span { border-color: #BACEAA; }
span { border-color: rgb(186,206,170); }
td.TdClassName
{
border-color: #BACEAA;
}
.TagClassName
{
border-color: #BACEAA;
}
</style>