Shades of Pixie Green #BFDE9E
Tints of Pixie Green #BFDE9E
RGB
CMYK
RGB Variations
Color information
#BFDE9E (or 0xBFDE9E) is known color: Pixie Green. HEX triplet: BF, DE and 9E. RGB value is (191,222,158). Sum of RGB (Red+Green+Blue) = 191+222+158=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDE9E is #402161. Grayscale: #CDCDCD. Windows color (decimal): -4202850 or 10411711. OLE color: 10411711.
HSL color Cylindrical-coordinate representation of color #BFDE9E: hue angle of 89.06º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFDE9E is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 158 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.13 |
| HSL | 89.06º | 0.49% | 0.75% | - |
| HSV(B) | 89.06º | 0.29% | 0.87% | - |
| XYZ | 53.78 | 65.79 | 42.21 | - |
| YUV | 205.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 158 | 0.14 | 0 | 0.29 | 0.13 | 89.06 | 0.49 | 0.75 |
| Hex | BF | DE | 9E | E | 0 | 1D | D | 59 | 31 | 4B |
| Octal | 277 | 336 | 236 | 16 | 0 | 35 | 15 | 131 | 61 | 113 |
| Binary | 10111111 | 11011110 | 10011110 | 1110 | 0 | 11101 | 1101 | 1011001 | 110001 | 1001011 |
Color Harmonies of #BFDE9E
Complementary color
Monochromatic Colors of #BFDE9E
Black with #BFDE9E
Text Example
Text Example
White with #BFDE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE9E; }
p { color: rgb(191,222,158); }
H1.HeaderClassName
{
color: #BFDE9E;
}
.AnyTagClassName
{
color: #BFDE9E;
}
</style>
background-color css
<style>
a { background-color: #BFDE9E; }
a { background-color: rgb(191,222,158); }
div.DivClassName
{
background-color: #BFDE9E;
}
.BgClassName
{
background-color: #BFDE9E;
}
</style>
border-color css
<style>
span { border-color: #BFDE9E; }
span { border-color: rgb(191,222,158); }
td.TdClassName
{
border-color: #BFDE9E;
}
.TagClassName
{
border-color: #BFDE9E;
}
</style>