Shades of Pixie Green #BFDF9E
Tints of Pixie Green #BFDF9E
RGB
CMYK
RGB Variations
Color information
#BFDF9E (or 0xBFDF9E) is known color: Pixie Green. HEX triplet: BF, DF and 9E. RGB value is (191,223,158). Sum of RGB (Red+Green+Blue) = 191+223+158=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF9E is #402061. Grayscale: #CECECE. Windows color (decimal): -4202594 or 10411967. OLE color: 10411967.
HSL color Cylindrical-coordinate representation of color #BFDF9E: hue angle of 89.54º degrees, saturation: 0.5, 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 #BFDF9E is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 158 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.13 |
| HSL | 89.54º | 0.5% | 0.75% | - |
| HSV(B) | 89.54º | 0.29% | 0.87% | - |
| XYZ | 54.05 | 66.32 | 42.3 | - |
| YUV | 206.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 158 | 0.14 | 0 | 0.29 | 0.13 | 89.54 | 0.5 | 0.75 |
| Hex | BF | DF | 9E | E | 0 | 1D | D | 5A | 32 | 4B |
| Octal | 277 | 337 | 236 | 16 | 0 | 35 | 15 | 132 | 62 | 113 |
| Binary | 10111111 | 11011111 | 10011110 | 1110 | 0 | 11101 | 1101 | 1011010 | 110010 | 1001011 |
Color Harmonies of #BFDF9E
Complementary color
Monochromatic Colors of #BFDF9E
Black with #BFDF9E
Text Example
Text Example
White with #BFDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF9E; }
p { color: rgb(191,223,158); }
H1.HeaderClassName
{
color: #BFDF9E;
}
.AnyTagClassName
{
color: #BFDF9E;
}
</style>
background-color css
<style>
a { background-color: #BFDF9E; }
a { background-color: rgb(191,223,158); }
div.DivClassName
{
background-color: #BFDF9E;
}
.BgClassName
{
background-color: #BFDF9E;
}
</style>
border-color css
<style>
span { border-color: #BFDF9E; }
span { border-color: rgb(191,223,158); }
td.TdClassName
{
border-color: #BFDF9E;
}
.TagClassName
{
border-color: #BFDF9E;
}
</style>