Shades of Pixie Green #BFD2AD
Tints of Pixie Green #BFD2AD
RGB
CMYK
RGB Variations
Color information
#BFD2AD (or 0xBFD2AD) is known color: Pixie Green. HEX triplet: BF, D2 and AD. RGB value is (191,210,173). Sum of RGB (Red+Green+Blue) = 191+210+173=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD2AD is #402D52. Grayscale: #C8C8C8. Windows color (decimal): -4205907 or 11391679. OLE color: 11391679.
HSL color Cylindrical-coordinate representation of color #BFD2AD: hue angle of 90.81º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFD2AD is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 173 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.18 |
| HSL | 90.81º | 0.29% | 0.75% | - |
| HSV(B) | 90.81º | 0.18% | 0.82% | - |
| XYZ | 52.08 | 60.19 | 48.41 | - |
| YUV | 200.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 173 | 0.09 | 0 | 0.18 | 0.18 | 90.81 | 0.29 | 0.75 |
| Hex | BF | D2 | AD | 9 | 0 | 12 | 12 | 5B | 1D | 4B |
| Octal | 277 | 322 | 255 | 11 | 0 | 22 | 22 | 133 | 35 | 113 |
| Binary | 10111111 | 11010010 | 10101101 | 1001 | 0 | 10010 | 10010 | 1011011 | 11101 | 1001011 |
Color Harmonies of #BFD2AD
Complementary color
Monochromatic Colors of #BFD2AD
Black with #BFD2AD
Text Example
Text Example
White with #BFD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2AD; }
p { color: rgb(191,210,173); }
H1.HeaderClassName
{
color: #BFD2AD;
}
.AnyTagClassName
{
color: #BFD2AD;
}
</style>
background-color css
<style>
a { background-color: #BFD2AD; }
a { background-color: rgb(191,210,173); }
div.DivClassName
{
background-color: #BFD2AD;
}
.BgClassName
{
background-color: #BFD2AD;
}
</style>
border-color css
<style>
span { border-color: #BFD2AD; }
span { border-color: rgb(191,210,173); }
td.TdClassName
{
border-color: #BFD2AD;
}
.TagClassName
{
border-color: #BFD2AD;
}
</style>