Shades of Pixie Green #BDD0A4
Tints of Pixie Green #BDD0A4
RGB
CMYK
RGB Variations
Color information
#BDD0A4 (or 0xBDD0A4) is known color: Pixie Green. HEX triplet: BD, D0 and A4. RGB value is (189,208,164). Sum of RGB (Red+Green+Blue) = 189+208+164=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD0A4 is #422F5B. Grayscale: #C5C5C5. Windows color (decimal): -4337500 or 10801341. OLE color: 10801341.
HSL color Cylindrical-coordinate representation of color #BDD0A4: hue angle of 85.91º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD0A4 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 164 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.18 |
| HSL | 85.91º | 0.32% | 0.73% | - |
| HSV(B) | 85.91º | 0.21% | 0.82% | - |
| XYZ | 50.24 | 58.61 | 43.79 | - |
| YUV | 197.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 164 | 0.09 | 0 | 0.21 | 0.18 | 85.91 | 0.32 | 0.73 |
| Hex | BD | D0 | A4 | 9 | 0 | 15 | 12 | 56 | 20 | 49 |
| Octal | 275 | 320 | 244 | 11 | 0 | 25 | 22 | 126 | 40 | 111 |
| Binary | 10111101 | 11010000 | 10100100 | 1001 | 0 | 10101 | 10010 | 1010110 | 100000 | 1001001 |
Color Harmonies of #BDD0A4
Complementary color
Monochromatic Colors of #BDD0A4
Black with #BDD0A4
Text Example
Text Example
White with #BDD0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0A4; }
p { color: rgb(189,208,164); }
H1.HeaderClassName
{
color: #BDD0A4;
}
.AnyTagClassName
{
color: #BDD0A4;
}
</style>
background-color css
<style>
a { background-color: #BDD0A4; }
a { background-color: rgb(189,208,164); }
div.DivClassName
{
background-color: #BDD0A4;
}
.BgClassName
{
background-color: #BDD0A4;
}
</style>
border-color css
<style>
span { border-color: #BDD0A4; }
span { border-color: rgb(189,208,164); }
td.TdClassName
{
border-color: #BDD0A4;
}
.TagClassName
{
border-color: #BDD0A4;
}
</style>