Shades of Pale Leaf #BEC9AB
Tints of Pale Leaf #BEC9AB
RGB
CMYK
RGB Variations
Color information
#BEC9AB (or 0xBEC9AB) is known color: Pale Leaf. HEX triplet: BE, C9 and AB. RGB value is (190,201,171). Sum of RGB (Red+Green+Blue) = 190+201+171=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC9AB is #413654. Grayscale: #C2C2C2. Windows color (decimal): -4273749 or 11258302. OLE color: 11258302.
HSL color Cylindrical-coordinate representation of color #BEC9AB: hue angle of 82º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEC9AB is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 171 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.21 |
| HSL | 82º | 0.22% | 0.73% | - |
| HSV(B) | 82º | 0.15% | 0.79% | - |
| XYZ | 49.47 | 55.66 | 46.66 | - |
| YUV | 194.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 171 | 0.05 | 0 | 0.15 | 0.21 | 82 | 0.22 | 0.73 |
| Hex | BE | C9 | AB | 5 | 0 | F | 15 | 52 | 16 | 49 |
| Octal | 276 | 311 | 253 | 5 | 0 | 17 | 25 | 122 | 26 | 111 |
| Binary | 10111110 | 11001001 | 10101011 | 101 | 0 | 1111 | 10101 | 1010010 | 10110 | 1001001 |
Color Harmonies of #BEC9AB
Complementary color
Monochromatic Colors of #BEC9AB
Black with #BEC9AB
Text Example
Text Example
White with #BEC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9AB; }
p { color: rgb(190,201,171); }
H1.HeaderClassName
{
color: #BEC9AB;
}
.AnyTagClassName
{
color: #BEC9AB;
}
</style>
background-color css
<style>
a { background-color: #BEC9AB; }
a { background-color: rgb(190,201,171); }
div.DivClassName
{
background-color: #BEC9AB;
}
.BgClassName
{
background-color: #BEC9AB;
}
</style>
border-color css
<style>
span { border-color: #BEC9AB; }
span { border-color: rgb(190,201,171); }
td.TdClassName
{
border-color: #BEC9AB;
}
.TagClassName
{
border-color: #BEC9AB;
}
</style>