Shades of Pale Leaf #BECCA6
Tints of Pale Leaf #BECCA6
RGB
CMYK
RGB Variations
Color information
#BECCA6 (or 0xBECCA6) is known color: Pale Leaf. HEX triplet: BE, CC and A6. RGB value is (190,204,166). Sum of RGB (Red+Green+Blue) = 190+204+166=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECCA6 is #413359. Grayscale: #C3C3C3. Windows color (decimal): -4272986 or 10931390. OLE color: 10931390.
HSL color Cylindrical-coordinate representation of color #BECCA6: hue angle of 82.11º degrees, saturation: 0.27, 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 #BECCA6 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 166 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.2 |
| HSL | 82.11º | 0.27% | 0.73% | - |
| HSV(B) | 82.11º | 0.19% | 0.8% | - |
| XYZ | 49.71 | 56.89 | 44.44 | - |
| YUV | 195.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 166 | 0.07 | 0 | 0.19 | 0.2 | 82.11 | 0.27 | 0.73 |
| Hex | BE | CC | A6 | 7 | 0 | 13 | 14 | 52 | 1B | 49 |
| Octal | 276 | 314 | 246 | 7 | 0 | 23 | 24 | 122 | 33 | 111 |
| Binary | 10111110 | 11001100 | 10100110 | 111 | 0 | 10011 | 10100 | 1010010 | 11011 | 1001001 |
Color Harmonies of #BECCA6
Complementary color
Monochromatic Colors of #BECCA6
Black with #BECCA6
Text Example
Text Example
White with #BECCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCA6; }
p { color: rgb(190,204,166); }
H1.HeaderClassName
{
color: #BECCA6;
}
.AnyTagClassName
{
color: #BECCA6;
}
</style>
background-color css
<style>
a { background-color: #BECCA6; }
a { background-color: rgb(190,204,166); }
div.DivClassName
{
background-color: #BECCA6;
}
.BgClassName
{
background-color: #BECCA6;
}
</style>
border-color css
<style>
span { border-color: #BECCA6; }
span { border-color: rgb(190,204,166); }
td.TdClassName
{
border-color: #BECCA6;
}
.TagClassName
{
border-color: #BECCA6;
}
</style>