Shades of Pale Leaf #BECCAC
Tints of Pale Leaf #BECCAC
RGB
CMYK
RGB Variations
Color information
#BECCAC (or 0xBECCAC) is known color: Pale Leaf. HEX triplet: BE, CC and AC. RGB value is (190,204,172). Sum of RGB (Red+Green+Blue) = 190+204+172=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECCAC is #413353. Grayscale: #C4C4C4. Windows color (decimal): -4272980 or 11324606. OLE color: 11324606.
HSL color Cylindrical-coordinate representation of color #BECCAC: hue angle of 86.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECCAC is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
RGB | 190 | 204 | 172 | - |
CMYK | 0.07 | 0 | 0.16 | 0.2 |
HSL | 86.25º | 0.24% | 0.74% | - |
HSV(B) | 86.25º | 0.16% | 0.8% | - |
XYZ | 50.27 | 57.11 | 47.4 | - |
YUV | 196.17 | 114.36 | 123.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 204 | 172 | 0.07 | 0 | 0.16 | 0.2 | 86.25 | 0.24 | 0.74 |
Hex | BE | CC | AC | 7 | 0 | 10 | 14 | 56 | 18 | 4A |
Octal | 276 | 314 | 254 | 7 | 0 | 20 | 24 | 126 | 30 | 112 |
Binary | 10111110 | 11001100 | 10101100 | 111 | 0 | 10000 | 10100 | 1010110 | 11000 | 1001010 |
Color Harmonies of #BECCAC
Complementary color
Monochromatic Colors of #BECCAC
Black with #BECCAC
Text Example
Text Example
White with #BECCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCAC; }
p { color: rgb(190,204,172); }
H1.HeaderClassName
{
color: #BECCAC;
}
.AnyTagClassName
{
color: #BECCAC;
}
</style>
background-color css
<style>
a { background-color: #BECCAC; }
a { background-color: rgb(190,204,172); }
div.DivClassName
{
background-color: #BECCAC;
}
.BgClassName
{
background-color: #BECCAC;
}
</style>
border-color css
<style>
span { border-color: #BECCAC; }
span { border-color: rgb(190,204,172); }
td.TdClassName
{
border-color: #BECCAC;
}
.TagClassName
{
border-color: #BECCAC;
}
</style>