Shades of Pale Leaf #BBC5A4
Tints of Pale Leaf #BBC5A4
RGB
CMYK
RGB Variations
Color information
#BBC5A4 (or 0xBBC5A4) is known color: Pale Leaf. HEX triplet: BB, C5 and A4. RGB value is (187,197,164). Sum of RGB (Red+Green+Blue) = 187+197+164=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC5A4 is #443A5B. Grayscale: #BEBEBE. Windows color (decimal): -4471388 or 10798523. OLE color: 10798523.
HSL color Cylindrical-coordinate representation of color #BBC5A4: hue angle of 78.18º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBC5A4 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 164 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.23 |
| HSL | 78.18º | 0.22% | 0.71% | - |
| HSV(B) | 78.18º | 0.17% | 0.77% | - |
| XYZ | 47.16 | 53.18 | 42.9 | - |
| YUV | 190.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 164 | 0.05 | 0 | 0.17 | 0.23 | 78.18 | 0.22 | 0.71 |
| Hex | BB | C5 | A4 | 5 | 0 | 11 | 17 | 4E | 16 | 47 |
| Octal | 273 | 305 | 244 | 5 | 0 | 21 | 27 | 116 | 26 | 107 |
| Binary | 10111011 | 11000101 | 10100100 | 101 | 0 | 10001 | 10111 | 1001110 | 10110 | 1000111 |
Color Harmonies of #BBC5A4
Complementary color
Monochromatic Colors of #BBC5A4
Black with #BBC5A4
Text Example
Text Example
White with #BBC5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5A4; }
p { color: rgb(187,197,164); }
H1.HeaderClassName
{
color: #BBC5A4;
}
.AnyTagClassName
{
color: #BBC5A4;
}
</style>
background-color css
<style>
a { background-color: #BBC5A4; }
a { background-color: rgb(187,197,164); }
div.DivClassName
{
background-color: #BBC5A4;
}
.BgClassName
{
background-color: #BBC5A4;
}
</style>
border-color css
<style>
span { border-color: #BBC5A4; }
span { border-color: rgb(187,197,164); }
td.TdClassName
{
border-color: #BBC5A4;
}
.TagClassName
{
border-color: #BBC5A4;
}
</style>