Shades of Pixie Green #BFD2AB
Tints of Pixie Green #BFD2AB
RGB
CMYK
RGB Variations
Color information
#BFD2AB (or 0xBFD2AB) is known color: Pixie Green. HEX triplet: BF, D2 and AB. RGB value is (191,210,171). Sum of RGB (Red+Green+Blue) = 191+210+171=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD2AB is #402D54. Grayscale: #C8C8C8. Windows color (decimal): -4205909 or 11260607. OLE color: 11260607.
HSL color Cylindrical-coordinate representation of color #BFD2AB: hue angle of 89.23º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD2AB is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 171 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.18 |
| HSL | 89.23º | 0.3% | 0.75% | - |
| HSV(B) | 89.23º | 0.19% | 0.82% | - |
| XYZ | 51.88 | 60.11 | 47.4 | - |
| YUV | 199.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 171 | 0.09 | 0 | 0.19 | 0.18 | 89.23 | 0.3 | 0.75 |
| Hex | BF | D2 | AB | 9 | 0 | 13 | 12 | 59 | 1E | 4B |
| Octal | 277 | 322 | 253 | 11 | 0 | 23 | 22 | 131 | 36 | 113 |
| Binary | 10111111 | 11010010 | 10101011 | 1001 | 0 | 10011 | 10010 | 1011001 | 11110 | 1001011 |
Color Harmonies of #BFD2AB
Complementary color
Monochromatic Colors of #BFD2AB
Black with #BFD2AB
Text Example
Text Example
White with #BFD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2AB; }
p { color: rgb(191,210,171); }
H1.HeaderClassName
{
color: #BFD2AB;
}
.AnyTagClassName
{
color: #BFD2AB;
}
</style>
background-color css
<style>
a { background-color: #BFD2AB; }
a { background-color: rgb(191,210,171); }
div.DivClassName
{
background-color: #BFD2AB;
}
.BgClassName
{
background-color: #BFD2AB;
}
</style>
border-color css
<style>
span { border-color: #BFD2AB; }
span { border-color: rgb(191,210,171); }
td.TdClassName
{
border-color: #BFD2AB;
}
.TagClassName
{
border-color: #BFD2AB;
}
</style>