Shades of Pixie Green #BDD49E
Tints of Pixie Green #BDD49E
RGB
CMYK
RGB Variations
Color information
#BDD49E (or 0xBDD49E) is known color: Pixie Green. HEX triplet: BD, D4 and 9E. RGB value is (189,212,158). Sum of RGB (Red+Green+Blue) = 189+212+158=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD49E is #422B61. Grayscale: #C7C7C7. Windows color (decimal): -4336482 or 10409149. OLE color: 10409149.
HSL color Cylindrical-coordinate representation of color #BDD49E: hue angle of 85.56º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD49E is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 158 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.17 |
| HSL | 85.56º | 0.39% | 0.73% | - |
| HSV(B) | 85.56º | 0.25% | 0.83% | - |
| XYZ | 50.7 | 60.37 | 41.33 | - |
| YUV | 198.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 158 | 0.11 | 0 | 0.25 | 0.17 | 85.56 | 0.39 | 0.73 |
| Hex | BD | D4 | 9E | B | 0 | 19 | 11 | 56 | 27 | 49 |
| Octal | 275 | 324 | 236 | 13 | 0 | 31 | 21 | 126 | 47 | 111 |
| Binary | 10111101 | 11010100 | 10011110 | 1011 | 0 | 11001 | 10001 | 1010110 | 100111 | 1001001 |
Color Harmonies of #BDD49E
Complementary color
Monochromatic Colors of #BDD49E
Black with #BDD49E
Text Example
Text Example
White with #BDD49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD49E; }
p { color: rgb(189,212,158); }
H1.HeaderClassName
{
color: #BDD49E;
}
.AnyTagClassName
{
color: #BDD49E;
}
</style>
background-color css
<style>
a { background-color: #BDD49E; }
a { background-color: rgb(189,212,158); }
div.DivClassName
{
background-color: #BDD49E;
}
.BgClassName
{
background-color: #BDD49E;
}
</style>
border-color css
<style>
span { border-color: #BDD49E; }
span { border-color: rgb(189,212,158); }
td.TdClassName
{
border-color: #BDD49E;
}
.TagClassName
{
border-color: #BDD49E;
}
</style>