Shades of Pixie Green #BBD7A6
Tints of Pixie Green #BBD7A6
RGB
CMYK
RGB Variations
Color information
#BBD7A6 (or 0xBBD7A6) is known color: Pixie Green. HEX triplet: BB, D7 and A6. RGB value is (187,215,166). Sum of RGB (Red+Green+Blue) = 187+215+166=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 166 (65.23% from 255 or 29.23% from 568); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD7A6 is #442859. Grayscale: #C9C9C9. Windows color (decimal): -4466778 or 10934203. OLE color: 10934203.
HSL color Cylindrical-coordinate representation of color #BBD7A6: hue angle of 94.29º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBD7A6 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 166 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.16 |
| HSL | 94.29º | 0.38% | 0.75% | - |
| HSV(B) | 94.29º | 0.23% | 0.84% | - |
| XYZ | 51.68 | 61.92 | 45.3 | - |
| YUV | 201.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 166 | 0.13 | 0 | 0.23 | 0.16 | 94.29 | 0.38 | 0.75 |
| Hex | BB | D7 | A6 | D | 0 | 17 | 10 | 5E | 26 | 4B |
| Octal | 273 | 327 | 246 | 15 | 0 | 27 | 20 | 136 | 46 | 113 |
| Binary | 10111011 | 11010111 | 10100110 | 1101 | 0 | 10111 | 10000 | 1011110 | 100110 | 1001011 |
Color Harmonies of #BBD7A6
Complementary color
Monochromatic Colors of #BBD7A6
Black with #BBD7A6
Text Example
Text Example
White with #BBD7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7A6; }
p { color: rgb(187,215,166); }
H1.HeaderClassName
{
color: #BBD7A6;
}
.AnyTagClassName
{
color: #BBD7A6;
}
</style>
background-color css
<style>
a { background-color: #BBD7A6; }
a { background-color: rgb(187,215,166); }
div.DivClassName
{
background-color: #BBD7A6;
}
.BgClassName
{
background-color: #BBD7A6;
}
</style>
border-color css
<style>
span { border-color: #BBD7A6; }
span { border-color: rgb(187,215,166); }
td.TdClassName
{
border-color: #BBD7A6;
}
.TagClassName
{
border-color: #BBD7A6;
}
</style>