Shades of Pixie Green #BADD9D
Tints of Pixie Green #BADD9D
RGB
CMYK
RGB Variations
Color information
#BADD9D (or 0xBADD9D) is known color: Pixie Green. HEX triplet: BA, DD and 9D. RGB value is (186,221,157). Sum of RGB (Red+Green+Blue) = 186+221+157=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD9D is #452262. Grayscale: #CBCBCB. Windows color (decimal): -4530787 or 10345914. OLE color: 10345914.
HSL color Cylindrical-coordinate representation of color #BADD9D: hue angle of 92.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BADD9D is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 157 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.13 |
| HSL | 92.81º | 0.48% | 0.74% | - |
| HSV(B) | 92.81º | 0.29% | 0.87% | - |
| XYZ | 52.19 | 64.59 | 41.61 | - |
| YUV | 203.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 157 | 0.16 | 0 | 0.29 | 0.13 | 92.81 | 0.48 | 0.74 |
| Hex | BA | DD | 9D | 10 | 0 | 1D | D | 5D | 30 | 4A |
| Octal | 272 | 335 | 235 | 20 | 0 | 35 | 15 | 135 | 60 | 112 |
| Binary | 10111010 | 11011101 | 10011101 | 10000 | 0 | 11101 | 1101 | 1011101 | 110000 | 1001010 |
Color Harmonies of #BADD9D
Complementary color
Monochromatic Colors of #BADD9D
Black with #BADD9D
Text Example
Text Example
White with #BADD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD9D; }
p { color: rgb(186,221,157); }
H1.HeaderClassName
{
color: #BADD9D;
}
.AnyTagClassName
{
color: #BADD9D;
}
</style>
background-color css
<style>
a { background-color: #BADD9D; }
a { background-color: rgb(186,221,157); }
div.DivClassName
{
background-color: #BADD9D;
}
.BgClassName
{
background-color: #BADD9D;
}
</style>
border-color css
<style>
span { border-color: #BADD9D; }
span { border-color: rgb(186,221,157); }
td.TdClassName
{
border-color: #BADD9D;
}
.TagClassName
{
border-color: #BADD9D;
}
</style>