Shades of Pixie Green #BFD6AD
Tints of Pixie Green #BFD6AD
RGB
CMYK
RGB Variations
Color information
#BFD6AD (or 0xBFD6AD) is known color: Pixie Green. HEX triplet: BF, D6 and AD. RGB value is (191,214,173). Sum of RGB (Red+Green+Blue) = 191+214+173=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD6AD is #402952. Grayscale: #CACACA. Windows color (decimal): -4204883 or 11392703. OLE color: 11392703.
HSL color Cylindrical-coordinate representation of color #BFD6AD: hue angle of 93.66º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD6AD is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 173 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.16 |
| HSL | 93.66º | 0.33% | 0.76% | - |
| HSV(B) | 93.66º | 0.19% | 0.84% | - |
| XYZ | 53.08 | 62.19 | 48.74 | - |
| YUV | 202.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 173 | 0.11 | 0 | 0.19 | 0.16 | 93.66 | 0.33 | 0.76 |
| Hex | BF | D6 | AD | B | 0 | 13 | 10 | 5E | 21 | 4C |
| Octal | 277 | 326 | 255 | 13 | 0 | 23 | 20 | 136 | 41 | 114 |
| Binary | 10111111 | 11010110 | 10101101 | 1011 | 0 | 10011 | 10000 | 1011110 | 100001 | 1001100 |
Color Harmonies of #BFD6AD
Complementary color
Monochromatic Colors of #BFD6AD
Black with #BFD6AD
Text Example
Text Example
White with #BFD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6AD; }
p { color: rgb(191,214,173); }
H1.HeaderClassName
{
color: #BFD6AD;
}
.AnyTagClassName
{
color: #BFD6AD;
}
</style>
background-color css
<style>
a { background-color: #BFD6AD; }
a { background-color: rgb(191,214,173); }
div.DivClassName
{
background-color: #BFD6AD;
}
.BgClassName
{
background-color: #BFD6AD;
}
</style>
border-color css
<style>
span { border-color: #BFD6AD; }
span { border-color: rgb(191,214,173); }
td.TdClassName
{
border-color: #BFD6AD;
}
.TagClassName
{
border-color: #BFD6AD;
}
</style>