Shades of Pale Leaf #BEC6AD
Tints of Pale Leaf #BEC6AD
RGB
CMYK
RGB Variations
Color information
#BEC6AD (or 0xBEC6AD) is known color: Pale Leaf. HEX triplet: BE, C6 and AD. RGB value is (190,198,173). Sum of RGB (Red+Green+Blue) = 190+198+173=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6AD is #413952. Grayscale: #C0C0C0. Windows color (decimal): -4274515 or 11388606. OLE color: 11388606.
HSL color Cylindrical-coordinate representation of color #BEC6AD: hue angle of 79.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEC6AD is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 173 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.22 |
| HSL | 79.2º | 0.18% | 0.73% | - |
| HSV(B) | 79.2º | 0.13% | 0.78% | - |
| XYZ | 48.97 | 54.35 | 47.45 | - |
| YUV | 192.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 173 | 0.04 | 0 | 0.13 | 0.22 | 79.2 | 0.18 | 0.73 |
| Hex | BE | C6 | AD | 4 | 0 | D | 16 | 4F | 12 | 49 |
| Octal | 276 | 306 | 255 | 4 | 0 | 15 | 26 | 117 | 22 | 111 |
| Binary | 10111110 | 11000110 | 10101101 | 100 | 0 | 1101 | 10110 | 1001111 | 10010 | 1001001 |
Color Harmonies of #BEC6AD
Complementary color
Monochromatic Colors of #BEC6AD
Black with #BEC6AD
Text Example
Text Example
White with #BEC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6AD; }
p { color: rgb(190,198,173); }
H1.HeaderClassName
{
color: #BEC6AD;
}
.AnyTagClassName
{
color: #BEC6AD;
}
</style>
background-color css
<style>
a { background-color: #BEC6AD; }
a { background-color: rgb(190,198,173); }
div.DivClassName
{
background-color: #BEC6AD;
}
.BgClassName
{
background-color: #BEC6AD;
}
</style>
border-color css
<style>
span { border-color: #BEC6AD; }
span { border-color: rgb(190,198,173); }
td.TdClassName
{
border-color: #BEC6AD;
}
.TagClassName
{
border-color: #BEC6AD;
}
</style>