Shades of Pixie Green #BDE09D
Tints of Pixie Green #BDE09D
RGB
CMYK
RGB Variations
Color information
#BDE09D (or 0xBDE09D) is known color: Pixie Green. HEX triplet: BD, E0 and 9D. RGB value is (189,224,157). Sum of RGB (Red+Green+Blue) = 189+224+157=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE09D is #421F62. Grayscale: #CECECE. Windows color (decimal): -4333411 or 10346685. OLE color: 10346685.
HSL color Cylindrical-coordinate representation of color #BDE09D: hue angle of 91.34º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDE09D is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 157 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.12 |
| HSL | 91.34º | 0.52% | 0.75% | - |
| HSV(B) | 91.34º | 0.3% | 0.88% | - |
| XYZ | 53.73 | 66.56 | 41.91 | - |
| YUV | 205.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 157 | 0.16 | 0 | 0.30 | 0.12 | 91.34 | 0.52 | 0.75 |
| Hex | BD | E0 | 9D | 10 | 0 | 1E | C | 5B | 34 | 4B |
| Octal | 275 | 340 | 235 | 20 | 0 | 36 | 14 | 133 | 64 | 113 |
| Binary | 10111101 | 11100000 | 10011101 | 10000 | 0 | 11110 | 1100 | 1011011 | 110100 | 1001011 |
Color Harmonies of #BDE09D
Complementary color
Monochromatic Colors of #BDE09D
Black with #BDE09D
Text Example
Text Example
White with #BDE09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE09D; }
p { color: rgb(189,224,157); }
H1.HeaderClassName
{
color: #BDE09D;
}
.AnyTagClassName
{
color: #BDE09D;
}
</style>
background-color css
<style>
a { background-color: #BDE09D; }
a { background-color: rgb(189,224,157); }
div.DivClassName
{
background-color: #BDE09D;
}
.BgClassName
{
background-color: #BDE09D;
}
</style>
border-color css
<style>
span { border-color: #BDE09D; }
span { border-color: rgb(189,224,157); }
td.TdClassName
{
border-color: #BDE09D;
}
.TagClassName
{
border-color: #BDE09D;
}
</style>