Shades of Pixie Green #BBC8AD
Tints of Pixie Green #BBC8AD
RGB
CMYK
RGB Variations
Color information
#BBC8AD (or 0xBBC8AD) is known color: Pixie Green. HEX triplet: BB, C8 and AD. RGB value is (187,200,173). Sum of RGB (Red+Green+Blue) = 187+200+173=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8AD is #443752. Grayscale: #C1C1C1. Windows color (decimal): -4470611 or 11389115. OLE color: 11389115.
HSL color Cylindrical-coordinate representation of color #BBC8AD: hue angle of 88.89º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC8AD is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 173 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.22 |
| HSL | 88.89º | 0.2% | 0.73% | - |
| HSV(B) | 88.89º | 0.14% | 0.78% | - |
| XYZ | 48.69 | 54.89 | 47.56 | - |
| YUV | 193.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 173 | 0.06 | 0 | 0.14 | 0.22 | 88.89 | 0.2 | 0.73 |
| Hex | BB | C8 | AD | 6 | 0 | E | 16 | 59 | 14 | 49 |
| Octal | 273 | 310 | 255 | 6 | 0 | 16 | 26 | 131 | 24 | 111 |
| Binary | 10111011 | 11001000 | 10101101 | 110 | 0 | 1110 | 10110 | 1011001 | 10100 | 1001001 |
Color Harmonies of #BBC8AD
Complementary color
Monochromatic Colors of #BBC8AD
Black with #BBC8AD
Text Example
Text Example
White with #BBC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8AD; }
p { color: rgb(187,200,173); }
H1.HeaderClassName
{
color: #BBC8AD;
}
.AnyTagClassName
{
color: #BBC8AD;
}
</style>
background-color css
<style>
a { background-color: #BBC8AD; }
a { background-color: rgb(187,200,173); }
div.DivClassName
{
background-color: #BBC8AD;
}
.BgClassName
{
background-color: #BBC8AD;
}
</style>
border-color css
<style>
span { border-color: #BBC8AD; }
span { border-color: rgb(187,200,173); }
td.TdClassName
{
border-color: #BBC8AD;
}
.TagClassName
{
border-color: #BBC8AD;
}
</style>