Shades of Pale Leaf #BAC0AC
Tints of Pale Leaf #BAC0AC
RGB
CMYK
RGB Variations
Color information
#BAC0AC (or 0xBAC0AC) is known color: Pale Leaf. HEX triplet: BA, C0 and AC. RGB value is (186,192,172). Sum of RGB (Red+Green+Blue) = 186+192+172=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC0AC is #453F53. Grayscale: #BCBCBC. Windows color (decimal): -4538196 or 11321530. OLE color: 11321530.
HSL color Cylindrical-coordinate representation of color #BAC0AC: hue angle of 78º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC0AC is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 172 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.25 |
| HSL | 78º | 0.14% | 0.71% | - |
| HSV(B) | 78º | 0.1% | 0.75% | - |
| XYZ | 46.55 | 51.12 | 46.44 | - |
| YUV | 187.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 172 | 0.03 | 0 | 0.10 | 0.25 | 78 | 0.14 | 0.71 |
| Hex | BA | C0 | AC | 3 | 0 | A | 19 | 4E | E | 47 |
| Octal | 272 | 300 | 254 | 3 | 0 | 12 | 31 | 116 | 16 | 107 |
| Binary | 10111010 | 11000000 | 10101100 | 11 | 0 | 1010 | 11001 | 1001110 | 1110 | 1000111 |
Color Harmonies of #BAC0AC
Complementary color
Monochromatic Colors of #BAC0AC
Black with #BAC0AC
Text Example
Text Example
White with #BAC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0AC; }
p { color: rgb(186,192,172); }
H1.HeaderClassName
{
color: #BAC0AC;
}
.AnyTagClassName
{
color: #BAC0AC;
}
</style>
background-color css
<style>
a { background-color: #BAC0AC; }
a { background-color: rgb(186,192,172); }
div.DivClassName
{
background-color: #BAC0AC;
}
.BgClassName
{
background-color: #BAC0AC;
}
</style>
border-color css
<style>
span { border-color: #BAC0AC; }
span { border-color: rgb(186,192,172); }
td.TdClassName
{
border-color: #BAC0AC;
}
.TagClassName
{
border-color: #BAC0AC;
}
</style>