Shades of Pale Leaf #BBC8A9
Tints of Pale Leaf #BBC8A9
RGB
CMYK
RGB Variations
Color information
#BBC8A9 (or 0xBBC8A9) is known color: Pale Leaf. HEX triplet: BB, C8 and A9. RGB value is (187,200,169). Sum of RGB (Red+Green+Blue) = 187+200+169=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8A9 is #443756. Grayscale: #C0C0C0. Windows color (decimal): -4470615 or 11126971. OLE color: 11126971.
HSL color Cylindrical-coordinate representation of color #BBC8A9: hue angle of 85.16º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC8A9 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 169 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.22 |
| HSL | 85.16º | 0.22% | 0.72% | - |
| HSV(B) | 85.16º | 0.16% | 0.78% | - |
| XYZ | 48.31 | 54.74 | 45.56 | - |
| YUV | 192.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 169 | 0.06 | 0 | 0.16 | 0.22 | 85.16 | 0.22 | 0.72 |
| Hex | BB | C8 | A9 | 6 | 0 | 10 | 16 | 55 | 16 | 48 |
| Octal | 273 | 310 | 251 | 6 | 0 | 20 | 26 | 125 | 26 | 110 |
| Binary | 10111011 | 11001000 | 10101001 | 110 | 0 | 10000 | 10110 | 1010101 | 10110 | 1001000 |
Color Harmonies of #BBC8A9
Complementary color
Monochromatic Colors of #BBC8A9
Black with #BBC8A9
Text Example
Text Example
White with #BBC8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8A9; }
p { color: rgb(187,200,169); }
H1.HeaderClassName
{
color: #BBC8A9;
}
.AnyTagClassName
{
color: #BBC8A9;
}
</style>
background-color css
<style>
a { background-color: #BBC8A9; }
a { background-color: rgb(187,200,169); }
div.DivClassName
{
background-color: #BBC8A9;
}
.BgClassName
{
background-color: #BBC8A9;
}
</style>
border-color css
<style>
span { border-color: #BBC8A9; }
span { border-color: rgb(187,200,169); }
td.TdClassName
{
border-color: #BBC8A9;
}
.TagClassName
{
border-color: #BBC8A9;
}
</style>