Shades of Pale Leaf #BAC9A4
Tints of Pale Leaf #BAC9A4
RGB
CMYK
RGB Variations
Color information
#BAC9A4 (or 0xBAC9A4) is known color: Pale Leaf. HEX triplet: BA, C9 and A4. RGB value is (186,201,164). Sum of RGB (Red+Green+Blue) = 186+201+164=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC9A4 is #45365B. Grayscale: #C0C0C0. Windows color (decimal): -4535900 or 10799546. OLE color: 10799546.
HSL color Cylindrical-coordinate representation of color #BAC9A4: hue angle of 84.32º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC9A4 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 164 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.21 |
| HSL | 84.32º | 0.26% | 0.72% | - |
| HSV(B) | 84.32º | 0.18% | 0.79% | - |
| XYZ | 47.84 | 54.89 | 43.2 | - |
| YUV | 192.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 164 | 0.07 | 0 | 0.18 | 0.21 | 84.32 | 0.26 | 0.72 |
| Hex | BA | C9 | A4 | 7 | 0 | 12 | 15 | 54 | 1A | 48 |
| Octal | 272 | 311 | 244 | 7 | 0 | 22 | 25 | 124 | 32 | 110 |
| Binary | 10111010 | 11001001 | 10100100 | 111 | 0 | 10010 | 10101 | 1010100 | 11010 | 1001000 |
Color Harmonies of #BAC9A4
Complementary color
Monochromatic Colors of #BAC9A4
Black with #BAC9A4
Text Example
Text Example
White with #BAC9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9A4; }
p { color: rgb(186,201,164); }
H1.HeaderClassName
{
color: #BAC9A4;
}
.AnyTagClassName
{
color: #BAC9A4;
}
</style>
background-color css
<style>
a { background-color: #BAC9A4; }
a { background-color: rgb(186,201,164); }
div.DivClassName
{
background-color: #BAC9A4;
}
.BgClassName
{
background-color: #BAC9A4;
}
</style>
border-color css
<style>
span { border-color: #BAC9A4; }
span { border-color: rgb(186,201,164); }
td.TdClassName
{
border-color: #BAC9A4;
}
.TagClassName
{
border-color: #BAC9A4;
}
</style>