Shades of Pale Leaf #BECDA3
Tints of Pale Leaf #BECDA3
RGB
CMYK
RGB Variations
Color information
#BECDA3 (or 0xBECDA3) is known color: Pale Leaf. HEX triplet: BE, CD and A3. RGB value is (190,205,163). Sum of RGB (Red+Green+Blue) = 190+205+163=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 163 (64.06% from 255 or 29.21% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDA3 is #41325C. Grayscale: #C3C3C3. Windows color (decimal): -4272733 or 10735038. OLE color: 10735038.
HSL color Cylindrical-coordinate representation of color #BECDA3: hue angle of 81.43º degrees, saturation: 0.3, 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 #BECDA3 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 163 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.20 |
| HSL | 81.43º | 0.3% | 0.72% | - |
| HSV(B) | 81.43º | 0.2% | 0.8% | - |
| XYZ | 49.68 | 57.25 | 43.08 | - |
| YUV | 195.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 163 | 0.07 | 0 | 0.20 | 0.20 | 81.43 | 0.3 | 0.72 |
| Hex | BE | CD | A3 | 7 | 0 | 14 | 14 | 51 | 1E | 48 |
| Octal | 276 | 315 | 243 | 7 | 0 | 24 | 24 | 121 | 36 | 110 |
| Binary | 10111110 | 11001101 | 10100011 | 111 | 0 | 10100 | 10100 | 1010001 | 11110 | 1001000 |
Color Harmonies of #BECDA3
Complementary color
Monochromatic Colors of #BECDA3
Black with #BECDA3
Text Example
Text Example
White with #BECDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDA3; }
p { color: rgb(190,205,163); }
H1.HeaderClassName
{
color: #BECDA3;
}
.AnyTagClassName
{
color: #BECDA3;
}
</style>
background-color css
<style>
a { background-color: #BECDA3; }
a { background-color: rgb(190,205,163); }
div.DivClassName
{
background-color: #BECDA3;
}
.BgClassName
{
background-color: #BECDA3;
}
</style>
border-color css
<style>
span { border-color: #BECDA3; }
span { border-color: rgb(190,205,163); }
td.TdClassName
{
border-color: #BECDA3;
}
.TagClassName
{
border-color: #BECDA3;
}
</style>