Shades of Pale Leaf #BECDA7
Tints of Pale Leaf #BECDA7
RGB
CMYK
RGB Variations
Color information
#BECDA7 (or 0xBECDA7) is known color: Pale Leaf. HEX triplet: BE, CD and A7. RGB value is (190,205,167). Sum of RGB (Red+Green+Blue) = 190+205+167=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 167 (65.62% from 255 or 29.72% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDA7 is #413258. Grayscale: #C4C4C4. Windows color (decimal): -4272729 or 10997182. OLE color: 10997182.
HSL color Cylindrical-coordinate representation of color #BECDA7: hue angle of 83.68º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECDA7 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 167 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.20 |
| HSL | 83.68º | 0.28% | 0.73% | - |
| HSV(B) | 83.68º | 0.19% | 0.8% | - |
| XYZ | 50.04 | 57.4 | 45 | - |
| YUV | 196.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 167 | 0.07 | 0 | 0.19 | 0.20 | 83.68 | 0.28 | 0.73 |
| Hex | BE | CD | A7 | 7 | 0 | 13 | 14 | 54 | 1C | 49 |
| Octal | 276 | 315 | 247 | 7 | 0 | 23 | 24 | 124 | 34 | 111 |
| Binary | 10111110 | 11001101 | 10100111 | 111 | 0 | 10011 | 10100 | 1010100 | 11100 | 1001001 |
Color Harmonies of #BECDA7
Complementary color
Monochromatic Colors of #BECDA7
Black with #BECDA7
Text Example
Text Example
White with #BECDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDA7; }
p { color: rgb(190,205,167); }
H1.HeaderClassName
{
color: #BECDA7;
}
.AnyTagClassName
{
color: #BECDA7;
}
</style>
background-color css
<style>
a { background-color: #BECDA7; }
a { background-color: rgb(190,205,167); }
div.DivClassName
{
background-color: #BECDA7;
}
.BgClassName
{
background-color: #BECDA7;
}
</style>
border-color css
<style>
span { border-color: #BECDA7; }
span { border-color: rgb(190,205,167); }
td.TdClassName
{
border-color: #BECDA7;
}
.TagClassName
{
border-color: #BECDA7;
}
</style>