Shades of Pixie Green #BBCBAB
Tints of Pixie Green #BBCBAB
RGB
CMYK
RGB Variations
Color information
#BBCBAB (or 0xBBCBAB) is known color: Pixie Green. HEX triplet: BB, CB and AB. RGB value is (187,203,171). Sum of RGB (Red+Green+Blue) = 187+203+171=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBAB is #443454. Grayscale: #C2C2C2. Windows color (decimal): -4469845 or 11258811. OLE color: 11258811.
HSL color Cylindrical-coordinate representation of color #BBCBAB: hue angle of 90º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBCBAB is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 171 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.20 |
| HSL | 90º | 0.24% | 0.73% | - |
| HSV(B) | 90º | 0.16% | 0.8% | - |
| XYZ | 49.2 | 56.22 | 46.79 | - |
| YUV | 194.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 171 | 0.08 | 0 | 0.16 | 0.20 | 90 | 0.24 | 0.73 |
| Hex | BB | CB | AB | 8 | 0 | 10 | 14 | 5A | 18 | 49 |
| Octal | 273 | 313 | 253 | 10 | 0 | 20 | 24 | 132 | 30 | 111 |
| Binary | 10111011 | 11001011 | 10101011 | 1000 | 0 | 10000 | 10100 | 1011010 | 11000 | 1001001 |
Color Harmonies of #BBCBAB
Complementary color
Monochromatic Colors of #BBCBAB
Black with #BBCBAB
Text Example
Text Example
White with #BBCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBAB; }
p { color: rgb(187,203,171); }
H1.HeaderClassName
{
color: #BBCBAB;
}
.AnyTagClassName
{
color: #BBCBAB;
}
</style>
background-color css
<style>
a { background-color: #BBCBAB; }
a { background-color: rgb(187,203,171); }
div.DivClassName
{
background-color: #BBCBAB;
}
.BgClassName
{
background-color: #BBCBAB;
}
</style>
border-color css
<style>
span { border-color: #BBCBAB; }
span { border-color: rgb(187,203,171); }
td.TdClassName
{
border-color: #BBCBAB;
}
.TagClassName
{
border-color: #BBCBAB;
}
</style>