Shades of Pixie Green #BFDAAB
Tints of Pixie Green #BFDAAB
RGB
CMYK
RGB Variations
Color information
#BFDAAB (or 0xBFDAAB) is known color: Pixie Green. HEX triplet: BF, DA and AB. RGB value is (191,218,171). Sum of RGB (Red+Green+Blue) = 191+218+171=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDAAB is #402554. Grayscale: #CCCCCC. Windows color (decimal): -4203861 or 11262655. OLE color: 11262655.
HSL color Cylindrical-coordinate representation of color #BFDAAB: hue angle of 94.47º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFDAAB is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 171 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.15 |
| HSL | 94.47º | 0.39% | 0.76% | - |
| HSV(B) | 94.47º | 0.22% | 0.85% | - |
| XYZ | 53.91 | 64.16 | 48.07 | - |
| YUV | 204.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 171 | 0.12 | 0 | 0.22 | 0.15 | 94.47 | 0.39 | 0.76 |
| Hex | BF | DA | AB | C | 0 | 16 | F | 5E | 27 | 4C |
| Octal | 277 | 332 | 253 | 14 | 0 | 26 | 17 | 136 | 47 | 114 |
| Binary | 10111111 | 11011010 | 10101011 | 1100 | 0 | 10110 | 1111 | 1011110 | 100111 | 1001100 |
Color Harmonies of #BFDAAB
Complementary color
Monochromatic Colors of #BFDAAB
Black with #BFDAAB
Text Example
Text Example
White with #BFDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAAB; }
p { color: rgb(191,218,171); }
H1.HeaderClassName
{
color: #BFDAAB;
}
.AnyTagClassName
{
color: #BFDAAB;
}
</style>
background-color css
<style>
a { background-color: #BFDAAB; }
a { background-color: rgb(191,218,171); }
div.DivClassName
{
background-color: #BFDAAB;
}
.BgClassName
{
background-color: #BFDAAB;
}
</style>
border-color css
<style>
span { border-color: #BFDAAB; }
span { border-color: rgb(191,218,171); }
td.TdClassName
{
border-color: #BFDAAB;
}
.TagClassName
{
border-color: #BFDAAB;
}
</style>