Shades of Pixie Green #BAD8A5
Tints of Pixie Green #BAD8A5
RGB
CMYK
RGB Variations
Color information
#BAD8A5 (or 0xBAD8A5) is known color: Pixie Green. HEX triplet: BA, D8 and A5. RGB value is (186,216,165). Sum of RGB (Red+Green+Blue) = 186+216+165=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD8A5 is #45275A. Grayscale: #C9C9C9. Windows color (decimal): -4532059 or 10868922. OLE color: 10868922.
HSL color Cylindrical-coordinate representation of color #BAD8A5: hue angle of 95.29º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAD8A5 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 165 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.15 |
| HSL | 95.29º | 0.4% | 0.75% | - |
| HSV(B) | 95.29º | 0.24% | 0.85% | - |
| XYZ | 51.6 | 62.27 | 44.9 | - |
| YUV | 201.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 165 | 0.14 | 0 | 0.24 | 0.15 | 95.29 | 0.4 | 0.75 |
| Hex | BA | D8 | A5 | E | 0 | 18 | F | 5F | 28 | 4B |
| Octal | 272 | 330 | 245 | 16 | 0 | 30 | 17 | 137 | 50 | 113 |
| Binary | 10111010 | 11011000 | 10100101 | 1110 | 0 | 11000 | 1111 | 1011111 | 101000 | 1001011 |
Color Harmonies of #BAD8A5
Complementary color
Monochromatic Colors of #BAD8A5
Black with #BAD8A5
Text Example
Text Example
White with #BAD8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD8A5; }
p { color: rgb(186,216,165); }
H1.HeaderClassName
{
color: #BAD8A5;
}
.AnyTagClassName
{
color: #BAD8A5;
}
</style>
background-color css
<style>
a { background-color: #BAD8A5; }
a { background-color: rgb(186,216,165); }
div.DivClassName
{
background-color: #BAD8A5;
}
.BgClassName
{
background-color: #BAD8A5;
}
</style>
border-color css
<style>
span { border-color: #BAD8A5; }
span { border-color: rgb(186,216,165); }
td.TdClassName
{
border-color: #BAD8A5;
}
.TagClassName
{
border-color: #BAD8A5;
}
</style>