Shades of Pale Leaf #BECBA0
Tints of Pale Leaf #BECBA0
RGB
CMYK
RGB Variations
Color information
#BECBA0 (or 0xBECBA0) is known color: Pale Leaf. HEX triplet: BE, CB and A0. RGB value is (190,203,160). Sum of RGB (Red+Green+Blue) = 190+203+160=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBA0 is #41345F. Grayscale: #C2C2C2. Windows color (decimal): -4273248 or 10537918. OLE color: 10537918.
HSL color Cylindrical-coordinate representation of color #BECBA0: hue angle of 78.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECBA0 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 160 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.20 |
| HSL | 78.14º | 0.29% | 0.71% | - |
| HSV(B) | 78.14º | 0.21% | 0.8% | - |
| XYZ | 48.94 | 56.2 | 41.53 | - |
| YUV | 194.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 160 | 0.06 | 0 | 0.21 | 0.20 | 78.14 | 0.29 | 0.71 |
| Hex | BE | CB | A0 | 6 | 0 | 15 | 14 | 4E | 1D | 47 |
| Octal | 276 | 313 | 240 | 6 | 0 | 25 | 24 | 116 | 35 | 107 |
| Binary | 10111110 | 11001011 | 10100000 | 110 | 0 | 10101 | 10100 | 1001110 | 11101 | 1000111 |
Color Harmonies of #BECBA0
Complementary color
Monochromatic Colors of #BECBA0
Black with #BECBA0
Text Example
Text Example
White with #BECBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBA0; }
p { color: rgb(190,203,160); }
H1.HeaderClassName
{
color: #BECBA0;
}
.AnyTagClassName
{
color: #BECBA0;
}
</style>
background-color css
<style>
a { background-color: #BECBA0; }
a { background-color: rgb(190,203,160); }
div.DivClassName
{
background-color: #BECBA0;
}
.BgClassName
{
background-color: #BECBA0;
}
</style>
border-color css
<style>
span { border-color: #BECBA0; }
span { border-color: rgb(190,203,160); }
td.TdClassName
{
border-color: #BECBA0;
}
.TagClassName
{
border-color: #BECBA0;
}
</style>