Shades of Pale Leaf #BEC6A8
Tints of Pale Leaf #BEC6A8
RGB
CMYK
RGB Variations
Color information
#BEC6A8 (or 0xBEC6A8) is known color: Pale Leaf. HEX triplet: BE, C6 and A8. RGB value is (190,198,168). Sum of RGB (Red+Green+Blue) = 190+198+168=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6A8 is #413957. Grayscale: #C0C0C0. Windows color (decimal): -4274520 or 11060926. OLE color: 11060926.
HSL color Cylindrical-coordinate representation of color #BEC6A8: hue angle of 76º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEC6A8 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 168 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.22 |
| HSL | 76º | 0.21% | 0.72% | - |
| HSV(B) | 76º | 0.15% | 0.78% | - |
| XYZ | 48.5 | 54.16 | 44.94 | - |
| YUV | 192.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 168 | 0.04 | 0 | 0.15 | 0.22 | 76 | 0.21 | 0.72 |
| Hex | BE | C6 | A8 | 4 | 0 | F | 16 | 4C | 15 | 48 |
| Octal | 276 | 306 | 250 | 4 | 0 | 17 | 26 | 114 | 25 | 110 |
| Binary | 10111110 | 11000110 | 10101000 | 100 | 0 | 1111 | 10110 | 1001100 | 10101 | 1001000 |
Color Harmonies of #BEC6A8
Complementary color
Monochromatic Colors of #BEC6A8
Black with #BEC6A8
Text Example
Text Example
White with #BEC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6A8; }
p { color: rgb(190,198,168); }
H1.HeaderClassName
{
color: #BEC6A8;
}
.AnyTagClassName
{
color: #BEC6A8;
}
</style>
background-color css
<style>
a { background-color: #BEC6A8; }
a { background-color: rgb(190,198,168); }
div.DivClassName
{
background-color: #BEC6A8;
}
.BgClassName
{
background-color: #BEC6A8;
}
</style>
border-color css
<style>
span { border-color: #BEC6A8; }
span { border-color: rgb(190,198,168); }
td.TdClassName
{
border-color: #BEC6A8;
}
.TagClassName
{
border-color: #BEC6A8;
}
</style>