Shades of Pixie Green #BFDBA8
Tints of Pixie Green #BFDBA8
RGB
CMYK
RGB Variations
Color information
#BFDBA8 (or 0xBFDBA8) is known color: Pixie Green. HEX triplet: BF, DB and A8. RGB value is (191,219,168). Sum of RGB (Red+Green+Blue) = 191+219+168=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDBA8 is #402457. Grayscale: #CCCCCC. Windows color (decimal): -4203608 or 11066303. OLE color: 11066303.
HSL color Cylindrical-coordinate representation of color #BFDBA8: hue angle of 92.94º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDBA8 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 168 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.14 |
| HSL | 92.94º | 0.41% | 0.76% | - |
| HSV(B) | 92.94º | 0.23% | 0.86% | - |
| XYZ | 53.89 | 64.57 | 46.67 | - |
| YUV | 204.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 168 | 0.13 | 0 | 0.23 | 0.14 | 92.94 | 0.41 | 0.76 |
| Hex | BF | DB | A8 | D | 0 | 17 | E | 5D | 29 | 4C |
| Octal | 277 | 333 | 250 | 15 | 0 | 27 | 16 | 135 | 51 | 114 |
| Binary | 10111111 | 11011011 | 10101000 | 1101 | 0 | 10111 | 1110 | 1011101 | 101001 | 1001100 |
Color Harmonies of #BFDBA8
Complementary color
Monochromatic Colors of #BFDBA8
Black with #BFDBA8
Text Example
Text Example
White with #BFDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBA8; }
p { color: rgb(191,219,168); }
H1.HeaderClassName
{
color: #BFDBA8;
}
.AnyTagClassName
{
color: #BFDBA8;
}
</style>
background-color css
<style>
a { background-color: #BFDBA8; }
a { background-color: rgb(191,219,168); }
div.DivClassName
{
background-color: #BFDBA8;
}
.BgClassName
{
background-color: #BFDBA8;
}
</style>
border-color css
<style>
span { border-color: #BFDBA8; }
span { border-color: rgb(191,219,168); }
td.TdClassName
{
border-color: #BFDBA8;
}
.TagClassName
{
border-color: #BFDBA8;
}
</style>