Shades of Pale Leaf #BAC3A4
Tints of Pale Leaf #BAC3A4
RGB
CMYK
RGB Variations
Color information
#BAC3A4 (or 0xBAC3A4) is known color: Pale Leaf. HEX triplet: BA, C3 and A4. RGB value is (186,195,164). Sum of RGB (Red+Green+Blue) = 186+195+164=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC3A4 is #453C5B. Grayscale: #BCBCBC. Windows color (decimal): -4537436 or 10798010. OLE color: 10798010.
HSL color Cylindrical-coordinate representation of color #BAC3A4: hue angle of 77.42º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAC3A4 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 164 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.24 |
| HSL | 77.42º | 0.21% | 0.7% | - |
| HSV(B) | 77.42º | 0.16% | 0.76% | - |
| XYZ | 46.47 | 52.15 | 42.74 | - |
| YUV | 188.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 164 | 0.05 | 0 | 0.16 | 0.24 | 77.42 | 0.21 | 0.7 |
| Hex | BA | C3 | A4 | 5 | 0 | 10 | 18 | 4D | 15 | 46 |
| Octal | 272 | 303 | 244 | 5 | 0 | 20 | 30 | 115 | 25 | 106 |
| Binary | 10111010 | 11000011 | 10100100 | 101 | 0 | 10000 | 11000 | 1001101 | 10101 | 1000110 |
Color Harmonies of #BAC3A4
Complementary color
Monochromatic Colors of #BAC3A4
Black with #BAC3A4
Text Example
Text Example
White with #BAC3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3A4; }
p { color: rgb(186,195,164); }
H1.HeaderClassName
{
color: #BAC3A4;
}
.AnyTagClassName
{
color: #BAC3A4;
}
</style>
background-color css
<style>
a { background-color: #BAC3A4; }
a { background-color: rgb(186,195,164); }
div.DivClassName
{
background-color: #BAC3A4;
}
.BgClassName
{
background-color: #BAC3A4;
}
</style>
border-color css
<style>
span { border-color: #BAC3A4; }
span { border-color: rgb(186,195,164); }
td.TdClassName
{
border-color: #BAC3A4;
}
.TagClassName
{
border-color: #BAC3A4;
}
</style>