Shades of Pale Leaf #BBC8AC
Tints of Pale Leaf #BBC8AC
RGB
CMYK
RGB Variations
Color information
#BBC8AC (or 0xBBC8AC) is known color: Pale Leaf. HEX triplet: BB, C8 and AC. RGB value is (187,200,172). Sum of RGB (Red+Green+Blue) = 187+200+172=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8AC is #443753. Grayscale: #C1C1C1. Windows color (decimal): -4470612 or 11323579. OLE color: 11323579.
HSL color Cylindrical-coordinate representation of color #BBC8AC: hue angle of 87.86º degrees, saturation: 0.2, 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 #BBC8AC is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 172 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.22 |
| HSL | 87.86º | 0.2% | 0.73% | - |
| HSV(B) | 87.86º | 0.14% | 0.78% | - |
| XYZ | 48.59 | 54.85 | 47.06 | - |
| YUV | 192.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 172 | 0.06 | 0 | 0.14 | 0.22 | 87.86 | 0.2 | 0.73 |
| Hex | BB | C8 | AC | 6 | 0 | E | 16 | 58 | 14 | 49 |
| Octal | 273 | 310 | 254 | 6 | 0 | 16 | 26 | 130 | 24 | 111 |
| Binary | 10111011 | 11001000 | 10101100 | 110 | 0 | 1110 | 10110 | 1011000 | 10100 | 1001001 |
Color Harmonies of #BBC8AC
Complementary color
Monochromatic Colors of #BBC8AC
Black with #BBC8AC
Text Example
Text Example
White with #BBC8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8AC; }
p { color: rgb(187,200,172); }
H1.HeaderClassName
{
color: #BBC8AC;
}
.AnyTagClassName
{
color: #BBC8AC;
}
</style>
background-color css
<style>
a { background-color: #BBC8AC; }
a { background-color: rgb(187,200,172); }
div.DivClassName
{
background-color: #BBC8AC;
}
.BgClassName
{
background-color: #BBC8AC;
}
</style>
border-color css
<style>
span { border-color: #BBC8AC; }
span { border-color: rgb(187,200,172); }
td.TdClassName
{
border-color: #BBC8AC;
}
.TagClassName
{
border-color: #BBC8AC;
}
</style>