Shades of Pixie Green #BFDDA3
Tints of Pixie Green #BFDDA3
RGB
CMYK
RGB Variations
Color information
#BFDDA3 (or 0xBFDDA3) is known color: Pixie Green. HEX triplet: BF, DD and A3. RGB value is (191,221,163). Sum of RGB (Red+Green+Blue) = 191+221+163=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 163 (64.06% from 255 or 28.35% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDA3 is #40225C. Grayscale: #CDCDCD. Windows color (decimal): -4203101 or 10739135. OLE color: 10739135.
HSL color Cylindrical-coordinate representation of color #BFDDA3: hue angle of 91.03º 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 #BFDDA3 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 163 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.13 |
| HSL | 91.03º | 0.46% | 0.75% | - |
| HSV(B) | 91.03º | 0.26% | 0.87% | - |
| XYZ | 53.95 | 65.43 | 44.44 | - |
| YUV | 205.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 163 | 0.14 | 0 | 0.26 | 0.13 | 91.03 | 0.46 | 0.75 |
| Hex | BF | DD | A3 | E | 0 | 1A | D | 5B | 2E | 4B |
| Octal | 277 | 335 | 243 | 16 | 0 | 32 | 15 | 133 | 56 | 113 |
| Binary | 10111111 | 11011101 | 10100011 | 1110 | 0 | 11010 | 1101 | 1011011 | 101110 | 1001011 |
Color Harmonies of #BFDDA3
Complementary color
Monochromatic Colors of #BFDDA3
Black with #BFDDA3
Text Example
Text Example
White with #BFDDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDA3; }
p { color: rgb(191,221,163); }
H1.HeaderClassName
{
color: #BFDDA3;
}
.AnyTagClassName
{
color: #BFDDA3;
}
</style>
background-color css
<style>
a { background-color: #BFDDA3; }
a { background-color: rgb(191,221,163); }
div.DivClassName
{
background-color: #BFDDA3;
}
.BgClassName
{
background-color: #BFDDA3;
}
</style>
border-color css
<style>
span { border-color: #BFDDA3; }
span { border-color: rgb(191,221,163); }
td.TdClassName
{
border-color: #BFDDA3;
}
.TagClassName
{
border-color: #BFDDA3;
}
</style>