Shades of Pale Leaf #BECAB0
Tints of Pale Leaf #BECAB0
RGB
CMYK
RGB Variations
Color information
#BECAB0 (or 0xBECAB0) is known color: Pale Leaf. HEX triplet: BE, CA and B0. RGB value is (190,202,176). Sum of RGB (Red+Green+Blue) = 190+202+176=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAB0 is #41354F. Grayscale: #C3C3C3. Windows color (decimal): -4273488 or 11586238. OLE color: 11586238.
HSL color Cylindrical-coordinate representation of color #BECAB0: hue angle of 87.69º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BECAB0 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 176 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.21 |
| HSL | 87.69º | 0.2% | 0.74% | - |
| HSV(B) | 87.69º | 0.13% | 0.79% | - |
| XYZ | 50.19 | 56.32 | 49.3 | - |
| YUV | 195.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 176 | 0.06 | 0 | 0.13 | 0.21 | 87.69 | 0.2 | 0.74 |
| Hex | BE | CA | B0 | 6 | 0 | D | 15 | 58 | 14 | 4A |
| Octal | 276 | 312 | 260 | 6 | 0 | 15 | 25 | 130 | 24 | 112 |
| Binary | 10111110 | 11001010 | 10110000 | 110 | 0 | 1101 | 10101 | 1011000 | 10100 | 1001010 |
Color Harmonies of #BECAB0
Complementary color
Monochromatic Colors of #BECAB0
Black with #BECAB0
Text Example
Text Example
White with #BECAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAB0; }
p { color: rgb(190,202,176); }
H1.HeaderClassName
{
color: #BECAB0;
}
.AnyTagClassName
{
color: #BECAB0;
}
</style>
background-color css
<style>
a { background-color: #BECAB0; }
a { background-color: rgb(190,202,176); }
div.DivClassName
{
background-color: #BECAB0;
}
.BgClassName
{
background-color: #BECAB0;
}
</style>
border-color css
<style>
span { border-color: #BECAB0; }
span { border-color: rgb(190,202,176); }
td.TdClassName
{
border-color: #BECAB0;
}
.TagClassName
{
border-color: #BECAB0;
}
</style>