Shades of Pixie Green #BDD4A0
Tints of Pixie Green #BDD4A0
RGB
CMYK
RGB Variations
Color information
#BDD4A0 (or 0xBDD4A0) is known color: Pixie Green. HEX triplet: BD, D4 and A0. RGB value is (189,212,160). Sum of RGB (Red+Green+Blue) = 189+212+160=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD4A0 is #422B5F. Grayscale: #C7C7C7. Windows color (decimal): -4336480 or 10540221. OLE color: 10540221.
HSL color Cylindrical-coordinate representation of color #BDD4A0: hue angle of 86.54º 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 #BDD4A0 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 160 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.17 |
| HSL | 86.54º | 0.38% | 0.73% | - |
| HSV(B) | 86.54º | 0.25% | 0.83% | - |
| XYZ | 50.87 | 60.44 | 42.24 | - |
| YUV | 199.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 160 | 0.11 | 0 | 0.25 | 0.17 | 86.54 | 0.38 | 0.73 |
| Hex | BD | D4 | A0 | B | 0 | 19 | 11 | 57 | 26 | 49 |
| Octal | 275 | 324 | 240 | 13 | 0 | 31 | 21 | 127 | 46 | 111 |
| Binary | 10111101 | 11010100 | 10100000 | 1011 | 0 | 11001 | 10001 | 1010111 | 100110 | 1001001 |
Color Harmonies of #BDD4A0
Complementary color
Monochromatic Colors of #BDD4A0
Black with #BDD4A0
Text Example
Text Example
White with #BDD4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4A0; }
p { color: rgb(189,212,160); }
H1.HeaderClassName
{
color: #BDD4A0;
}
.AnyTagClassName
{
color: #BDD4A0;
}
</style>
background-color css
<style>
a { background-color: #BDD4A0; }
a { background-color: rgb(189,212,160); }
div.DivClassName
{
background-color: #BDD4A0;
}
.BgClassName
{
background-color: #BDD4A0;
}
</style>
border-color css
<style>
span { border-color: #BDD4A0; }
span { border-color: rgb(189,212,160); }
td.TdClassName
{
border-color: #BDD4A0;
}
.TagClassName
{
border-color: #BDD4A0;
}
</style>