Shades of Pale Leaf #BBC2AB
Tints of Pale Leaf #BBC2AB
RGB
CMYK
RGB Variations
Color information
#BBC2AB (or 0xBBC2AB) is known color: Pale Leaf. HEX triplet: BB, C2 and AB. RGB value is (187,194,171). Sum of RGB (Red+Green+Blue) = 187+194+171=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC2AB is #443D54. Grayscale: #BDBDBD. Windows color (decimal): -4472149 or 11256507. OLE color: 11256507.
HSL color Cylindrical-coordinate representation of color #BBC2AB: hue angle of 78.26º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC2AB is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 171 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.24 |
| HSL | 78.26º | 0.16% | 0.72% | - |
| HSV(B) | 78.26º | 0.12% | 0.76% | - |
| XYZ | 47.14 | 52.09 | 46.1 | - |
| YUV | 189.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 171 | 0.04 | 0 | 0.12 | 0.24 | 78.26 | 0.16 | 0.72 |
| Hex | BB | C2 | AB | 4 | 0 | C | 18 | 4E | 10 | 48 |
| Octal | 273 | 302 | 253 | 4 | 0 | 14 | 30 | 116 | 20 | 110 |
| Binary | 10111011 | 11000010 | 10101011 | 100 | 0 | 1100 | 11000 | 1001110 | 10000 | 1001000 |
Color Harmonies of #BBC2AB
Complementary color
Monochromatic Colors of #BBC2AB
Black with #BBC2AB
Text Example
Text Example
White with #BBC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2AB; }
p { color: rgb(187,194,171); }
H1.HeaderClassName
{
color: #BBC2AB;
}
.AnyTagClassName
{
color: #BBC2AB;
}
</style>
background-color css
<style>
a { background-color: #BBC2AB; }
a { background-color: rgb(187,194,171); }
div.DivClassName
{
background-color: #BBC2AB;
}
.BgClassName
{
background-color: #BBC2AB;
}
</style>
border-color css
<style>
span { border-color: #BBC2AB; }
span { border-color: rgb(187,194,171); }
td.TdClassName
{
border-color: #BBC2AB;
}
.TagClassName
{
border-color: #BBC2AB;
}
</style>