Shades of Pixie Green #BFDB9E
Tints of Pixie Green #BFDB9E
RGB
CMYK
RGB Variations
Color information
#BFDB9E (or 0xBFDB9E) is known color: Pixie Green. HEX triplet: BF, DB and 9E. RGB value is (191,219,158). Sum of RGB (Red+Green+Blue) = 191+219+158=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDB9E is #402461. Grayscale: #CBCBCB. Windows color (decimal): -4203618 or 10410943. OLE color: 10410943.
HSL color Cylindrical-coordinate representation of color #BFDB9E: hue angle of 87.54º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFDB9E is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 158 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.14 |
| HSL | 87.54º | 0.46% | 0.74% | - |
| HSV(B) | 87.54º | 0.28% | 0.86% | - |
| XYZ | 52.99 | 64.21 | 41.95 | - |
| YUV | 203.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 158 | 0.13 | 0 | 0.28 | 0.14 | 87.54 | 0.46 | 0.74 |
| Hex | BF | DB | 9E | D | 0 | 1C | E | 58 | 2E | 4A |
| Octal | 277 | 333 | 236 | 15 | 0 | 34 | 16 | 130 | 56 | 112 |
| Binary | 10111111 | 11011011 | 10011110 | 1101 | 0 | 11100 | 1110 | 1011000 | 101110 | 1001010 |
Color Harmonies of #BFDB9E
Complementary color
Monochromatic Colors of #BFDB9E
Black with #BFDB9E
Text Example
Text Example
White with #BFDB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB9E; }
p { color: rgb(191,219,158); }
H1.HeaderClassName
{
color: #BFDB9E;
}
.AnyTagClassName
{
color: #BFDB9E;
}
</style>
background-color css
<style>
a { background-color: #BFDB9E; }
a { background-color: rgb(191,219,158); }
div.DivClassName
{
background-color: #BFDB9E;
}
.BgClassName
{
background-color: #BFDB9E;
}
</style>
border-color css
<style>
span { border-color: #BFDB9E; }
span { border-color: rgb(191,219,158); }
td.TdClassName
{
border-color: #BFDB9E;
}
.TagClassName
{
border-color: #BFDB9E;
}
</style>