Shades of Pale Leaf #BBC7A4
Tints of Pale Leaf #BBC7A4
RGB
CMYK
RGB Variations
Color information
#BBC7A4 (or 0xBBC7A4) is known color: Pale Leaf. HEX triplet: BB, C7 and A4. RGB value is (187,199,164). Sum of RGB (Red+Green+Blue) = 187+199+164=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC7A4 is #44385B. Grayscale: #BFBFBF. Windows color (decimal): -4470876 or 10799035. OLE color: 10799035.
HSL color Cylindrical-coordinate representation of color #BBC7A4: hue angle of 80.57º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC7A4 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 164 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.22 |
| HSL | 80.57º | 0.24% | 0.71% | - |
| HSV(B) | 80.57º | 0.18% | 0.78% | - |
| XYZ | 47.62 | 54.09 | 43.05 | - |
| YUV | 191.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 164 | 0.06 | 0 | 0.18 | 0.22 | 80.57 | 0.24 | 0.71 |
| Hex | BB | C7 | A4 | 6 | 0 | 12 | 16 | 51 | 18 | 47 |
| Octal | 273 | 307 | 244 | 6 | 0 | 22 | 26 | 121 | 30 | 107 |
| Binary | 10111011 | 11000111 | 10100100 | 110 | 0 | 10010 | 10110 | 1010001 | 11000 | 1000111 |
Color Harmonies of #BBC7A4
Complementary color
Monochromatic Colors of #BBC7A4
Black with #BBC7A4
Text Example
Text Example
White with #BBC7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7A4; }
p { color: rgb(187,199,164); }
H1.HeaderClassName
{
color: #BBC7A4;
}
.AnyTagClassName
{
color: #BBC7A4;
}
</style>
background-color css
<style>
a { background-color: #BBC7A4; }
a { background-color: rgb(187,199,164); }
div.DivClassName
{
background-color: #BBC7A4;
}
.BgClassName
{
background-color: #BBC7A4;
}
</style>
border-color css
<style>
span { border-color: #BBC7A4; }
span { border-color: rgb(187,199,164); }
td.TdClassName
{
border-color: #BBC7A4;
}
.TagClassName
{
border-color: #BBC7A4;
}
</style>