Shades of Pale Leaf #BAC2AB
Tints of Pale Leaf #BAC2AB
RGB
CMYK
RGB Variations
Color information
#BAC2AB (or 0xBAC2AB) is known color: Pale Leaf. HEX triplet: BA, C2 and AB. RGB value is (186,194,171). Sum of RGB (Red+Green+Blue) = 186+194+171=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC2AB is #453D54. Grayscale: #BDBDBD. Windows color (decimal): -4537685 or 11256506. OLE color: 11256506.
HSL color Cylindrical-coordinate representation of color #BAC2AB: hue angle of 80.87º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAC2AB is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 171 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.24 |
| HSL | 80.87º | 0.16% | 0.72% | - |
| HSV(B) | 80.87º | 0.12% | 0.76% | - |
| XYZ | 46.89 | 51.96 | 46.09 | - |
| YUV | 188.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 171 | 0.04 | 0 | 0.12 | 0.24 | 80.87 | 0.16 | 0.72 |
| Hex | BA | C2 | AB | 4 | 0 | C | 18 | 51 | 10 | 48 |
| Octal | 272 | 302 | 253 | 4 | 0 | 14 | 30 | 121 | 20 | 110 |
| Binary | 10111010 | 11000010 | 10101011 | 100 | 0 | 1100 | 11000 | 1010001 | 10000 | 1001000 |
Color Harmonies of #BAC2AB
Complementary color
Monochromatic Colors of #BAC2AB
Black with #BAC2AB
Text Example
Text Example
White with #BAC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2AB; }
p { color: rgb(186,194,171); }
H1.HeaderClassName
{
color: #BAC2AB;
}
.AnyTagClassName
{
color: #BAC2AB;
}
</style>
background-color css
<style>
a { background-color: #BAC2AB; }
a { background-color: rgb(186,194,171); }
div.DivClassName
{
background-color: #BAC2AB;
}
.BgClassName
{
background-color: #BAC2AB;
}
</style>
border-color css
<style>
span { border-color: #BAC2AB; }
span { border-color: rgb(186,194,171); }
td.TdClassName
{
border-color: #BAC2AB;
}
.TagClassName
{
border-color: #BAC2AB;
}
</style>