Shades of Pale Leaf #BAC3AC
Tints of Pale Leaf #BAC3AC
RGB
CMYK
RGB Variations
Color information
#BAC3AC (or 0xBAC3AC) is known color: Pale Leaf. HEX triplet: BA, C3 and AC. RGB value is (186,195,172). Sum of RGB (Red+Green+Blue) = 186+195+172=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC3AC is #453C53. Grayscale: #BDBDBD. Windows color (decimal): -4537428 or 11322298. OLE color: 11322298.
HSL color Cylindrical-coordinate representation of color #BAC3AC: hue angle of 83.48º 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 #BAC3AC is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 195 | 172 | - |
CMYK | 0.05 | 0 | 0.12 | 0.24 |
HSL | 83.48º | 0.16% | 0.72% | - |
HSV(B) | 83.48º | 0.12% | 0.76% | - |
XYZ | 47.21 | 52.45 | 46.66 | - |
YUV | 189.69 | 118.02 | 125.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 195 | 172 | 0.05 | 0 | 0.12 | 0.24 | 83.48 | 0.16 | 0.72 |
Hex | BA | C3 | AC | 5 | 0 | C | 18 | 53 | 10 | 48 |
Octal | 272 | 303 | 254 | 5 | 0 | 14 | 30 | 123 | 20 | 110 |
Binary | 10111010 | 11000011 | 10101100 | 101 | 0 | 1100 | 11000 | 1010011 | 10000 | 1001000 |
Color Harmonies of #BAC3AC
Complementary color
Monochromatic Colors of #BAC3AC
Black with #BAC3AC
Text Example
Text Example
White with #BAC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3AC; }
p { color: rgb(186,195,172); }
H1.HeaderClassName
{
color: #BAC3AC;
}
.AnyTagClassName
{
color: #BAC3AC;
}
</style>
background-color css
<style>
a { background-color: #BAC3AC; }
a { background-color: rgb(186,195,172); }
div.DivClassName
{
background-color: #BAC3AC;
}
.BgClassName
{
background-color: #BAC3AC;
}
</style>
border-color css
<style>
span { border-color: #BAC3AC; }
span { border-color: rgb(186,195,172); }
td.TdClassName
{
border-color: #BAC3AC;
}
.TagClassName
{
border-color: #BAC3AC;
}
</style>