Shades of Pixie Green #BFDBA5
Tints of Pixie Green #BFDBA5
RGB
CMYK
RGB Variations
Color information
#BFDBA5 (or 0xBFDBA5) is known color: Pixie Green. HEX triplet: BF, DB and A5. RGB value is (191,219,165). Sum of RGB (Red+Green+Blue) = 191+219+165=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDBA5 is #40245A. Grayscale: #CCCCCC. Windows color (decimal): -4203611 or 10869695. OLE color: 10869695.
HSL color Cylindrical-coordinate representation of color #BFDBA5: hue angle of 91.11º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFDBA5 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 165 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.14 |
| HSL | 91.11º | 0.43% | 0.75% | - |
| HSV(B) | 91.11º | 0.25% | 0.86% | - |
| XYZ | 53.61 | 64.46 | 45.21 | - |
| YUV | 204.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 165 | 0.13 | 0 | 0.25 | 0.14 | 91.11 | 0.43 | 0.75 |
| Hex | BF | DB | A5 | D | 0 | 19 | E | 5B | 2B | 4B |
| Octal | 277 | 333 | 245 | 15 | 0 | 31 | 16 | 133 | 53 | 113 |
| Binary | 10111111 | 11011011 | 10100101 | 1101 | 0 | 11001 | 1110 | 1011011 | 101011 | 1001011 |
Color Harmonies of #BFDBA5
Complementary color
Monochromatic Colors of #BFDBA5
Black with #BFDBA5
Text Example
Text Example
White with #BFDBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBA5; }
p { color: rgb(191,219,165); }
H1.HeaderClassName
{
color: #BFDBA5;
}
.AnyTagClassName
{
color: #BFDBA5;
}
</style>
background-color css
<style>
a { background-color: #BFDBA5; }
a { background-color: rgb(191,219,165); }
div.DivClassName
{
background-color: #BFDBA5;
}
.BgClassName
{
background-color: #BFDBA5;
}
</style>
border-color css
<style>
span { border-color: #BFDBA5; }
span { border-color: rgb(191,219,165); }
td.TdClassName
{
border-color: #BFDBA5;
}
.TagClassName
{
border-color: #BFDBA5;
}
</style>