Shades of Pale Leaf #BECAA0
Tints of Pale Leaf #BECAA0
RGB
CMYK
RGB Variations
Color information
#BECAA0 (or 0xBECAA0) is known color: Pale Leaf. HEX triplet: BE, CA and A0. RGB value is (190,202,160). Sum of RGB (Red+Green+Blue) = 190+202+160=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAA0 is #41355F. Grayscale: #C1C1C1. Windows color (decimal): -4273504 or 10537662. OLE color: 10537662.
HSL color Cylindrical-coordinate representation of color #BECAA0: hue angle of 77.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECAA0 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 160 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.21 |
| HSL | 77.14º | 0.28% | 0.71% | - |
| HSV(B) | 77.14º | 0.21% | 0.79% | - |
| XYZ | 48.7 | 55.73 | 41.45 | - |
| YUV | 193.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 160 | 0.06 | 0 | 0.21 | 0.21 | 77.14 | 0.28 | 0.71 |
| Hex | BE | CA | A0 | 6 | 0 | 15 | 15 | 4D | 1C | 47 |
| Octal | 276 | 312 | 240 | 6 | 0 | 25 | 25 | 115 | 34 | 107 |
| Binary | 10111110 | 11001010 | 10100000 | 110 | 0 | 10101 | 10101 | 1001101 | 11100 | 1000111 |
Color Harmonies of #BECAA0
Complementary color
Monochromatic Colors of #BECAA0
Black with #BECAA0
Text Example
Text Example
White with #BECAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAA0; }
p { color: rgb(190,202,160); }
H1.HeaderClassName
{
color: #BECAA0;
}
.AnyTagClassName
{
color: #BECAA0;
}
</style>
background-color css
<style>
a { background-color: #BECAA0; }
a { background-color: rgb(190,202,160); }
div.DivClassName
{
background-color: #BECAA0;
}
.BgClassName
{
background-color: #BECAA0;
}
</style>
border-color css
<style>
span { border-color: #BECAA0; }
span { border-color: rgb(190,202,160); }
td.TdClassName
{
border-color: #BECAA0;
}
.TagClassName
{
border-color: #BECAA0;
}
</style>