Shades of Pale Leaf #BAC5AB
Tints of Pale Leaf #BAC5AB
RGB
CMYK
RGB Variations
Color information
#BAC5AB (or 0xBAC5AB) is known color: Pale Leaf. HEX triplet: BA, C5 and AB. RGB value is (186,197,171). Sum of RGB (Red+Green+Blue) = 186+197+171=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC5AB is #453A54. Grayscale: #BEBEBE. Windows color (decimal): -4536917 or 11257274. OLE color: 11257274.
HSL color Cylindrical-coordinate representation of color #BAC5AB: hue angle of 85.38º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC5AB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 171 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.23 |
| HSL | 85.38º | 0.18% | 0.72% | - |
| HSV(B) | 85.38º | 0.13% | 0.77% | - |
| XYZ | 47.57 | 53.31 | 46.31 | - |
| YUV | 190.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 171 | 0.06 | 0 | 0.13 | 0.23 | 85.38 | 0.18 | 0.72 |
| Hex | BA | C5 | AB | 6 | 0 | D | 17 | 55 | 12 | 48 |
| Octal | 272 | 305 | 253 | 6 | 0 | 15 | 27 | 125 | 22 | 110 |
| Binary | 10111010 | 11000101 | 10101011 | 110 | 0 | 1101 | 10111 | 1010101 | 10010 | 1001000 |
Color Harmonies of #BAC5AB
Complementary color
Monochromatic Colors of #BAC5AB
Black with #BAC5AB
Text Example
Text Example
White with #BAC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5AB; }
p { color: rgb(186,197,171); }
H1.HeaderClassName
{
color: #BAC5AB;
}
.AnyTagClassName
{
color: #BAC5AB;
}
</style>
background-color css
<style>
a { background-color: #BAC5AB; }
a { background-color: rgb(186,197,171); }
div.DivClassName
{
background-color: #BAC5AB;
}
.BgClassName
{
background-color: #BAC5AB;
}
</style>
border-color css
<style>
span { border-color: #BAC5AB; }
span { border-color: rgb(186,197,171); }
td.TdClassName
{
border-color: #BAC5AB;
}
.TagClassName
{
border-color: #BAC5AB;
}
</style>