Shades of Pale Leaf #BEC8AB
Tints of Pale Leaf #BEC8AB
RGB
CMYK
RGB Variations
Color information
#BEC8AB (or 0xBEC8AB) is known color: Pale Leaf. HEX triplet: BE, C8 and AB. RGB value is (190,200,171). Sum of RGB (Red+Green+Blue) = 190+200+171=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC8AB is #413754. Grayscale: #C1C1C1. Windows color (decimal): -4274005 or 11258046. OLE color: 11258046.
HSL color Cylindrical-coordinate representation of color #BEC8AB: hue angle of 80.69º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC8AB is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 171 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.22 |
| HSL | 80.69º | 0.21% | 0.73% | - |
| HSV(B) | 80.69º | 0.15% | 0.78% | - |
| XYZ | 49.24 | 55.2 | 46.59 | - |
| YUV | 193.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 171 | 0.05 | 0 | 0.14 | 0.22 | 80.69 | 0.21 | 0.73 |
| Hex | BE | C8 | AB | 5 | 0 | E | 16 | 51 | 15 | 49 |
| Octal | 276 | 310 | 253 | 5 | 0 | 16 | 26 | 121 | 25 | 111 |
| Binary | 10111110 | 11001000 | 10101011 | 101 | 0 | 1110 | 10110 | 1010001 | 10101 | 1001001 |
Color Harmonies of #BEC8AB
Complementary color
Monochromatic Colors of #BEC8AB
Black with #BEC8AB
Text Example
Text Example
White with #BEC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8AB; }
p { color: rgb(190,200,171); }
H1.HeaderClassName
{
color: #BEC8AB;
}
.AnyTagClassName
{
color: #BEC8AB;
}
</style>
background-color css
<style>
a { background-color: #BEC8AB; }
a { background-color: rgb(190,200,171); }
div.DivClassName
{
background-color: #BEC8AB;
}
.BgClassName
{
background-color: #BEC8AB;
}
</style>
border-color css
<style>
span { border-color: #BEC8AB; }
span { border-color: rgb(190,200,171); }
td.TdClassName
{
border-color: #BEC8AB;
}
.TagClassName
{
border-color: #BEC8AB;
}
</style>