Shades of Pale Leaf #BECCAD
Tints of Pale Leaf #BECCAD
RGB
CMYK
RGB Variations
Color information
#BECCAD (or 0xBECCAD) is known color: Pale Leaf. HEX triplet: BE, CC and AD. RGB value is (190,204,173). Sum of RGB (Red+Green+Blue) = 190+204+173=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECCAD is #413352. Grayscale: #C4C4C4. Windows color (decimal): -4272979 or 11390142. OLE color: 11390142.
HSL color Cylindrical-coordinate representation of color #BECCAD: hue angle of 87.1º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BECCAD is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 173 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.2 |
| HSL | 87.1º | 0.23% | 0.74% | - |
| HSV(B) | 87.1º | 0.15% | 0.8% | - |
| XYZ | 50.37 | 57.15 | 47.91 | - |
| YUV | 196.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 173 | 0.07 | 0 | 0.15 | 0.2 | 87.1 | 0.23 | 0.74 |
| Hex | BE | CC | AD | 7 | 0 | F | 14 | 57 | 17 | 4A |
| Octal | 276 | 314 | 255 | 7 | 0 | 17 | 24 | 127 | 27 | 112 |
| Binary | 10111110 | 11001100 | 10101101 | 111 | 0 | 1111 | 10100 | 1010111 | 10111 | 1001010 |
Color Harmonies of #BECCAD
Complementary color
Monochromatic Colors of #BECCAD
Black with #BECCAD
Text Example
Text Example
White with #BECCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCAD; }
p { color: rgb(190,204,173); }
H1.HeaderClassName
{
color: #BECCAD;
}
.AnyTagClassName
{
color: #BECCAD;
}
</style>
background-color css
<style>
a { background-color: #BECCAD; }
a { background-color: rgb(190,204,173); }
div.DivClassName
{
background-color: #BECCAD;
}
.BgClassName
{
background-color: #BECCAD;
}
</style>
border-color css
<style>
span { border-color: #BECCAD; }
span { border-color: rgb(190,204,173); }
td.TdClassName
{
border-color: #BECCAD;
}
.TagClassName
{
border-color: #BECCAD;
}
</style>