Shades of Pale Leaf #BBC7AD
Tints of Pale Leaf #BBC7AD
RGB
CMYK
RGB Variations
Color information
#BBC7AD (or 0xBBC7AD) is known color: Pale Leaf. HEX triplet: BB, C7 and AD. RGB value is (187,199,173). Sum of RGB (Red+Green+Blue) = 187+199+173=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC7AD is #443852. Grayscale: #C0C0C0. Windows color (decimal): -4470867 or 11388859. OLE color: 11388859.
HSL color Cylindrical-coordinate representation of color #BBC7AD: hue angle of 87.69º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC7AD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 173 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.22 |
| HSL | 87.69º | 0.19% | 0.73% | - |
| HSV(B) | 87.69º | 0.13% | 0.78% | - |
| XYZ | 48.46 | 54.43 | 47.49 | - |
| YUV | 192.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 173 | 0.06 | 0 | 0.13 | 0.22 | 87.69 | 0.19 | 0.73 |
| Hex | BB | C7 | AD | 6 | 0 | D | 16 | 58 | 13 | 49 |
| Octal | 273 | 307 | 255 | 6 | 0 | 15 | 26 | 130 | 23 | 111 |
| Binary | 10111011 | 11000111 | 10101101 | 110 | 0 | 1101 | 10110 | 1011000 | 10011 | 1001001 |
Color Harmonies of #BBC7AD
Complementary color
Monochromatic Colors of #BBC7AD
Black with #BBC7AD
Text Example
Text Example
White with #BBC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7AD; }
p { color: rgb(187,199,173); }
H1.HeaderClassName
{
color: #BBC7AD;
}
.AnyTagClassName
{
color: #BBC7AD;
}
</style>
background-color css
<style>
a { background-color: #BBC7AD; }
a { background-color: rgb(187,199,173); }
div.DivClassName
{
background-color: #BBC7AD;
}
.BgClassName
{
background-color: #BBC7AD;
}
</style>
border-color css
<style>
span { border-color: #BBC7AD; }
span { border-color: rgb(187,199,173); }
td.TdClassName
{
border-color: #BBC7AD;
}
.TagClassName
{
border-color: #BBC7AD;
}
</style>