Shades of Pale Leaf #BEC5AD
Tints of Pale Leaf #BEC5AD
RGB
CMYK
RGB Variations
Color information
#BEC5AD (or 0xBEC5AD) is known color: Pale Leaf. HEX triplet: BE, C5 and AD. RGB value is (190,197,173). Sum of RGB (Red+Green+Blue) = 190+197+173=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC5AD is #413A52. Grayscale: #C0C0C0. Windows color (decimal): -4274771 or 11388350. OLE color: 11388350.
HSL color Cylindrical-coordinate representation of color #BEC5AD: hue angle of 77.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC5AD is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 173 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.23 |
| HSL | 77.5º | 0.17% | 0.73% | - |
| HSV(B) | 77.5º | 0.12% | 0.77% | - |
| XYZ | 48.74 | 53.9 | 47.37 | - |
| YUV | 192.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 173 | 0.04 | 0 | 0.12 | 0.23 | 77.5 | 0.17 | 0.73 |
| Hex | BE | C5 | AD | 4 | 0 | C | 17 | 4E | 11 | 49 |
| Octal | 276 | 305 | 255 | 4 | 0 | 14 | 27 | 116 | 21 | 111 |
| Binary | 10111110 | 11000101 | 10101101 | 100 | 0 | 1100 | 10111 | 1001110 | 10001 | 1001001 |
Color Harmonies of #BEC5AD
Complementary color
Monochromatic Colors of #BEC5AD
Black with #BEC5AD
Text Example
Text Example
White with #BEC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5AD; }
p { color: rgb(190,197,173); }
H1.HeaderClassName
{
color: #BEC5AD;
}
.AnyTagClassName
{
color: #BEC5AD;
}
</style>
background-color css
<style>
a { background-color: #BEC5AD; }
a { background-color: rgb(190,197,173); }
div.DivClassName
{
background-color: #BEC5AD;
}
.BgClassName
{
background-color: #BEC5AD;
}
</style>
border-color css
<style>
span { border-color: #BEC5AD; }
span { border-color: rgb(190,197,173); }
td.TdClassName
{
border-color: #BEC5AD;
}
.TagClassName
{
border-color: #BEC5AD;
}
</style>