Shades of Pixie Green #BFD6A4
Tints of Pixie Green #BFD6A4
RGB
CMYK
RGB Variations
Color information
#BFD6A4 (or 0xBFD6A4) is known color: Pixie Green. HEX triplet: BF, D6 and A4. RGB value is (191,214,164). Sum of RGB (Red+Green+Blue) = 191+214+164=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD6A4 is #40295B. Grayscale: #C9C9C9. Windows color (decimal): -4204892 or 10802879. OLE color: 10802879.
HSL color Cylindrical-coordinate representation of color #BFD6A4: hue angle of 87.6º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFD6A4 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 164 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.16 |
| HSL | 87.6º | 0.38% | 0.74% | - |
| HSV(B) | 87.6º | 0.23% | 0.84% | - |
| XYZ | 52.23 | 61.85 | 44.31 | - |
| YUV | 201.42 | 106.88 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 164 | 0.11 | 0 | 0.23 | 0.16 | 87.6 | 0.38 | 0.74 |
| Hex | BF | D6 | A4 | B | 0 | 17 | 10 | 58 | 26 | 4A |
| Octal | 277 | 326 | 244 | 13 | 0 | 27 | 20 | 130 | 46 | 112 |
| Binary | 10111111 | 11010110 | 10100100 | 1011 | 0 | 10111 | 10000 | 1011000 | 100110 | 1001010 |
Color Harmonies of #BFD6A4
Complementary color
Monochromatic Colors of #BFD6A4
Black with #BFD6A4
Text Example
Text Example
White with #BFD6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6A4; }
p { color: rgb(191,214,164); }
H1.HeaderClassName
{
color: #BFD6A4;
}
.AnyTagClassName
{
color: #BFD6A4;
}
</style>
background-color css
<style>
a { background-color: #BFD6A4; }
a { background-color: rgb(191,214,164); }
div.DivClassName
{
background-color: #BFD6A4;
}
.BgClassName
{
background-color: #BFD6A4;
}
</style>
border-color css
<style>
span { border-color: #BFD6A4; }
span { border-color: rgb(191,214,164); }
td.TdClassName
{
border-color: #BFD6A4;
}
.TagClassName
{
border-color: #BFD6A4;
}
</style>