Shades of Pale Leaf #BBC3AB
Tints of Pale Leaf #BBC3AB
RGB
CMYK
RGB Variations
Color information
#BBC3AB (or 0xBBC3AB) is known color: Pale Leaf. HEX triplet: BB, C3 and AB. RGB value is (187,195,171). Sum of RGB (Red+Green+Blue) = 187+195+171=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC3AB is #443C54. Grayscale: #BDBDBD. Windows color (decimal): -4471893 or 11256763. OLE color: 11256763.
HSL color Cylindrical-coordinate representation of color #BBC3AB: hue angle of 80º degrees, saturation: 0.17, 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 #BBC3AB is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 171 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.24 |
| HSL | 80º | 0.17% | 0.72% | - |
| HSV(B) | 80º | 0.12% | 0.76% | - |
| XYZ | 47.36 | 52.54 | 46.17 | - |
| YUV | 189.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 171 | 0.04 | 0 | 0.12 | 0.24 | 80 | 0.17 | 0.72 |
| Hex | BB | C3 | AB | 4 | 0 | C | 18 | 50 | 11 | 48 |
| Octal | 273 | 303 | 253 | 4 | 0 | 14 | 30 | 120 | 21 | 110 |
| Binary | 10111011 | 11000011 | 10101011 | 100 | 0 | 1100 | 11000 | 1010000 | 10001 | 1001000 |
Color Harmonies of #BBC3AB
Complementary color
Monochromatic Colors of #BBC3AB
Black with #BBC3AB
Text Example
Text Example
White with #BBC3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3AB; }
p { color: rgb(187,195,171); }
H1.HeaderClassName
{
color: #BBC3AB;
}
.AnyTagClassName
{
color: #BBC3AB;
}
</style>
background-color css
<style>
a { background-color: #BBC3AB; }
a { background-color: rgb(187,195,171); }
div.DivClassName
{
background-color: #BBC3AB;
}
.BgClassName
{
background-color: #BBC3AB;
}
</style>
border-color css
<style>
span { border-color: #BBC3AB; }
span { border-color: rgb(187,195,171); }
td.TdClassName
{
border-color: #BBC3AB;
}
.TagClassName
{
border-color: #BBC3AB;
}
</style>