Shades of Pixie Green #BFD7A7
Tints of Pixie Green #BFD7A7
RGB
CMYK
RGB Variations
Color information
#BFD7A7 (or 0xBFD7A7) is known color: Pixie Green. HEX triplet: BF, D7 and A7. RGB value is (191,215,167). Sum of RGB (Red+Green+Blue) = 191+215+167=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD7A7 is #402858. Grayscale: #CACACA. Windows color (decimal): -4204633 or 10999743. OLE color: 10999743.
HSL color Cylindrical-coordinate representation of color #BFD7A7: hue angle of 90º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFD7A7 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
RGB | 191 | 215 | 167 | - |
CMYK | 0.11 | 0 | 0.22 | 0.16 |
HSL | 90º | 0.38% | 0.75% | - |
HSV(B) | 90º | 0.22% | 0.84% | - |
XYZ | 52.76 | 62.47 | 45.84 | - |
YUV | 202.35 | 108.05 | 119.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 215 | 167 | 0.11 | 0 | 0.22 | 0.16 | 90 | 0.38 | 0.75 |
Hex | BF | D7 | A7 | B | 0 | 16 | 10 | 5A | 26 | 4B |
Octal | 277 | 327 | 247 | 13 | 0 | 26 | 20 | 132 | 46 | 113 |
Binary | 10111111 | 11010111 | 10100111 | 1011 | 0 | 10110 | 10000 | 1011010 | 100110 | 1001011 |
Color Harmonies of #BFD7A7
Complementary color
Monochromatic Colors of #BFD7A7
Black with #BFD7A7
Text Example
Text Example
White with #BFD7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD7A7; }
p { color: rgb(191,215,167); }
H1.HeaderClassName
{
color: #BFD7A7;
}
.AnyTagClassName
{
color: #BFD7A7;
}
</style>
background-color css
<style>
a { background-color: #BFD7A7; }
a { background-color: rgb(191,215,167); }
div.DivClassName
{
background-color: #BFD7A7;
}
.BgClassName
{
background-color: #BFD7A7;
}
</style>
border-color css
<style>
span { border-color: #BFD7A7; }
span { border-color: rgb(191,215,167); }
td.TdClassName
{
border-color: #BFD7A7;
}
.TagClassName
{
border-color: #BFD7A7;
}
</style>