Shades of Pixie Green #BFD8A7
Tints of Pixie Green #BFD8A7
RGB
CMYK
RGB Variations
Color information
#BFD8A7 (or 0xBFD8A7) is known color: Pixie Green. HEX triplet: BF, D8 and A7. RGB value is (191,216,167). Sum of RGB (Red+Green+Blue) = 191+216+167=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 167 (65.62% from 255 or 29.09% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD8A7 is #402758. Grayscale: #CBCBCB. Windows color (decimal): -4204377 or 10999999. OLE color: 10999999.
HSL color Cylindrical-coordinate representation of color #BFD8A7: hue angle of 90.61º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFD8A7 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 167 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.15 |
| HSL | 90.61º | 0.39% | 0.75% | - |
| HSV(B) | 90.61º | 0.23% | 0.85% | - |
| XYZ | 53.02 | 62.98 | 45.92 | - |
| YUV | 202.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 167 | 0.12 | 0 | 0.23 | 0.15 | 90.61 | 0.39 | 0.75 |
| Hex | BF | D8 | A7 | C | 0 | 17 | F | 5B | 27 | 4B |
| Octal | 277 | 330 | 247 | 14 | 0 | 27 | 17 | 133 | 47 | 113 |
| Binary | 10111111 | 11011000 | 10100111 | 1100 | 0 | 10111 | 1111 | 1011011 | 100111 | 1001011 |
Color Harmonies of #BFD8A7
Complementary color
Monochromatic Colors of #BFD8A7
Black with #BFD8A7
Text Example
Text Example
White with #BFD8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD8A7; }
p { color: rgb(191,216,167); }
H1.HeaderClassName
{
color: #BFD8A7;
}
.AnyTagClassName
{
color: #BFD8A7;
}
</style>
background-color css
<style>
a { background-color: #BFD8A7; }
a { background-color: rgb(191,216,167); }
div.DivClassName
{
background-color: #BFD8A7;
}
.BgClassName
{
background-color: #BFD8A7;
}
</style>
border-color css
<style>
span { border-color: #BFD8A7; }
span { border-color: rgb(191,216,167); }
td.TdClassName
{
border-color: #BFD8A7;
}
.TagClassName
{
border-color: #BFD8A7;
}
</style>