Shades of Pale Leaf #BBC3AD
Tints of Pale Leaf #BBC3AD
RGB
CMYK
RGB Variations
Color information
#BBC3AD (or 0xBBC3AD) is known color: Pale Leaf. HEX triplet: BB, C3 and AD. RGB value is (187,195,173). Sum of RGB (Red+Green+Blue) = 187+195+173=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC3AD is #443C52. Grayscale: #BEBEBE. Windows color (decimal): -4471891 or 11387835. OLE color: 11387835.
HSL color Cylindrical-coordinate representation of color #BBC3AD: hue angle of 81.82º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC3AD is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 173 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.24 |
| HSL | 81.82º | 0.15% | 0.72% | - |
| HSV(B) | 81.82º | 0.11% | 0.76% | - |
| XYZ | 47.55 | 52.61 | 47.18 | - |
| YUV | 190.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 173 | 0.04 | 0 | 0.11 | 0.24 | 81.82 | 0.15 | 0.72 |
| Hex | BB | C3 | AD | 4 | 0 | B | 18 | 52 | F | 48 |
| Octal | 273 | 303 | 255 | 4 | 0 | 13 | 30 | 122 | 17 | 110 |
| Binary | 10111011 | 11000011 | 10101101 | 100 | 0 | 1011 | 11000 | 1010010 | 1111 | 1001000 |
Color Harmonies of #BBC3AD
Complementary color
Monochromatic Colors of #BBC3AD
Black with #BBC3AD
Text Example
Text Example
White with #BBC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3AD; }
p { color: rgb(187,195,173); }
H1.HeaderClassName
{
color: #BBC3AD;
}
.AnyTagClassName
{
color: #BBC3AD;
}
</style>
background-color css
<style>
a { background-color: #BBC3AD; }
a { background-color: rgb(187,195,173); }
div.DivClassName
{
background-color: #BBC3AD;
}
.BgClassName
{
background-color: #BBC3AD;
}
</style>
border-color css
<style>
span { border-color: #BBC3AD; }
span { border-color: rgb(187,195,173); }
td.TdClassName
{
border-color: #BBC3AD;
}
.TagClassName
{
border-color: #BBC3AD;
}
</style>