Shades of Pixie Green #BDE096
Tints of Pixie Green #BDE096
RGB
CMYK
RGB Variations
Color information
#BDE096 (or 0xBDE096) is known color: Pixie Green. HEX triplet: BD, E0 and 96. RGB value is (189,224,150). Sum of RGB (Red+Green+Blue) = 189+224+150=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE096 is #421F69. Grayscale: #CDCDCD. Windows color (decimal): -4333418 or 9887933. OLE color: 9887933.
HSL color Cylindrical-coordinate representation of color #BDE096: hue angle of 88.38º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE096 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 150 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.12 |
| HSL | 88.38º | 0.54% | 0.73% | - |
| HSV(B) | 88.38º | 0.33% | 0.88% | - |
| XYZ | 53.15 | 66.33 | 38.86 | - |
| YUV | 205.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 150 | 0.16 | 0 | 0.33 | 0.12 | 88.38 | 0.54 | 0.73 |
| Hex | BD | E0 | 96 | 10 | 0 | 21 | C | 58 | 36 | 49 |
| Octal | 275 | 340 | 226 | 20 | 0 | 41 | 14 | 130 | 66 | 111 |
| Binary | 10111101 | 11100000 | 10010110 | 10000 | 0 | 100001 | 1100 | 1011000 | 110110 | 1001001 |
Color Harmonies of #BDE096
Complementary color
Monochromatic Colors of #BDE096
Black with #BDE096
Text Example
Text Example
White with #BDE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE096; }
p { color: rgb(189,224,150); }
H1.HeaderClassName
{
color: #BDE096;
}
.AnyTagClassName
{
color: #BDE096;
}
</style>
background-color css
<style>
a { background-color: #BDE096; }
a { background-color: rgb(189,224,150); }
div.DivClassName
{
background-color: #BDE096;
}
.BgClassName
{
background-color: #BDE096;
}
</style>
border-color css
<style>
span { border-color: #BDE096; }
span { border-color: rgb(189,224,150); }
td.TdClassName
{
border-color: #BDE096;
}
.TagClassName
{
border-color: #BDE096;
}
</style>