Shades of Pale Leaf #BECDA2
Tints of Pale Leaf #BECDA2
RGB
CMYK
RGB Variations
Color information
#BECDA2 (or 0xBECDA2) is known color: Pale Leaf. HEX triplet: BE, CD and A2. RGB value is (190,205,162). Sum of RGB (Red+Green+Blue) = 190+205+162=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDA2 is #41325D. Grayscale: #C3C3C3. Windows color (decimal): -4272734 or 10669502. OLE color: 10669502.
HSL color Cylindrical-coordinate representation of color #BECDA2: hue angle of 80.93º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECDA2 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 162 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.20 |
| HSL | 80.93º | 0.3% | 0.72% | - |
| HSV(B) | 80.93º | 0.21% | 0.8% | - |
| XYZ | 49.59 | 57.22 | 42.61 | - |
| YUV | 195.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 162 | 0.07 | 0 | 0.21 | 0.20 | 80.93 | 0.3 | 0.72 |
| Hex | BE | CD | A2 | 7 | 0 | 15 | 14 | 51 | 1E | 48 |
| Octal | 276 | 315 | 242 | 7 | 0 | 25 | 24 | 121 | 36 | 110 |
| Binary | 10111110 | 11001101 | 10100010 | 111 | 0 | 10101 | 10100 | 1010001 | 11110 | 1001000 |
Color Harmonies of #BECDA2
Complementary color
Monochromatic Colors of #BECDA2
Black with #BECDA2
Text Example
Text Example
White with #BECDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDA2; }
p { color: rgb(190,205,162); }
H1.HeaderClassName
{
color: #BECDA2;
}
.AnyTagClassName
{
color: #BECDA2;
}
</style>
background-color css
<style>
a { background-color: #BECDA2; }
a { background-color: rgb(190,205,162); }
div.DivClassName
{
background-color: #BECDA2;
}
.BgClassName
{
background-color: #BECDA2;
}
</style>
border-color css
<style>
span { border-color: #BECDA2; }
span { border-color: rgb(190,205,162); }
td.TdClassName
{
border-color: #BECDA2;
}
.TagClassName
{
border-color: #BECDA2;
}
</style>