Shades of Pixie Green #BFDDA2
Tints of Pixie Green #BFDDA2
RGB
CMYK
RGB Variations
Color information
#BFDDA2 (or 0xBFDDA2) is known color: Pixie Green. HEX triplet: BF, DD and A2. RGB value is (191,221,162). Sum of RGB (Red+Green+Blue) = 191+221+162=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDA2 is #40225D. Grayscale: #CDCDCD. Windows color (decimal): -4203102 or 10673599. OLE color: 10673599.
HSL color Cylindrical-coordinate representation of color #BFDDA2: hue angle of 90.51º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFDDA2 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 162 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.13 |
| HSL | 90.51º | 0.46% | 0.75% | - |
| HSV(B) | 90.51º | 0.27% | 0.87% | - |
| XYZ | 53.86 | 65.4 | 43.97 | - |
| YUV | 205.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 162 | 0.14 | 0 | 0.27 | 0.13 | 90.51 | 0.46 | 0.75 |
| Hex | BF | DD | A2 | E | 0 | 1B | D | 5B | 2E | 4B |
| Octal | 277 | 335 | 242 | 16 | 0 | 33 | 15 | 133 | 56 | 113 |
| Binary | 10111111 | 11011101 | 10100010 | 1110 | 0 | 11011 | 1101 | 1011011 | 101110 | 1001011 |
Color Harmonies of #BFDDA2
Complementary color
Monochromatic Colors of #BFDDA2
Black with #BFDDA2
Text Example
Text Example
White with #BFDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDA2; }
p { color: rgb(191,221,162); }
H1.HeaderClassName
{
color: #BFDDA2;
}
.AnyTagClassName
{
color: #BFDDA2;
}
</style>
background-color css
<style>
a { background-color: #BFDDA2; }
a { background-color: rgb(191,221,162); }
div.DivClassName
{
background-color: #BFDDA2;
}
.BgClassName
{
background-color: #BFDDA2;
}
</style>
border-color css
<style>
span { border-color: #BFDDA2; }
span { border-color: rgb(191,221,162); }
td.TdClassName
{
border-color: #BFDDA2;
}
.TagClassName
{
border-color: #BFDDA2;
}
</style>