Shades of Pixie Green #BFE09C
Tints of Pixie Green #BFE09C
RGB
CMYK
RGB Variations
Color information
#BFE09C (or 0xBFE09C) is known color: Pixie Green. HEX triplet: BF, E0 and 9C. RGB value is (191,224,156). Sum of RGB (Red+Green+Blue) = 191+224+156=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE09C is #401F63. Grayscale: #CECECE. Windows color (decimal): -4202340 or 10281151. OLE color: 10281151.
HSL color Cylindrical-coordinate representation of color #BFE09C: hue angle of 89.12º 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 #BFE09C is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 156 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.12 |
| HSL | 89.12º | 0.52% | 0.75% | - |
| HSV(B) | 89.12º | 0.3% | 0.88% | - |
| XYZ | 54.14 | 66.79 | 41.49 | - |
| YUV | 206.38 | 99.57 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 156 | 0.15 | 0 | 0.30 | 0.12 | 89.12 | 0.52 | 0.75 |
| Hex | BF | E0 | 9C | F | 0 | 1E | C | 59 | 34 | 4B |
| Octal | 277 | 340 | 234 | 17 | 0 | 36 | 14 | 131 | 64 | 113 |
| Binary | 10111111 | 11100000 | 10011100 | 1111 | 0 | 11110 | 1100 | 1011001 | 110100 | 1001011 |
Color Harmonies of #BFE09C
Complementary color
Monochromatic Colors of #BFE09C
Black with #BFE09C
Text Example
Text Example
White with #BFE09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE09C; }
p { color: rgb(191,224,156); }
H1.HeaderClassName
{
color: #BFE09C;
}
.AnyTagClassName
{
color: #BFE09C;
}
</style>
background-color css
<style>
a { background-color: #BFE09C; }
a { background-color: rgb(191,224,156); }
div.DivClassName
{
background-color: #BFE09C;
}
.BgClassName
{
background-color: #BFE09C;
}
</style>
border-color css
<style>
span { border-color: #BFE09C; }
span { border-color: rgb(191,224,156); }
td.TdClassName
{
border-color: #BFE09C;
}
.TagClassName
{
border-color: #BFE09C;
}
</style>