Shades of Pale Leaf #BBC5AD
Tints of Pale Leaf #BBC5AD
RGB
CMYK
RGB Variations
Color information
#BBC5AD (or 0xBBC5AD) is known color: Pale Leaf. HEX triplet: BB, C5 and AD. RGB value is (187,197,173). Sum of RGB (Red+Green+Blue) = 187+197+173=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC5AD is #443A52. Grayscale: #BFBFBF. Windows color (decimal): -4471379 or 11388347. OLE color: 11388347.
HSL color Cylindrical-coordinate representation of color #BBC5AD: hue angle of 85º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC5AD is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 173 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.23 |
| HSL | 85º | 0.17% | 0.73% | - |
| HSV(B) | 85º | 0.12% | 0.77% | - |
| XYZ | 48 | 53.51 | 47.33 | - |
| YUV | 191.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 173 | 0.05 | 0 | 0.12 | 0.23 | 85 | 0.17 | 0.73 |
| Hex | BB | C5 | AD | 5 | 0 | C | 17 | 55 | 11 | 49 |
| Octal | 273 | 305 | 255 | 5 | 0 | 14 | 27 | 125 | 21 | 111 |
| Binary | 10111011 | 11000101 | 10101101 | 101 | 0 | 1100 | 10111 | 1010101 | 10001 | 1001001 |
Color Harmonies of #BBC5AD
Complementary color
Monochromatic Colors of #BBC5AD
Black with #BBC5AD
Text Example
Text Example
White with #BBC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5AD; }
p { color: rgb(187,197,173); }
H1.HeaderClassName
{
color: #BBC5AD;
}
.AnyTagClassName
{
color: #BBC5AD;
}
</style>
background-color css
<style>
a { background-color: #BBC5AD; }
a { background-color: rgb(187,197,173); }
div.DivClassName
{
background-color: #BBC5AD;
}
.BgClassName
{
background-color: #BBC5AD;
}
</style>
border-color css
<style>
span { border-color: #BBC5AD; }
span { border-color: rgb(187,197,173); }
td.TdClassName
{
border-color: #BBC5AD;
}
.TagClassName
{
border-color: #BBC5AD;
}
</style>