Shades of Pale Leaf #BEC5AB
Tints of Pale Leaf #BEC5AB
RGB
CMYK
RGB Variations
Color information
#BEC5AB (or 0xBEC5AB) is known color: Pale Leaf. HEX triplet: BE, C5 and AB. RGB value is (190,197,171). Sum of RGB (Red+Green+Blue) = 190+197+171=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC5AB is #413A54. Grayscale: #C0C0C0. Windows color (decimal): -4274773 or 11257278. OLE color: 11257278.
HSL color Cylindrical-coordinate representation of color #BEC5AB: hue angle of 76.15º 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 #BEC5AB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 171 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.23 |
| HSL | 76.15º | 0.18% | 0.72% | - |
| HSV(B) | 76.15º | 0.13% | 0.77% | - |
| XYZ | 48.55 | 53.82 | 46.36 | - |
| YUV | 191.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 171 | 0.04 | 0 | 0.13 | 0.23 | 76.15 | 0.18 | 0.72 |
| Hex | BE | C5 | AB | 4 | 0 | D | 17 | 4C | 12 | 48 |
| Octal | 276 | 305 | 253 | 4 | 0 | 15 | 27 | 114 | 22 | 110 |
| Binary | 10111110 | 11000101 | 10101011 | 100 | 0 | 1101 | 10111 | 1001100 | 10010 | 1001000 |
Color Harmonies of #BEC5AB
Complementary color
Monochromatic Colors of #BEC5AB
Black with #BEC5AB
Text Example
Text Example
White with #BEC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5AB; }
p { color: rgb(190,197,171); }
H1.HeaderClassName
{
color: #BEC5AB;
}
.AnyTagClassName
{
color: #BEC5AB;
}
</style>
background-color css
<style>
a { background-color: #BEC5AB; }
a { background-color: rgb(190,197,171); }
div.DivClassName
{
background-color: #BEC5AB;
}
.BgClassName
{
background-color: #BEC5AB;
}
</style>
border-color css
<style>
span { border-color: #BEC5AB; }
span { border-color: rgb(190,197,171); }
td.TdClassName
{
border-color: #BEC5AB;
}
.TagClassName
{
border-color: #BEC5AB;
}
</style>