Shades of Pale Leaf #BECBA3
Tints of Pale Leaf #BECBA3
RGB
CMYK
RGB Variations
Color information
#BECBA3 (or 0xBECBA3) is known color: Pale Leaf. HEX triplet: BE, CB and A3. RGB value is (190,203,163). Sum of RGB (Red+Green+Blue) = 190+203+163=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBA3 is #41345C. Grayscale: #C2C2C2. Windows color (decimal): -4273245 or 10734526. OLE color: 10734526.
HSL color Cylindrical-coordinate representation of color #BECBA3: hue angle of 79.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BECBA3 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 163 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.20 |
| HSL | 79.5º | 0.28% | 0.72% | - |
| HSV(B) | 79.5º | 0.2% | 0.8% | - |
| XYZ | 49.2 | 56.3 | 42.92 | - |
| YUV | 194.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 163 | 0.06 | 0 | 0.20 | 0.20 | 79.5 | 0.28 | 0.72 |
| Hex | BE | CB | A3 | 6 | 0 | 14 | 14 | 50 | 1C | 48 |
| Octal | 276 | 313 | 243 | 6 | 0 | 24 | 24 | 120 | 34 | 110 |
| Binary | 10111110 | 11001011 | 10100011 | 110 | 0 | 10100 | 10100 | 1010000 | 11100 | 1001000 |
Color Harmonies of #BECBA3
Complementary color
Monochromatic Colors of #BECBA3
Black with #BECBA3
Text Example
Text Example
White with #BECBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBA3; }
p { color: rgb(190,203,163); }
H1.HeaderClassName
{
color: #BECBA3;
}
.AnyTagClassName
{
color: #BECBA3;
}
</style>
background-color css
<style>
a { background-color: #BECBA3; }
a { background-color: rgb(190,203,163); }
div.DivClassName
{
background-color: #BECBA3;
}
.BgClassName
{
background-color: #BECBA3;
}
</style>
border-color css
<style>
span { border-color: #BECBA3; }
span { border-color: rgb(190,203,163); }
td.TdClassName
{
border-color: #BECBA3;
}
.TagClassName
{
border-color: #BECBA3;
}
</style>