Shades of Pixie Green #BBDBA1
Tints of Pixie Green #BBDBA1
RGB
CMYK
RGB Variations
Color information
#BBDBA1 (or 0xBBDBA1) is known color: Pixie Green. HEX triplet: BB, DB and A1. RGB value is (187,219,161). Sum of RGB (Red+Green+Blue) = 187+219+161=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBA1 is #44245E. Grayscale: #CBCBCB. Windows color (decimal): -4465759 or 10607547. OLE color: 10607547.
HSL color Cylindrical-coordinate representation of color #BBDBA1: hue angle of 93.1º degrees, saturation: 0.45, 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 #BBDBA1 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 161 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.14 |
| HSL | 93.1º | 0.45% | 0.75% | - |
| HSV(B) | 93.1º | 0.26% | 0.86% | - |
| XYZ | 52.26 | 63.8 | 43.28 | - |
| YUV | 202.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 161 | 0.15 | 0 | 0.26 | 0.14 | 93.1 | 0.45 | 0.75 |
| Hex | BB | DB | A1 | F | 0 | 1A | E | 5D | 2D | 4B |
| Octal | 273 | 333 | 241 | 17 | 0 | 32 | 16 | 135 | 55 | 113 |
| Binary | 10111011 | 11011011 | 10100001 | 1111 | 0 | 11010 | 1110 | 1011101 | 101101 | 1001011 |
Color Harmonies of #BBDBA1
Complementary color
Monochromatic Colors of #BBDBA1
Black with #BBDBA1
Text Example
Text Example
White with #BBDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBA1; }
p { color: rgb(187,219,161); }
H1.HeaderClassName
{
color: #BBDBA1;
}
.AnyTagClassName
{
color: #BBDBA1;
}
</style>
background-color css
<style>
a { background-color: #BBDBA1; }
a { background-color: rgb(187,219,161); }
div.DivClassName
{
background-color: #BBDBA1;
}
.BgClassName
{
background-color: #BBDBA1;
}
</style>
border-color css
<style>
span { border-color: #BBDBA1; }
span { border-color: rgb(187,219,161); }
td.TdClassName
{
border-color: #BBDBA1;
}
.TagClassName
{
border-color: #BBDBA1;
}
</style>