Shades of Pale Leaf #BECDA8
Tints of Pale Leaf #BECDA8
RGB
CMYK
RGB Variations
Color information
#BECDA8 (or 0xBECDA8) is known color: Pale Leaf. HEX triplet: BE, CD and A8. RGB value is (190,205,168). Sum of RGB (Red+Green+Blue) = 190+205+168=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDA8 is #413257. Grayscale: #C4C4C4. Windows color (decimal): -4272728 or 11062718. OLE color: 11062718.
HSL color Cylindrical-coordinate representation of color #BECDA8: hue angle of 84.32º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BECDA8 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 168 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.20 |
| HSL | 84.32º | 0.27% | 0.73% | - |
| HSV(B) | 84.32º | 0.18% | 0.8% | - |
| XYZ | 50.13 | 57.44 | 45.49 | - |
| YUV | 196.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 168 | 0.07 | 0 | 0.18 | 0.20 | 84.32 | 0.27 | 0.73 |
| Hex | BE | CD | A8 | 7 | 0 | 12 | 14 | 54 | 1B | 49 |
| Octal | 276 | 315 | 250 | 7 | 0 | 22 | 24 | 124 | 33 | 111 |
| Binary | 10111110 | 11001101 | 10101000 | 111 | 0 | 10010 | 10100 | 1010100 | 11011 | 1001001 |
Color Harmonies of #BECDA8
Complementary color
Monochromatic Colors of #BECDA8
Black with #BECDA8
Text Example
Text Example
White with #BECDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDA8; }
p { color: rgb(190,205,168); }
H1.HeaderClassName
{
color: #BECDA8;
}
.AnyTagClassName
{
color: #BECDA8;
}
</style>
background-color css
<style>
a { background-color: #BECDA8; }
a { background-color: rgb(190,205,168); }
div.DivClassName
{
background-color: #BECDA8;
}
.BgClassName
{
background-color: #BECDA8;
}
</style>
border-color css
<style>
span { border-color: #BECDA8; }
span { border-color: rgb(190,205,168); }
td.TdClassName
{
border-color: #BECDA8;
}
.TagClassName
{
border-color: #BECDA8;
}
</style>