Shades of Pale Leaf #BAC7A8
Tints of Pale Leaf #BAC7A8
RGB
CMYK
RGB Variations
Color information
#BAC7A8 (or 0xBAC7A8) is known color: Pale Leaf. HEX triplet: BA, C7 and A8. RGB value is (186,199,168). Sum of RGB (Red+Green+Blue) = 186+199+168=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC7A8 is #453857. Grayscale: #BFBFBF. Windows color (decimal): -4536408 or 11061178. OLE color: 11061178.
HSL color Cylindrical-coordinate representation of color #BAC7A8: hue angle of 85.16º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAC7A8 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
RGB | 186 | 199 | 168 | - |
CMYK | 0.07 | 0 | 0.16 | 0.22 |
HSL | 85.16º | 0.22% | 0.72% | - |
HSV(B) | 85.16º | 0.16% | 0.78% | - |
XYZ | 47.74 | 54.11 | 44.97 | - |
YUV | 191.58 | 114.69 | 124.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 199 | 168 | 0.07 | 0 | 0.16 | 0.22 | 85.16 | 0.22 | 0.72 |
Hex | BA | C7 | A8 | 7 | 0 | 10 | 16 | 55 | 16 | 48 |
Octal | 272 | 307 | 250 | 7 | 0 | 20 | 26 | 125 | 26 | 110 |
Binary | 10111010 | 11000111 | 10101000 | 111 | 0 | 10000 | 10110 | 1010101 | 10110 | 1001000 |
Color Harmonies of #BAC7A8
Complementary color
Monochromatic Colors of #BAC7A8
Black with #BAC7A8
Text Example
Text Example
White with #BAC7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7A8; }
p { color: rgb(186,199,168); }
H1.HeaderClassName
{
color: #BAC7A8;
}
.AnyTagClassName
{
color: #BAC7A8;
}
</style>
background-color css
<style>
a { background-color: #BAC7A8; }
a { background-color: rgb(186,199,168); }
div.DivClassName
{
background-color: #BAC7A8;
}
.BgClassName
{
background-color: #BAC7A8;
}
</style>
border-color css
<style>
span { border-color: #BAC7A8; }
span { border-color: rgb(186,199,168); }
td.TdClassName
{
border-color: #BAC7A8;
}
.TagClassName
{
border-color: #BAC7A8;
}
</style>