Shades of Pixie Green #BDD49F
Tints of Pixie Green #BDD49F
RGB
CMYK
RGB Variations
Color information
#BDD49F (or 0xBDD49F) is known color: Pixie Green. HEX triplet: BD, D4 and 9F. RGB value is (189,212,159). Sum of RGB (Red+Green+Blue) = 189+212+159=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD49F is #422B60. Grayscale: #C7C7C7. Windows color (decimal): -4336481 or 10474685. OLE color: 10474685.
HSL color Cylindrical-coordinate representation of color #BDD49F: hue angle of 86.04º degrees, saturation: 0.38, 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 #BDD49F is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 159 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.17 |
| HSL | 86.04º | 0.38% | 0.73% | - |
| HSV(B) | 86.04º | 0.25% | 0.83% | - |
| XYZ | 50.79 | 60.41 | 41.78 | - |
| YUV | 199.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 159 | 0.11 | 0 | 0.25 | 0.17 | 86.04 | 0.38 | 0.73 |
| Hex | BD | D4 | 9F | B | 0 | 19 | 11 | 56 | 26 | 49 |
| Octal | 275 | 324 | 237 | 13 | 0 | 31 | 21 | 126 | 46 | 111 |
| Binary | 10111101 | 11010100 | 10011111 | 1011 | 0 | 11001 | 10001 | 1010110 | 100110 | 1001001 |
Color Harmonies of #BDD49F
Complementary color
Monochromatic Colors of #BDD49F
Black with #BDD49F
Text Example
Text Example
White with #BDD49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD49F; }
p { color: rgb(189,212,159); }
H1.HeaderClassName
{
color: #BDD49F;
}
.AnyTagClassName
{
color: #BDD49F;
}
</style>
background-color css
<style>
a { background-color: #BDD49F; }
a { background-color: rgb(189,212,159); }
div.DivClassName
{
background-color: #BDD49F;
}
.BgClassName
{
background-color: #BDD49F;
}
</style>
border-color css
<style>
span { border-color: #BDD49F; }
span { border-color: rgb(189,212,159); }
td.TdClassName
{
border-color: #BDD49F;
}
.TagClassName
{
border-color: #BDD49F;
}
</style>