Shades of Pale Leaf #BEC4AF
Tints of Pale Leaf #BEC4AF
RGB
CMYK
RGB Variations
Color information
#BEC4AF (or 0xBEC4AF) is known color: Pale Leaf. HEX triplet: BE, C4 and AF. RGB value is (190,196,175). Sum of RGB (Red+Green+Blue) = 190+196+175=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC4AF is #413B50. Grayscale: #BFBFBF. Windows color (decimal): -4275025 or 11519166. OLE color: 11519166.
HSL color Cylindrical-coordinate representation of color #BEC4AF: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEC4AF is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 175 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.23 |
| HSL | 77.14º | 0.15% | 0.73% | - |
| HSV(B) | 77.14º | 0.11% | 0.77% | - |
| XYZ | 48.71 | 53.52 | 48.32 | - |
| YUV | 191.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 175 | 0.03 | 0 | 0.11 | 0.23 | 77.14 | 0.15 | 0.73 |
| Hex | BE | C4 | AF | 3 | 0 | B | 17 | 4D | F | 49 |
| Octal | 276 | 304 | 257 | 3 | 0 | 13 | 27 | 115 | 17 | 111 |
| Binary | 10111110 | 11000100 | 10101111 | 11 | 0 | 1011 | 10111 | 1001101 | 1111 | 1001001 |
Color Harmonies of #BEC4AF
Complementary color
Monochromatic Colors of #BEC4AF
Black with #BEC4AF
Text Example
Text Example
White with #BEC4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC4AF; }
p { color: rgb(190,196,175); }
H1.HeaderClassName
{
color: #BEC4AF;
}
.AnyTagClassName
{
color: #BEC4AF;
}
</style>
background-color css
<style>
a { background-color: #BEC4AF; }
a { background-color: rgb(190,196,175); }
div.DivClassName
{
background-color: #BEC4AF;
}
.BgClassName
{
background-color: #BEC4AF;
}
</style>
border-color css
<style>
span { border-color: #BEC4AF; }
span { border-color: rgb(190,196,175); }
td.TdClassName
{
border-color: #BEC4AF;
}
.TagClassName
{
border-color: #BEC4AF;
}
</style>