Shades of Pixie Green #BFD0AF
Tints of Pixie Green #BFD0AF
RGB
CMYK
RGB Variations
Color information
#BFD0AF (or 0xBFD0AF) is known color: Pixie Green. HEX triplet: BF, D0 and AF. RGB value is (191,208,175). Sum of RGB (Red+Green+Blue) = 191+208+175=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD0AF is #402F50. Grayscale: #C7C7C7. Windows color (decimal): -4206417 or 11522239. OLE color: 11522239.
HSL color Cylindrical-coordinate representation of color #BFD0AF: hue angle of 90.91º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFD0AF is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 175 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.18 |
| HSL | 90.91º | 0.26% | 0.75% | - |
| HSV(B) | 90.91º | 0.16% | 0.82% | - |
| XYZ | 51.78 | 59.28 | 49.27 | - |
| YUV | 199.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 175 | 0.08 | 0 | 0.16 | 0.18 | 90.91 | 0.26 | 0.75 |
| Hex | BF | D0 | AF | 8 | 0 | 10 | 12 | 5B | 1A | 4B |
| Octal | 277 | 320 | 257 | 10 | 0 | 20 | 22 | 133 | 32 | 113 |
| Binary | 10111111 | 11010000 | 10101111 | 1000 | 0 | 10000 | 10010 | 1011011 | 11010 | 1001011 |
Color Harmonies of #BFD0AF
Complementary color
Monochromatic Colors of #BFD0AF
Black with #BFD0AF
Text Example
Text Example
White with #BFD0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0AF; }
p { color: rgb(191,208,175); }
H1.HeaderClassName
{
color: #BFD0AF;
}
.AnyTagClassName
{
color: #BFD0AF;
}
</style>
background-color css
<style>
a { background-color: #BFD0AF; }
a { background-color: rgb(191,208,175); }
div.DivClassName
{
background-color: #BFD0AF;
}
.BgClassName
{
background-color: #BFD0AF;
}
</style>
border-color css
<style>
span { border-color: #BFD0AF; }
span { border-color: rgb(191,208,175); }
td.TdClassName
{
border-color: #BFD0AF;
}
.TagClassName
{
border-color: #BFD0AF;
}
</style>