Shades of Pale Leaf #BAC5AA
Tints of Pale Leaf #BAC5AA
RGB
CMYK
RGB Variations
Color information
#BAC5AA (or 0xBAC5AA) is known color: Pale Leaf. HEX triplet: BA, C5 and AA. RGB value is (186,197,170). Sum of RGB (Red+Green+Blue) = 186+197+170=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC5AA is #453A55. Grayscale: #BEBEBE. Windows color (decimal): -4536918 or 11191738. OLE color: 11191738.
HSL color Cylindrical-coordinate representation of color #BAC5AA: hue angle of 84.44º 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 #BAC5AA is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 170 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.23 |
| HSL | 84.44º | 0.19% | 0.72% | - |
| HSV(B) | 84.44º | 0.14% | 0.77% | - |
| XYZ | 47.47 | 53.27 | 45.81 | - |
| YUV | 190.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 170 | 0.06 | 0 | 0.14 | 0.23 | 84.44 | 0.19 | 0.72 |
| Hex | BA | C5 | AA | 6 | 0 | E | 17 | 54 | 13 | 48 |
| Octal | 272 | 305 | 252 | 6 | 0 | 16 | 27 | 124 | 23 | 110 |
| Binary | 10111010 | 11000101 | 10101010 | 110 | 0 | 1110 | 10111 | 1010100 | 10011 | 1001000 |
Color Harmonies of #BAC5AA
Complementary color
Monochromatic Colors of #BAC5AA
Black with #BAC5AA
Text Example
Text Example
White with #BAC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5AA; }
p { color: rgb(186,197,170); }
H1.HeaderClassName
{
color: #BAC5AA;
}
.AnyTagClassName
{
color: #BAC5AA;
}
</style>
background-color css
<style>
a { background-color: #BAC5AA; }
a { background-color: rgb(186,197,170); }
div.DivClassName
{
background-color: #BAC5AA;
}
.BgClassName
{
background-color: #BAC5AA;
}
</style>
border-color css
<style>
span { border-color: #BAC5AA; }
span { border-color: rgb(186,197,170); }
td.TdClassName
{
border-color: #BAC5AA;
}
.TagClassName
{
border-color: #BAC5AA;
}
</style>