Shades of Pixie Green #BFDBA3
Tints of Pixie Green #BFDBA3
RGB
CMYK
RGB Variations
Color information
#BFDBA3 (or 0xBFDBA3) is known color: Pixie Green. HEX triplet: BF, DB and A3. RGB value is (191,219,163). Sum of RGB (Red+Green+Blue) = 191+219+163=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 163 (64.06% from 255 or 28.45% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDBA3 is #40245C. Grayscale: #CCCCCC. Windows color (decimal): -4203613 or 10738623. OLE color: 10738623.
HSL color Cylindrical-coordinate representation of color #BFDBA3: hue angle of 90º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFDBA3 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 191 | 219 | 163 | - |
CMYK | 0.13 | 0 | 0.26 | 0.14 |
HSL | 90º | 0.44% | 0.75% | - |
HSV(B) | 90º | 0.26% | 0.86% | - |
XYZ | 53.43 | 64.38 | 44.26 | - |
YUV | 204.24 | 104.72 | 118.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 219 | 163 | 0.13 | 0 | 0.26 | 0.14 | 90 | 0.44 | 0.75 |
Hex | BF | DB | A3 | D | 0 | 1A | E | 5A | 2C | 4B |
Octal | 277 | 333 | 243 | 15 | 0 | 32 | 16 | 132 | 54 | 113 |
Binary | 10111111 | 11011011 | 10100011 | 1101 | 0 | 11010 | 1110 | 1011010 | 101100 | 1001011 |
Color Harmonies of #BFDBA3
Complementary color
Monochromatic Colors of #BFDBA3
Black with #BFDBA3
Text Example
Text Example
White with #BFDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBA3; }
p { color: rgb(191,219,163); }
H1.HeaderClassName
{
color: #BFDBA3;
}
.AnyTagClassName
{
color: #BFDBA3;
}
</style>
background-color css
<style>
a { background-color: #BFDBA3; }
a { background-color: rgb(191,219,163); }
div.DivClassName
{
background-color: #BFDBA3;
}
.BgClassName
{
background-color: #BFDBA3;
}
</style>
border-color css
<style>
span { border-color: #BFDBA3; }
span { border-color: rgb(191,219,163); }
td.TdClassName
{
border-color: #BFDBA3;
}
.TagClassName
{
border-color: #BFDBA3;
}
</style>