Shades of Pixie Green #BDE197
Tints of Pixie Green #BDE197
RGB
CMYK
RGB Variations
Color information
#BDE197 (or 0xBDE197) is known color: Pixie Green. HEX triplet: BD, E1 and 97. RGB value is (189,225,151). Sum of RGB (Red+Green+Blue) = 189+225+151=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE197 is #421E68. Grayscale: #CECECE. Windows color (decimal): -4333161 or 9953725. OLE color: 9953725.
HSL color Cylindrical-coordinate representation of color #BDE197: hue angle of 89.19º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE197 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 151 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.12 |
| HSL | 89.19º | 0.55% | 0.74% | - |
| HSV(B) | 89.19º | 0.33% | 0.88% | - |
| XYZ | 53.5 | 66.9 | 39.37 | - |
| YUV | 205.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 151 | 0.16 | 0 | 0.33 | 0.12 | 89.19 | 0.55 | 0.74 |
| Hex | BD | E1 | 97 | 10 | 0 | 21 | C | 59 | 37 | 4A |
| Octal | 275 | 341 | 227 | 20 | 0 | 41 | 14 | 131 | 67 | 112 |
| Binary | 10111101 | 11100001 | 10010111 | 10000 | 0 | 100001 | 1100 | 1011001 | 110111 | 1001010 |
Color Harmonies of #BDE197
Complementary color
Monochromatic Colors of #BDE197
Black with #BDE197
Text Example
Text Example
White with #BDE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE197; }
p { color: rgb(189,225,151); }
H1.HeaderClassName
{
color: #BDE197;
}
.AnyTagClassName
{
color: #BDE197;
}
</style>
background-color css
<style>
a { background-color: #BDE197; }
a { background-color: rgb(189,225,151); }
div.DivClassName
{
background-color: #BDE197;
}
.BgClassName
{
background-color: #BDE197;
}
</style>
border-color css
<style>
span { border-color: #BDE197; }
span { border-color: rgb(189,225,151); }
td.TdClassName
{
border-color: #BDE197;
}
.TagClassName
{
border-color: #BDE197;
}
</style>