Shades of Pixie Green #BBC9AD
Tints of Pixie Green #BBC9AD
RGB
CMYK
RGB Variations
Color information
#BBC9AD (or 0xBBC9AD) is known color: Pixie Green. HEX triplet: BB, C9 and AD. RGB value is (187,201,173). Sum of RGB (Red+Green+Blue) = 187+201+173=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC9AD is #443652. Grayscale: #C1C1C1. Windows color (decimal): -4470355 or 11389371. OLE color: 11389371.
HSL color Cylindrical-coordinate representation of color #BBC9AD: hue angle of 90º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC9AD is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 173 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.21 |
| HSL | 90º | 0.21% | 0.73% | - |
| HSV(B) | 90º | 0.14% | 0.79% | - |
| XYZ | 48.92 | 55.36 | 47.64 | - |
| YUV | 193.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 173 | 0.07 | 0 | 0.14 | 0.21 | 90 | 0.21 | 0.73 |
| Hex | BB | C9 | AD | 7 | 0 | E | 15 | 5A | 15 | 49 |
| Octal | 273 | 311 | 255 | 7 | 0 | 16 | 25 | 132 | 25 | 111 |
| Binary | 10111011 | 11001001 | 10101101 | 111 | 0 | 1110 | 10101 | 1011010 | 10101 | 1001001 |
Color Harmonies of #BBC9AD
Complementary color
Monochromatic Colors of #BBC9AD
Black with #BBC9AD
Text Example
Text Example
White with #BBC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9AD; }
p { color: rgb(187,201,173); }
H1.HeaderClassName
{
color: #BBC9AD;
}
.AnyTagClassName
{
color: #BBC9AD;
}
</style>
background-color css
<style>
a { background-color: #BBC9AD; }
a { background-color: rgb(187,201,173); }
div.DivClassName
{
background-color: #BBC9AD;
}
.BgClassName
{
background-color: #BBC9AD;
}
</style>
border-color css
<style>
span { border-color: #BBC9AD; }
span { border-color: rgb(187,201,173); }
td.TdClassName
{
border-color: #BBC9AD;
}
.TagClassName
{
border-color: #BBC9AD;
}
</style>