Shades of Pale Leaf #BAC7A3
Tints of Pale Leaf #BAC7A3
RGB
CMYK
RGB Variations
Color information
#BAC7A3 (or 0xBAC7A3) is known color: Pale Leaf. HEX triplet: BA, C7 and A3. RGB value is (186,199,163). Sum of RGB (Red+Green+Blue) = 186+199+163=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC7A3 is #45385C. Grayscale: #BFBFBF. Windows color (decimal): -4536413 or 10733498. OLE color: 10733498.
HSL color Cylindrical-coordinate representation of color #BAC7A3: hue angle of 81.67º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC7A3 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 163 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.22 |
| HSL | 81.67º | 0.24% | 0.71% | - |
| HSV(B) | 81.67º | 0.18% | 0.78% | - |
| XYZ | 47.28 | 53.93 | 42.57 | - |
| YUV | 191.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 163 | 0.07 | 0 | 0.18 | 0.22 | 81.67 | 0.24 | 0.71 |
| Hex | BA | C7 | A3 | 7 | 0 | 12 | 16 | 52 | 18 | 47 |
| Octal | 272 | 307 | 243 | 7 | 0 | 22 | 26 | 122 | 30 | 107 |
| Binary | 10111010 | 11000111 | 10100011 | 111 | 0 | 10010 | 10110 | 1010010 | 11000 | 1000111 |
Color Harmonies of #BAC7A3
Complementary color
Monochromatic Colors of #BAC7A3
Black with #BAC7A3
Text Example
Text Example
White with #BAC7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7A3; }
p { color: rgb(186,199,163); }
H1.HeaderClassName
{
color: #BAC7A3;
}
.AnyTagClassName
{
color: #BAC7A3;
}
</style>
background-color css
<style>
a { background-color: #BAC7A3; }
a { background-color: rgb(186,199,163); }
div.DivClassName
{
background-color: #BAC7A3;
}
.BgClassName
{
background-color: #BAC7A3;
}
</style>
border-color css
<style>
span { border-color: #BAC7A3; }
span { border-color: rgb(186,199,163); }
td.TdClassName
{
border-color: #BAC7A3;
}
.TagClassName
{
border-color: #BAC7A3;
}
</style>