Shades of Pale Leaf #BECBA2
Tints of Pale Leaf #BECBA2
RGB
CMYK
RGB Variations
Color information
#BECBA2 (or 0xBECBA2) is known color: Pale Leaf. HEX triplet: BE, CB and A2. RGB value is (190,203,162). Sum of RGB (Red+Green+Blue) = 190+203+162=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBA2 is #41345D. Grayscale: #C2C2C2. Windows color (decimal): -4273246 or 10668990. OLE color: 10668990.
HSL color Cylindrical-coordinate representation of color #BECBA2: hue angle of 79.02º 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 #BECBA2 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 162 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.20 |
| HSL | 79.02º | 0.28% | 0.72% | - |
| HSV(B) | 79.02º | 0.2% | 0.8% | - |
| XYZ | 49.11 | 56.27 | 42.45 | - |
| YUV | 194.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 162 | 0.06 | 0 | 0.20 | 0.20 | 79.02 | 0.28 | 0.72 |
| Hex | BE | CB | A2 | 6 | 0 | 14 | 14 | 4F | 1C | 48 |
| Octal | 276 | 313 | 242 | 6 | 0 | 24 | 24 | 117 | 34 | 110 |
| Binary | 10111110 | 11001011 | 10100010 | 110 | 0 | 10100 | 10100 | 1001111 | 11100 | 1001000 |
Color Harmonies of #BECBA2
Complementary color
Monochromatic Colors of #BECBA2
Black with #BECBA2
Text Example
Text Example
White with #BECBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBA2; }
p { color: rgb(190,203,162); }
H1.HeaderClassName
{
color: #BECBA2;
}
.AnyTagClassName
{
color: #BECBA2;
}
</style>
background-color css
<style>
a { background-color: #BECBA2; }
a { background-color: rgb(190,203,162); }
div.DivClassName
{
background-color: #BECBA2;
}
.BgClassName
{
background-color: #BECBA2;
}
</style>
border-color css
<style>
span { border-color: #BECBA2; }
span { border-color: rgb(190,203,162); }
td.TdClassName
{
border-color: #BECBA2;
}
.TagClassName
{
border-color: #BECBA2;
}
</style>