Shades of Pixie Green #BFDC9F
Tints of Pixie Green #BFDC9F
RGB
CMYK
RGB Variations
Color information
#BFDC9F (or 0xBFDC9F) is known color: Pixie Green. HEX triplet: BF, DC and 9F. RGB value is (191,220,159). Sum of RGB (Red+Green+Blue) = 191+220+159=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC9F is #402360. Grayscale: #CCCCCC. Windows color (decimal): -4203361 or 10476735. OLE color: 10476735.
HSL color Cylindrical-coordinate representation of color #BFDC9F: hue angle of 88.52º degrees, saturation: 0.47, 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 #BFDC9F is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 159 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.14 |
| HSL | 88.52º | 0.47% | 0.74% | - |
| HSV(B) | 88.52º | 0.28% | 0.86% | - |
| XYZ | 53.34 | 64.77 | 42.49 | - |
| YUV | 204.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 159 | 0.13 | 0 | 0.28 | 0.14 | 88.52 | 0.47 | 0.74 |
| Hex | BF | DC | 9F | D | 0 | 1C | E | 59 | 2F | 4A |
| Octal | 277 | 334 | 237 | 15 | 0 | 34 | 16 | 131 | 57 | 112 |
| Binary | 10111111 | 11011100 | 10011111 | 1101 | 0 | 11100 | 1110 | 1011001 | 101111 | 1001010 |
Color Harmonies of #BFDC9F
Complementary color
Monochromatic Colors of #BFDC9F
Black with #BFDC9F
Text Example
Text Example
White with #BFDC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC9F; }
p { color: rgb(191,220,159); }
H1.HeaderClassName
{
color: #BFDC9F;
}
.AnyTagClassName
{
color: #BFDC9F;
}
</style>
background-color css
<style>
a { background-color: #BFDC9F; }
a { background-color: rgb(191,220,159); }
div.DivClassName
{
background-color: #BFDC9F;
}
.BgClassName
{
background-color: #BFDC9F;
}
</style>
border-color css
<style>
span { border-color: #BFDC9F; }
span { border-color: rgb(191,220,159); }
td.TdClassName
{
border-color: #BFDC9F;
}
.TagClassName
{
border-color: #BFDC9F;
}
</style>