Shades of Pale Leaf #BAC5A9
Tints of Pale Leaf #BAC5A9
RGB
CMYK
RGB Variations
Color information
#BAC5A9 (or 0xBAC5A9) is known color: Pale Leaf. HEX triplet: BA, C5 and A9. RGB value is (186,197,169). Sum of RGB (Red+Green+Blue) = 186+197+169=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC5A9 is #453A56. Grayscale: #BEBEBE. Windows color (decimal): -4536919 or 11126202. OLE color: 11126202.
HSL color Cylindrical-coordinate representation of color #BAC5A9: hue angle of 83.57º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC5A9 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 169 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.23 |
| HSL | 83.57º | 0.19% | 0.72% | - |
| HSV(B) | 83.57º | 0.14% | 0.77% | - |
| XYZ | 47.38 | 53.24 | 45.31 | - |
| YUV | 190.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 169 | 0.06 | 0 | 0.14 | 0.23 | 83.57 | 0.19 | 0.72 |
| Hex | BA | C5 | A9 | 6 | 0 | E | 17 | 54 | 13 | 48 |
| Octal | 272 | 305 | 251 | 6 | 0 | 16 | 27 | 124 | 23 | 110 |
| Binary | 10111010 | 11000101 | 10101001 | 110 | 0 | 1110 | 10111 | 1010100 | 10011 | 1001000 |
Color Harmonies of #BAC5A9
Complementary color
Monochromatic Colors of #BAC5A9
Black with #BAC5A9
Text Example
Text Example
White with #BAC5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5A9; }
p { color: rgb(186,197,169); }
H1.HeaderClassName
{
color: #BAC5A9;
}
.AnyTagClassName
{
color: #BAC5A9;
}
</style>
background-color css
<style>
a { background-color: #BAC5A9; }
a { background-color: rgb(186,197,169); }
div.DivClassName
{
background-color: #BAC5A9;
}
.BgClassName
{
background-color: #BAC5A9;
}
</style>
border-color css
<style>
span { border-color: #BAC5A9; }
span { border-color: rgb(186,197,169); }
td.TdClassName
{
border-color: #BAC5A9;
}
.TagClassName
{
border-color: #BAC5A9;
}
</style>