Shades of Pixie Green #BDD8A4
Tints of Pixie Green #BDD8A4
RGB
CMYK
RGB Variations
Color information
#BDD8A4 (or 0xBDD8A4) is known color: Pixie Green. HEX triplet: BD, D8 and A4. RGB value is (189,216,164). Sum of RGB (Red+Green+Blue) = 189+216+164=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD8A4 is #42275B. Grayscale: #CACACA. Windows color (decimal): -4335452 or 10803389. OLE color: 10803389.
HSL color Cylindrical-coordinate representation of color #BDD8A4: hue angle of 91.15º 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 #BDD8A4 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 164 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.15 |
| HSL | 91.15º | 0.4% | 0.75% | - |
| HSV(B) | 91.15º | 0.24% | 0.85% | - |
| XYZ | 52.24 | 62.61 | 44.45 | - |
| YUV | 202 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 164 | 0.12 | 0 | 0.24 | 0.15 | 91.15 | 0.4 | 0.75 |
| Hex | BD | D8 | A4 | C | 0 | 18 | F | 5B | 28 | 4B |
| Octal | 275 | 330 | 244 | 14 | 0 | 30 | 17 | 133 | 50 | 113 |
| Binary | 10111101 | 11011000 | 10100100 | 1100 | 0 | 11000 | 1111 | 1011011 | 101000 | 1001011 |
Color Harmonies of #BDD8A4
Complementary color
Monochromatic Colors of #BDD8A4
Black with #BDD8A4
Text Example
Text Example
White with #BDD8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8A4; }
p { color: rgb(189,216,164); }
H1.HeaderClassName
{
color: #BDD8A4;
}
.AnyTagClassName
{
color: #BDD8A4;
}
</style>
background-color css
<style>
a { background-color: #BDD8A4; }
a { background-color: rgb(189,216,164); }
div.DivClassName
{
background-color: #BDD8A4;
}
.BgClassName
{
background-color: #BDD8A4;
}
</style>
border-color css
<style>
span { border-color: #BDD8A4; }
span { border-color: rgb(189,216,164); }
td.TdClassName
{
border-color: #BDD8A4;
}
.TagClassName
{
border-color: #BDD8A4;
}
</style>