Shades of Pixie Green #BFE29E
Tints of Pixie Green #BFE29E
RGB
CMYK
RGB Variations
Color information
#BFE29E (or 0xBFE29E) is known color: Pixie Green. HEX triplet: BF, E2 and 9E. RGB value is (191,226,158). Sum of RGB (Red+Green+Blue) = 191+226+158=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE29E is #401D61. Grayscale: #D0D0D0. Windows color (decimal): -4201826 or 10412735. OLE color: 10412735.
HSL color Cylindrical-coordinate representation of color #BFE29E: hue angle of 90.88º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFE29E is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 158 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.11 |
| HSL | 90.88º | 0.54% | 0.75% | - |
| HSV(B) | 90.88º | 0.3% | 0.89% | - |
| XYZ | 54.85 | 67.94 | 42.57 | - |
| YUV | 207.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 158 | 0.15 | 0 | 0.30 | 0.11 | 90.88 | 0.54 | 0.75 |
| Hex | BF | E2 | 9E | F | 0 | 1E | B | 5B | 36 | 4B |
| Octal | 277 | 342 | 236 | 17 | 0 | 36 | 13 | 133 | 66 | 113 |
| Binary | 10111111 | 11100010 | 10011110 | 1111 | 0 | 11110 | 1011 | 1011011 | 110110 | 1001011 |
Color Harmonies of #BFE29E
Complementary color
Monochromatic Colors of #BFE29E
Black with #BFE29E
Text Example
Text Example
White with #BFE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE29E; }
p { color: rgb(191,226,158); }
H1.HeaderClassName
{
color: #BFE29E;
}
.AnyTagClassName
{
color: #BFE29E;
}
</style>
background-color css
<style>
a { background-color: #BFE29E; }
a { background-color: rgb(191,226,158); }
div.DivClassName
{
background-color: #BFE29E;
}
.BgClassName
{
background-color: #BFE29E;
}
</style>
border-color css
<style>
span { border-color: #BFE29E; }
span { border-color: rgb(191,226,158); }
td.TdClassName
{
border-color: #BFE29E;
}
.TagClassName
{
border-color: #BFE29E;
}
</style>