Shades of Pale Leaf #BECDA6
Tints of Pale Leaf #BECDA6
RGB
CMYK
RGB Variations
Color information
#BECDA6 (or 0xBECDA6) is known color: Pale Leaf. HEX triplet: BE, CD and A6. RGB value is (190,205,166). Sum of RGB (Red+Green+Blue) = 190+205+166=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDA6 is #413259. Grayscale: #C4C4C4. Windows color (decimal): -4272730 or 10931646. OLE color: 10931646.
HSL color Cylindrical-coordinate representation of color #BECDA6: hue angle of 83.08º 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 #BECDA6 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 166 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.20 |
| HSL | 83.08º | 0.28% | 0.73% | - |
| HSV(B) | 83.08º | 0.19% | 0.8% | - |
| XYZ | 49.95 | 57.36 | 44.52 | - |
| YUV | 196.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 166 | 0.07 | 0 | 0.19 | 0.20 | 83.08 | 0.28 | 0.73 |
| Hex | BE | CD | A6 | 7 | 0 | 13 | 14 | 53 | 1C | 49 |
| Octal | 276 | 315 | 246 | 7 | 0 | 23 | 24 | 123 | 34 | 111 |
| Binary | 10111110 | 11001101 | 10100110 | 111 | 0 | 10011 | 10100 | 1010011 | 11100 | 1001001 |
Color Harmonies of #BECDA6
Complementary color
Monochromatic Colors of #BECDA6
Black with #BECDA6
Text Example
Text Example
White with #BECDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDA6; }
p { color: rgb(190,205,166); }
H1.HeaderClassName
{
color: #BECDA6;
}
.AnyTagClassName
{
color: #BECDA6;
}
</style>
background-color css
<style>
a { background-color: #BECDA6; }
a { background-color: rgb(190,205,166); }
div.DivClassName
{
background-color: #BECDA6;
}
.BgClassName
{
background-color: #BECDA6;
}
</style>
border-color css
<style>
span { border-color: #BECDA6; }
span { border-color: rgb(190,205,166); }
td.TdClassName
{
border-color: #BECDA6;
}
.TagClassName
{
border-color: #BECDA6;
}
</style>