Shades of Pale Leaf #BEC9A8
Tints of Pale Leaf #BEC9A8
RGB
CMYK
RGB Variations
Color information
#BEC9A8 (or 0xBEC9A8) is known color: Pale Leaf. HEX triplet: BE, C9 and A8. RGB value is (190,201,168). Sum of RGB (Red+Green+Blue) = 190+201+168=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC9A8 is #413657. Grayscale: #C2C2C2. Windows color (decimal): -4273752 or 11061694. OLE color: 11061694.
HSL color Cylindrical-coordinate representation of color #BEC9A8: hue angle of 80º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEC9A8 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 168 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.21 |
| HSL | 80º | 0.23% | 0.72% | - |
| HSV(B) | 80º | 0.16% | 0.79% | - |
| XYZ | 49.19 | 55.55 | 45.17 | - |
| YUV | 193.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 168 | 0.05 | 0 | 0.16 | 0.21 | 80 | 0.23 | 0.72 |
| Hex | BE | C9 | A8 | 5 | 0 | 10 | 15 | 50 | 17 | 48 |
| Octal | 276 | 311 | 250 | 5 | 0 | 20 | 25 | 120 | 27 | 110 |
| Binary | 10111110 | 11001001 | 10101000 | 101 | 0 | 10000 | 10101 | 1010000 | 10111 | 1001000 |
Color Harmonies of #BEC9A8
Complementary color
Monochromatic Colors of #BEC9A8
Black with #BEC9A8
Text Example
Text Example
White with #BEC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9A8; }
p { color: rgb(190,201,168); }
H1.HeaderClassName
{
color: #BEC9A8;
}
.AnyTagClassName
{
color: #BEC9A8;
}
</style>
background-color css
<style>
a { background-color: #BEC9A8; }
a { background-color: rgb(190,201,168); }
div.DivClassName
{
background-color: #BEC9A8;
}
.BgClassName
{
background-color: #BEC9A8;
}
</style>
border-color css
<style>
span { border-color: #BEC9A8; }
span { border-color: rgb(190,201,168); }
td.TdClassName
{
border-color: #BEC9A8;
}
.TagClassName
{
border-color: #BEC9A8;
}
</style>