Shades of Pixie Green #BDD49D
Tints of Pixie Green #BDD49D
RGB
CMYK
RGB Variations
Color information
#BDD49D (or 0xBDD49D) is known color: Pixie Green. HEX triplet: BD, D4 and 9D. RGB value is (189,212,157). Sum of RGB (Red+Green+Blue) = 189+212+157=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD49D is #422B62. Grayscale: #C7C7C7. Windows color (decimal): -4336483 or 10343613. OLE color: 10343613.
HSL color Cylindrical-coordinate representation of color #BDD49D: hue angle of 85.09º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD49D is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 157 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.17 |
| HSL | 85.09º | 0.39% | 0.72% | - |
| HSV(B) | 85.09º | 0.26% | 0.83% | - |
| XYZ | 50.62 | 60.34 | 40.88 | - |
| YUV | 198.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 157 | 0.11 | 0 | 0.26 | 0.17 | 85.09 | 0.39 | 0.72 |
| Hex | BD | D4 | 9D | B | 0 | 1A | 11 | 55 | 27 | 48 |
| Octal | 275 | 324 | 235 | 13 | 0 | 32 | 21 | 125 | 47 | 110 |
| Binary | 10111101 | 11010100 | 10011101 | 1011 | 0 | 11010 | 10001 | 1010101 | 100111 | 1001000 |
Color Harmonies of #BDD49D
Complementary color
Monochromatic Colors of #BDD49D
Black with #BDD49D
Text Example
Text Example
White with #BDD49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD49D; }
p { color: rgb(189,212,157); }
H1.HeaderClassName
{
color: #BDD49D;
}
.AnyTagClassName
{
color: #BDD49D;
}
</style>
background-color css
<style>
a { background-color: #BDD49D; }
a { background-color: rgb(189,212,157); }
div.DivClassName
{
background-color: #BDD49D;
}
.BgClassName
{
background-color: #BDD49D;
}
</style>
border-color css
<style>
span { border-color: #BDD49D; }
span { border-color: rgb(189,212,157); }
td.TdClassName
{
border-color: #BDD49D;
}
.TagClassName
{
border-color: #BDD49D;
}
</style>