Shades of Pixie Green #BDDBA0
Tints of Pixie Green #BDDBA0
RGB
CMYK
RGB Variations
Color information
#BDDBA0 (or 0xBDDBA0) is known color: Pixie Green. HEX triplet: BD, DB and A0. RGB value is (189,219,160). Sum of RGB (Red+Green+Blue) = 189+219+160=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBA0 is #42245F. Grayscale: #CBCBCB. Windows color (decimal): -4334688 or 10542013. OLE color: 10542013.
HSL color Cylindrical-coordinate representation of color #BDDBA0: hue angle of 90.51º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDDBA0 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 160 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.14 |
| HSL | 90.51º | 0.45% | 0.74% | - |
| HSV(B) | 90.51º | 0.27% | 0.86% | - |
| XYZ | 52.66 | 64.02 | 42.84 | - |
| YUV | 203.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 160 | 0.14 | 0 | 0.27 | 0.14 | 90.51 | 0.45 | 0.74 |
| Hex | BD | DB | A0 | E | 0 | 1B | E | 5B | 2D | 4A |
| Octal | 275 | 333 | 240 | 16 | 0 | 33 | 16 | 133 | 55 | 112 |
| Binary | 10111101 | 11011011 | 10100000 | 1110 | 0 | 11011 | 1110 | 1011011 | 101101 | 1001010 |
Color Harmonies of #BDDBA0
Complementary color
Monochromatic Colors of #BDDBA0
Black with #BDDBA0
Text Example
Text Example
White with #BDDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBA0; }
p { color: rgb(189,219,160); }
H1.HeaderClassName
{
color: #BDDBA0;
}
.AnyTagClassName
{
color: #BDDBA0;
}
</style>
background-color css
<style>
a { background-color: #BDDBA0; }
a { background-color: rgb(189,219,160); }
div.DivClassName
{
background-color: #BDDBA0;
}
.BgClassName
{
background-color: #BDDBA0;
}
</style>
border-color css
<style>
span { border-color: #BDDBA0; }
span { border-color: rgb(189,219,160); }
td.TdClassName
{
border-color: #BDDBA0;
}
.TagClassName
{
border-color: #BDDBA0;
}
</style>