Shades of Pixie Green #BFDBA1
Tints of Pixie Green #BFDBA1
RGB
CMYK
RGB Variations
Color information
#BFDBA1 (or 0xBFDBA1) is known color: Pixie Green. HEX triplet: BF, DB and A1. RGB value is (191,219,161). Sum of RGB (Red+Green+Blue) = 191+219+161=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDBA1 is #40245E. Grayscale: #CCCCCC. Windows color (decimal): -4203615 or 10607551. OLE color: 10607551.
HSL color Cylindrical-coordinate representation of color #BFDBA1: hue angle of 88.97º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFDBA1 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 161 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.14 |
| HSL | 88.97º | 0.45% | 0.75% | - |
| HSV(B) | 88.97º | 0.26% | 0.86% | - |
| XYZ | 53.25 | 64.31 | 43.33 | - |
| YUV | 204.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 161 | 0.13 | 0 | 0.26 | 0.14 | 88.97 | 0.45 | 0.75 |
| Hex | BF | DB | A1 | D | 0 | 1A | E | 59 | 2D | 4B |
| Octal | 277 | 333 | 241 | 15 | 0 | 32 | 16 | 131 | 55 | 113 |
| Binary | 10111111 | 11011011 | 10100001 | 1101 | 0 | 11010 | 1110 | 1011001 | 101101 | 1001011 |
Color Harmonies of #BFDBA1
Complementary color
Monochromatic Colors of #BFDBA1
Black with #BFDBA1
Text Example
Text Example
White with #BFDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBA1; }
p { color: rgb(191,219,161); }
H1.HeaderClassName
{
color: #BFDBA1;
}
.AnyTagClassName
{
color: #BFDBA1;
}
</style>
background-color css
<style>
a { background-color: #BFDBA1; }
a { background-color: rgb(191,219,161); }
div.DivClassName
{
background-color: #BFDBA1;
}
.BgClassName
{
background-color: #BFDBA1;
}
</style>
border-color css
<style>
span { border-color: #BFDBA1; }
span { border-color: rgb(191,219,161); }
td.TdClassName
{
border-color: #BFDBA1;
}
.TagClassName
{
border-color: #BFDBA1;
}
</style>