Shades of Pixie Green #BDDFA0
Tints of Pixie Green #BDDFA0
RGB
CMYK
RGB Variations
Color information
#BDDFA0 (or 0xBDDFA0) is known color: Pixie Green. HEX triplet: BD, DF and A0. RGB value is (189,223,160). Sum of RGB (Red+Green+Blue) = 189+223+160=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFA0 is #42205F. Grayscale: #CDCDCD. Windows color (decimal): -4333664 or 10543037. OLE color: 10543037.
HSL color Cylindrical-coordinate representation of color #BDDFA0: hue angle of 92.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDDFA0 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 160 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.13 |
| HSL | 92.38º | 0.5% | 0.75% | - |
| HSV(B) | 92.38º | 0.28% | 0.87% | - |
| XYZ | 53.72 | 66.13 | 43.19 | - |
| YUV | 205.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 160 | 0.15 | 0 | 0.28 | 0.13 | 92.38 | 0.5 | 0.75 |
| Hex | BD | DF | A0 | F | 0 | 1C | D | 5C | 32 | 4B |
| Octal | 275 | 337 | 240 | 17 | 0 | 34 | 15 | 134 | 62 | 113 |
| Binary | 10111101 | 11011111 | 10100000 | 1111 | 0 | 11100 | 1101 | 1011100 | 110010 | 1001011 |
Color Harmonies of #BDDFA0
Complementary color
Monochromatic Colors of #BDDFA0
Black with #BDDFA0
Text Example
Text Example
White with #BDDFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFA0; }
p { color: rgb(189,223,160); }
H1.HeaderClassName
{
color: #BDDFA0;
}
.AnyTagClassName
{
color: #BDDFA0;
}
</style>
background-color css
<style>
a { background-color: #BDDFA0; }
a { background-color: rgb(189,223,160); }
div.DivClassName
{
background-color: #BDDFA0;
}
.BgClassName
{
background-color: #BDDFA0;
}
</style>
border-color css
<style>
span { border-color: #BDDFA0; }
span { border-color: rgb(189,223,160); }
td.TdClassName
{
border-color: #BDDFA0;
}
.TagClassName
{
border-color: #BDDFA0;
}
</style>