Shades of Pixie Green #BACEAB
Tints of Pixie Green #BACEAB
RGB
CMYK
RGB Variations
Color information
#BACEAB (or 0xBACEAB) is known color: Pixie Green. HEX triplet: BA, CE and AB. RGB value is (186,206,171). Sum of RGB (Red+Green+Blue) = 186+206+171=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEAB is #453154. Grayscale: #C4C4C4. Windows color (decimal): -4534613 or 11259578. OLE color: 11259578.
HSL color Cylindrical-coordinate representation of color #BACEAB: hue angle of 94.29º degrees, saturation: 0.26, 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 #BACEAB is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 171 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.19 |
| HSL | 94.29º | 0.26% | 0.74% | - |
| HSV(B) | 94.29º | 0.17% | 0.81% | - |
| XYZ | 49.67 | 57.52 | 47.01 | - |
| YUV | 196.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 171 | 0.10 | 0 | 0.17 | 0.19 | 94.29 | 0.26 | 0.74 |
| Hex | BA | CE | AB | A | 0 | 11 | 13 | 5E | 1A | 4A |
| Octal | 272 | 316 | 253 | 12 | 0 | 21 | 23 | 136 | 32 | 112 |
| Binary | 10111010 | 11001110 | 10101011 | 1010 | 0 | 10001 | 10011 | 1011110 | 11010 | 1001010 |
Color Harmonies of #BACEAB
Complementary color
Monochromatic Colors of #BACEAB
Black with #BACEAB
Text Example
Text Example
White with #BACEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEAB; }
p { color: rgb(186,206,171); }
H1.HeaderClassName
{
color: #BACEAB;
}
.AnyTagClassName
{
color: #BACEAB;
}
</style>
background-color css
<style>
a { background-color: #BACEAB; }
a { background-color: rgb(186,206,171); }
div.DivClassName
{
background-color: #BACEAB;
}
.BgClassName
{
background-color: #BACEAB;
}
</style>
border-color css
<style>
span { border-color: #BACEAB; }
span { border-color: rgb(186,206,171); }
td.TdClassName
{
border-color: #BACEAB;
}
.TagClassName
{
border-color: #BACEAB;
}
</style>