Shades of Pale Leaf #BECAA2
Tints of Pale Leaf #BECAA2
RGB
CMYK
RGB Variations
Color information
#BECAA2 (or 0xBECAA2) is known color: Pale Leaf. HEX triplet: BE, CA and A2. RGB value is (190,202,162). Sum of RGB (Red+Green+Blue) = 190+202+162=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAA2 is #41355D. Grayscale: #C2C2C2. Windows color (decimal): -4273502 or 10668734. OLE color: 10668734.
HSL color Cylindrical-coordinate representation of color #BECAA2: hue angle of 78º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BECAA2 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 162 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.21 |
| HSL | 78º | 0.27% | 0.71% | - |
| HSV(B) | 78º | 0.2% | 0.79% | - |
| XYZ | 48.88 | 55.8 | 42.38 | - |
| YUV | 193.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 162 | 0.06 | 0 | 0.20 | 0.21 | 78 | 0.27 | 0.71 |
| Hex | BE | CA | A2 | 6 | 0 | 14 | 15 | 4E | 1B | 47 |
| Octal | 276 | 312 | 242 | 6 | 0 | 24 | 25 | 116 | 33 | 107 |
| Binary | 10111110 | 11001010 | 10100010 | 110 | 0 | 10100 | 10101 | 1001110 | 11011 | 1000111 |
Color Harmonies of #BECAA2
Complementary color
Monochromatic Colors of #BECAA2
Black with #BECAA2
Text Example
Text Example
White with #BECAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAA2; }
p { color: rgb(190,202,162); }
H1.HeaderClassName
{
color: #BECAA2;
}
.AnyTagClassName
{
color: #BECAA2;
}
</style>
background-color css
<style>
a { background-color: #BECAA2; }
a { background-color: rgb(190,202,162); }
div.DivClassName
{
background-color: #BECAA2;
}
.BgClassName
{
background-color: #BECAA2;
}
</style>
border-color css
<style>
span { border-color: #BECAA2; }
span { border-color: rgb(190,202,162); }
td.TdClassName
{
border-color: #BECAA2;
}
.TagClassName
{
border-color: #BECAA2;
}
</style>