Shades of Pale Leaf #BBC8AB
Tints of Pale Leaf #BBC8AB
RGB
CMYK
RGB Variations
Color information
#BBC8AB (or 0xBBC8AB) is known color: Pale Leaf. HEX triplet: BB, C8 and AB. RGB value is (187,200,171). Sum of RGB (Red+Green+Blue) = 187+200+171=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8AB is #443754. Grayscale: #C0C0C0. Windows color (decimal): -4470613 or 11258043. OLE color: 11258043.
HSL color Cylindrical-coordinate representation of color #BBC8AB: hue angle of 86.9º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC8AB is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 171 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.22 |
| HSL | 86.9º | 0.21% | 0.73% | - |
| HSV(B) | 86.9º | 0.15% | 0.78% | - |
| XYZ | 48.5 | 54.81 | 46.55 | - |
| YUV | 192.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 171 | 0.06 | 0 | 0.14 | 0.22 | 86.9 | 0.21 | 0.73 |
| Hex | BB | C8 | AB | 6 | 0 | E | 16 | 57 | 15 | 49 |
| Octal | 273 | 310 | 253 | 6 | 0 | 16 | 26 | 127 | 25 | 111 |
| Binary | 10111011 | 11001000 | 10101011 | 110 | 0 | 1110 | 10110 | 1010111 | 10101 | 1001001 |
Color Harmonies of #BBC8AB
Complementary color
Monochromatic Colors of #BBC8AB
Black with #BBC8AB
Text Example
Text Example
White with #BBC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8AB; }
p { color: rgb(187,200,171); }
H1.HeaderClassName
{
color: #BBC8AB;
}
.AnyTagClassName
{
color: #BBC8AB;
}
</style>
background-color css
<style>
a { background-color: #BBC8AB; }
a { background-color: rgb(187,200,171); }
div.DivClassName
{
background-color: #BBC8AB;
}
.BgClassName
{
background-color: #BBC8AB;
}
</style>
border-color css
<style>
span { border-color: #BBC8AB; }
span { border-color: rgb(187,200,171); }
td.TdClassName
{
border-color: #BBC8AB;
}
.TagClassName
{
border-color: #BBC8AB;
}
</style>