Shades of Pale Leaf #BAC4AA
Tints of Pale Leaf #BAC4AA
RGB
CMYK
RGB Variations
Color information
#BAC4AA (or 0xBAC4AA) is known color: Pale Leaf. HEX triplet: BA, C4 and AA. RGB value is (186,196,170). Sum of RGB (Red+Green+Blue) = 186+196+170=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC4AA is #453B55. Grayscale: #BEBEBE. Windows color (decimal): -4537174 or 11191482. OLE color: 11191482.
HSL color Cylindrical-coordinate representation of color #BAC4AA: hue angle of 83.08º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC4AA is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 170 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.23 |
| HSL | 83.08º | 0.18% | 0.72% | - |
| HSV(B) | 83.08º | 0.13% | 0.77% | - |
| XYZ | 47.25 | 52.82 | 45.74 | - |
| YUV | 190.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 170 | 0.05 | 0 | 0.13 | 0.23 | 83.08 | 0.18 | 0.72 |
| Hex | BA | C4 | AA | 5 | 0 | D | 17 | 53 | 12 | 48 |
| Octal | 272 | 304 | 252 | 5 | 0 | 15 | 27 | 123 | 22 | 110 |
| Binary | 10111010 | 11000100 | 10101010 | 101 | 0 | 1101 | 10111 | 1010011 | 10010 | 1001000 |
Color Harmonies of #BAC4AA
Complementary color
Monochromatic Colors of #BAC4AA
Black with #BAC4AA
Text Example
Text Example
White with #BAC4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4AA; }
p { color: rgb(186,196,170); }
H1.HeaderClassName
{
color: #BAC4AA;
}
.AnyTagClassName
{
color: #BAC4AA;
}
</style>
background-color css
<style>
a { background-color: #BAC4AA; }
a { background-color: rgb(186,196,170); }
div.DivClassName
{
background-color: #BAC4AA;
}
.BgClassName
{
background-color: #BAC4AA;
}
</style>
border-color css
<style>
span { border-color: #BAC4AA; }
span { border-color: rgb(186,196,170); }
td.TdClassName
{
border-color: #BAC4AA;
}
.TagClassName
{
border-color: #BAC4AA;
}
</style>