Shades of Pixie Green #BFDDA5
Tints of Pixie Green #BFDDA5
RGB
CMYK
RGB Variations
Color information
#BFDDA5 (or 0xBFDDA5) is known color: Pixie Green. HEX triplet: BF, DD and A5. RGB value is (191,221,165). Sum of RGB (Red+Green+Blue) = 191+221+165=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDA5 is #40225A. Grayscale: #CDCDCD. Windows color (decimal): -4203099 or 10870207. OLE color: 10870207.
HSL color Cylindrical-coordinate representation of color #BFDDA5: hue angle of 92.14º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFDDA5 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 165 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.13 |
| HSL | 92.14º | 0.45% | 0.76% | - |
| HSV(B) | 92.14º | 0.25% | 0.87% | - |
| XYZ | 54.13 | 65.51 | 45.39 | - |
| YUV | 205.65 | 105.06 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 165 | 0.14 | 0 | 0.25 | 0.13 | 92.14 | 0.45 | 0.76 |
| Hex | BF | DD | A5 | E | 0 | 19 | D | 5C | 2D | 4C |
| Octal | 277 | 335 | 245 | 16 | 0 | 31 | 15 | 134 | 55 | 114 |
| Binary | 10111111 | 11011101 | 10100101 | 1110 | 0 | 11001 | 1101 | 1011100 | 101101 | 1001100 |
Color Harmonies of #BFDDA5
Complementary color
Monochromatic Colors of #BFDDA5
Black with #BFDDA5
Text Example
Text Example
White with #BFDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDA5; }
p { color: rgb(191,221,165); }
H1.HeaderClassName
{
color: #BFDDA5;
}
.AnyTagClassName
{
color: #BFDDA5;
}
</style>
background-color css
<style>
a { background-color: #BFDDA5; }
a { background-color: rgb(191,221,165); }
div.DivClassName
{
background-color: #BFDDA5;
}
.BgClassName
{
background-color: #BFDDA5;
}
</style>
border-color css
<style>
span { border-color: #BFDDA5; }
span { border-color: rgb(191,221,165); }
td.TdClassName
{
border-color: #BFDDA5;
}
.TagClassName
{
border-color: #BFDDA5;
}
</style>