Shades of Pale Leaf #BBC5AB
Tints of Pale Leaf #BBC5AB
RGB
CMYK
RGB Variations
Color information
#BBC5AB (or 0xBBC5AB) is known color: Pale Leaf. HEX triplet: BB, C5 and AB. RGB value is (187,197,171). Sum of RGB (Red+Green+Blue) = 187+197+171=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC5AB is #443A54. Grayscale: #BFBFBF. Windows color (decimal): -4471381 or 11257275. OLE color: 11257275.
HSL color Cylindrical-coordinate representation of color #BBC5AB: hue angle of 83.08º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC5AB is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 171 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.23 |
| HSL | 83.08º | 0.18% | 0.72% | - |
| HSV(B) | 83.08º | 0.13% | 0.77% | - |
| XYZ | 47.81 | 53.44 | 46.32 | - |
| YUV | 191.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 171 | 0.05 | 0 | 0.13 | 0.23 | 83.08 | 0.18 | 0.72 |
| Hex | BB | C5 | AB | 5 | 0 | D | 17 | 53 | 12 | 48 |
| Octal | 273 | 305 | 253 | 5 | 0 | 15 | 27 | 123 | 22 | 110 |
| Binary | 10111011 | 11000101 | 10101011 | 101 | 0 | 1101 | 10111 | 1010011 | 10010 | 1001000 |
Color Harmonies of #BBC5AB
Complementary color
Monochromatic Colors of #BBC5AB
Black with #BBC5AB
Text Example
Text Example
White with #BBC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5AB; }
p { color: rgb(187,197,171); }
H1.HeaderClassName
{
color: #BBC5AB;
}
.AnyTagClassName
{
color: #BBC5AB;
}
</style>
background-color css
<style>
a { background-color: #BBC5AB; }
a { background-color: rgb(187,197,171); }
div.DivClassName
{
background-color: #BBC5AB;
}
.BgClassName
{
background-color: #BBC5AB;
}
</style>
border-color css
<style>
span { border-color: #BBC5AB; }
span { border-color: rgb(187,197,171); }
td.TdClassName
{
border-color: #BBC5AB;
}
.TagClassName
{
border-color: #BBC5AB;
}
</style>