Shades of Pixie Green #BBD9A6
Tints of Pixie Green #BBD9A6
RGB
CMYK
RGB Variations
Color information
#BBD9A6 (or 0xBBD9A6) is known color: Pixie Green. HEX triplet: BB, D9 and A6. RGB value is (187,217,166). Sum of RGB (Red+Green+Blue) = 187+217+166=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD9A6 is #442659. Grayscale: #CACACA. Windows color (decimal): -4466266 or 10934715. OLE color: 10934715.
HSL color Cylindrical-coordinate representation of color #BBD9A6: hue angle of 95.29º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBD9A6 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 166 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.15 |
| HSL | 95.29º | 0.4% | 0.75% | - |
| HSV(B) | 95.29º | 0.24% | 0.85% | - |
| XYZ | 52.19 | 62.94 | 45.48 | - |
| YUV | 202.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 166 | 0.14 | 0 | 0.24 | 0.15 | 95.29 | 0.4 | 0.75 |
| Hex | BB | D9 | A6 | E | 0 | 18 | F | 5F | 28 | 4B |
| Octal | 273 | 331 | 246 | 16 | 0 | 30 | 17 | 137 | 50 | 113 |
| Binary | 10111011 | 11011001 | 10100110 | 1110 | 0 | 11000 | 1111 | 1011111 | 101000 | 1001011 |
Color Harmonies of #BBD9A6
Complementary color
Monochromatic Colors of #BBD9A6
Black with #BBD9A6
Text Example
Text Example
White with #BBD9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9A6; }
p { color: rgb(187,217,166); }
H1.HeaderClassName
{
color: #BBD9A6;
}
.AnyTagClassName
{
color: #BBD9A6;
}
</style>
background-color css
<style>
a { background-color: #BBD9A6; }
a { background-color: rgb(187,217,166); }
div.DivClassName
{
background-color: #BBD9A6;
}
.BgClassName
{
background-color: #BBD9A6;
}
</style>
border-color css
<style>
span { border-color: #BBD9A6; }
span { border-color: rgb(187,217,166); }
td.TdClassName
{
border-color: #BBD9A6;
}
.TagClassName
{
border-color: #BBD9A6;
}
</style>