Shades of Pixie Green #BBDAA1
Tints of Pixie Green #BBDAA1
RGB
CMYK
RGB Variations
Color information
#BBDAA1 (or 0xBBDAA1) is known color: Pixie Green. HEX triplet: BB, DA and A1. RGB value is (187,218,161). Sum of RGB (Red+Green+Blue) = 187+218+161=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAA1 is #44255E. Grayscale: #CACACA. Windows color (decimal): -4466015 or 10607291. OLE color: 10607291.
HSL color Cylindrical-coordinate representation of color #BBDAA1: hue angle of 92.63º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBDAA1 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 161 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.15 |
| HSL | 92.63º | 0.44% | 0.74% | - |
| HSV(B) | 92.63º | 0.26% | 0.85% | - |
| XYZ | 52 | 63.28 | 43.19 | - |
| YUV | 202.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 161 | 0.14 | 0 | 0.26 | 0.15 | 92.63 | 0.44 | 0.74 |
| Hex | BB | DA | A1 | E | 0 | 1A | F | 5D | 2C | 4A |
| Octal | 273 | 332 | 241 | 16 | 0 | 32 | 17 | 135 | 54 | 112 |
| Binary | 10111011 | 11011010 | 10100001 | 1110 | 0 | 11010 | 1111 | 1011101 | 101100 | 1001010 |
Color Harmonies of #BBDAA1
Complementary color
Monochromatic Colors of #BBDAA1
Black with #BBDAA1
Text Example
Text Example
White with #BBDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAA1; }
p { color: rgb(187,218,161); }
H1.HeaderClassName
{
color: #BBDAA1;
}
.AnyTagClassName
{
color: #BBDAA1;
}
</style>
background-color css
<style>
a { background-color: #BBDAA1; }
a { background-color: rgb(187,218,161); }
div.DivClassName
{
background-color: #BBDAA1;
}
.BgClassName
{
background-color: #BBDAA1;
}
</style>
border-color css
<style>
span { border-color: #BBDAA1; }
span { border-color: rgb(187,218,161); }
td.TdClassName
{
border-color: #BBDAA1;
}
.TagClassName
{
border-color: #BBDAA1;
}
</style>