Shades of Pixie Green #BFDDA4
Tints of Pixie Green #BFDDA4
RGB
CMYK
RGB Variations
Color information
#BFDDA4 (or 0xBFDDA4) is known color: Pixie Green. HEX triplet: BF, DD and A4. RGB value is (191,221,164). Sum of RGB (Red+Green+Blue) = 191+221+164=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDA4 is #40225B. Grayscale: #CDCDCD. Windows color (decimal): -4203100 or 10804671. OLE color: 10804671.
HSL color Cylindrical-coordinate representation of color #BFDDA4: hue angle of 91.58º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFDDA4 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 164 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.13 |
| HSL | 91.58º | 0.46% | 0.75% | - |
| HSV(B) | 91.58º | 0.26% | 0.87% | - |
| XYZ | 54.04 | 65.47 | 44.91 | - |
| YUV | 205.53 | 104.56 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 164 | 0.14 | 0 | 0.26 | 0.13 | 91.58 | 0.46 | 0.75 |
| Hex | BF | DD | A4 | E | 0 | 1A | D | 5C | 2E | 4B |
| Octal | 277 | 335 | 244 | 16 | 0 | 32 | 15 | 134 | 56 | 113 |
| Binary | 10111111 | 11011101 | 10100100 | 1110 | 0 | 11010 | 1101 | 1011100 | 101110 | 1001011 |
Color Harmonies of #BFDDA4
Complementary color
Monochromatic Colors of #BFDDA4
Black with #BFDDA4
Text Example
Text Example
White with #BFDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDA4; }
p { color: rgb(191,221,164); }
H1.HeaderClassName
{
color: #BFDDA4;
}
.AnyTagClassName
{
color: #BFDDA4;
}
</style>
background-color css
<style>
a { background-color: #BFDDA4; }
a { background-color: rgb(191,221,164); }
div.DivClassName
{
background-color: #BFDDA4;
}
.BgClassName
{
background-color: #BFDDA4;
}
</style>
border-color css
<style>
span { border-color: #BFDDA4; }
span { border-color: rgb(191,221,164); }
td.TdClassName
{
border-color: #BFDDA4;
}
.TagClassName
{
border-color: #BFDDA4;
}
</style>