Shades of Pale Leaf #BAC7A5
Tints of Pale Leaf #BAC7A5
RGB
CMYK
RGB Variations
Color information
#BAC7A5 (or 0xBAC7A5) is known color: Pale Leaf. HEX triplet: BA, C7 and A5. RGB value is (186,199,165). Sum of RGB (Red+Green+Blue) = 186+199+165=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC7A5 is #45385A. Grayscale: #BFBFBF. Windows color (decimal): -4536411 or 10864570. OLE color: 10864570.
HSL color Cylindrical-coordinate representation of color #BAC7A5: hue angle of 82.94º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAC7A5 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 165 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.22 |
| HSL | 82.94º | 0.23% | 0.71% | - |
| HSV(B) | 82.94º | 0.17% | 0.78% | - |
| XYZ | 47.46 | 54 | 43.52 | - |
| YUV | 191.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 165 | 0.07 | 0 | 0.17 | 0.22 | 82.94 | 0.23 | 0.71 |
| Hex | BA | C7 | A5 | 7 | 0 | 11 | 16 | 53 | 17 | 47 |
| Octal | 272 | 307 | 245 | 7 | 0 | 21 | 26 | 123 | 27 | 107 |
| Binary | 10111010 | 11000111 | 10100101 | 111 | 0 | 10001 | 10110 | 1010011 | 10111 | 1000111 |
Color Harmonies of #BAC7A5
Complementary color
Monochromatic Colors of #BAC7A5
Black with #BAC7A5
Text Example
Text Example
White with #BAC7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7A5; }
p { color: rgb(186,199,165); }
H1.HeaderClassName
{
color: #BAC7A5;
}
.AnyTagClassName
{
color: #BAC7A5;
}
</style>
background-color css
<style>
a { background-color: #BAC7A5; }
a { background-color: rgb(186,199,165); }
div.DivClassName
{
background-color: #BAC7A5;
}
.BgClassName
{
background-color: #BAC7A5;
}
</style>
border-color css
<style>
span { border-color: #BAC7A5; }
span { border-color: rgb(186,199,165); }
td.TdClassName
{
border-color: #BAC7A5;
}
.TagClassName
{
border-color: #BAC7A5;
}
</style>