Shades of Pixie Green #BFD4AB
Tints of Pixie Green #BFD4AB
RGB
CMYK
RGB Variations
Color information
#BFD4AB (or 0xBFD4AB) is known color: Pixie Green. HEX triplet: BF, D4 and AB. RGB value is (191,212,171). Sum of RGB (Red+Green+Blue) = 191+212+171=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD4AB is #402B54. Grayscale: #C9C9C9. Windows color (decimal): -4205397 or 11261119. OLE color: 11261119.
HSL color Cylindrical-coordinate representation of color #BFD4AB: hue angle of 90.73º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD4AB is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 171 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.17 |
| HSL | 90.73º | 0.32% | 0.75% | - |
| HSV(B) | 90.73º | 0.19% | 0.83% | - |
| XYZ | 52.38 | 61.1 | 47.56 | - |
| YUV | 201.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 171 | 0.10 | 0 | 0.19 | 0.17 | 90.73 | 0.32 | 0.75 |
| Hex | BF | D4 | AB | A | 0 | 13 | 11 | 5B | 20 | 4B |
| Octal | 277 | 324 | 253 | 12 | 0 | 23 | 21 | 133 | 40 | 113 |
| Binary | 10111111 | 11010100 | 10101011 | 1010 | 0 | 10011 | 10001 | 1011011 | 100000 | 1001011 |
Color Harmonies of #BFD4AB
Complementary color
Monochromatic Colors of #BFD4AB
Black with #BFD4AB
Text Example
Text Example
White with #BFD4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD4AB; }
p { color: rgb(191,212,171); }
H1.HeaderClassName
{
color: #BFD4AB;
}
.AnyTagClassName
{
color: #BFD4AB;
}
</style>
background-color css
<style>
a { background-color: #BFD4AB; }
a { background-color: rgb(191,212,171); }
div.DivClassName
{
background-color: #BFD4AB;
}
.BgClassName
{
background-color: #BFD4AB;
}
</style>
border-color css
<style>
span { border-color: #BFD4AB; }
span { border-color: rgb(191,212,171); }
td.TdClassName
{
border-color: #BFD4AB;
}
.TagClassName
{
border-color: #BFD4AB;
}
</style>