Shades of Pixie Green #BAD2AA
Tints of Pixie Green #BAD2AA
RGB
CMYK
RGB Variations
Color information
#BAD2AA (or 0xBAD2AA) is known color: Pixie Green. HEX triplet: BA, D2 and AA. RGB value is (186,210,170). Sum of RGB (Red+Green+Blue) = 186+210+170=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD2AA is #452D55. Grayscale: #C6C6C6. Windows color (decimal): -4533590 or 11195066. OLE color: 11195066.
HSL color Cylindrical-coordinate representation of color #BAD2AA: hue angle of 96º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD2AA is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 170 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.18 |
| HSL | 96º | 0.31% | 0.75% | - |
| HSV(B) | 96º | 0.19% | 0.82% | - |
| XYZ | 50.55 | 59.43 | 46.84 | - |
| YUV | 198.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 170 | 0.11 | 0 | 0.19 | 0.18 | 96 | 0.31 | 0.75 |
| Hex | BA | D2 | AA | B | 0 | 13 | 12 | 60 | 1F | 4B |
| Octal | 272 | 322 | 252 | 13 | 0 | 23 | 22 | 140 | 37 | 113 |
| Binary | 10111010 | 11010010 | 10101010 | 1011 | 0 | 10011 | 10010 | 1100000 | 11111 | 1001011 |
Color Harmonies of #BAD2AA
Complementary color
Monochromatic Colors of #BAD2AA
Black with #BAD2AA
Text Example
Text Example
White with #BAD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2AA; }
p { color: rgb(186,210,170); }
H1.HeaderClassName
{
color: #BAD2AA;
}
.AnyTagClassName
{
color: #BAD2AA;
}
</style>
background-color css
<style>
a { background-color: #BAD2AA; }
a { background-color: rgb(186,210,170); }
div.DivClassName
{
background-color: #BAD2AA;
}
.BgClassName
{
background-color: #BAD2AA;
}
</style>
border-color css
<style>
span { border-color: #BAD2AA; }
span { border-color: rgb(186,210,170); }
td.TdClassName
{
border-color: #BAD2AA;
}
.TagClassName
{
border-color: #BAD2AA;
}
</style>