Shades of Pale Leaf #BECAAC
Tints of Pale Leaf #BECAAC
RGB
CMYK
RGB Variations
Color information
#BECAAC (or 0xBECAAC) is known color: Pale Leaf. HEX triplet: BE, CA and AC. RGB value is (190,202,172). Sum of RGB (Red+Green+Blue) = 190+202+172=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAAC is #413553. Grayscale: #C3C3C3. Windows color (decimal): -4273492 or 11324094. OLE color: 11324094.
HSL color Cylindrical-coordinate representation of color #BECAAC: hue angle of 84º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BECAAC is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 190 | 202 | 172 | - |
CMYK | 0.06 | 0 | 0.15 | 0.21 |
HSL | 84º | 0.22% | 0.73% | - |
HSV(B) | 84º | 0.15% | 0.79% | - |
XYZ | 49.8 | 56.17 | 47.25 | - |
YUV | 194.99 | 115.02 | 124.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 202 | 172 | 0.06 | 0 | 0.15 | 0.21 | 84 | 0.22 | 0.73 |
Hex | BE | CA | AC | 6 | 0 | F | 15 | 54 | 16 | 49 |
Octal | 276 | 312 | 254 | 6 | 0 | 17 | 25 | 124 | 26 | 111 |
Binary | 10111110 | 11001010 | 10101100 | 110 | 0 | 1111 | 10101 | 1010100 | 10110 | 1001001 |
Color Harmonies of #BECAAC
Complementary color
Monochromatic Colors of #BECAAC
Black with #BECAAC
Text Example
Text Example
White with #BECAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAAC; }
p { color: rgb(190,202,172); }
H1.HeaderClassName
{
color: #BECAAC;
}
.AnyTagClassName
{
color: #BECAAC;
}
</style>
background-color css
<style>
a { background-color: #BECAAC; }
a { background-color: rgb(190,202,172); }
div.DivClassName
{
background-color: #BECAAC;
}
.BgClassName
{
background-color: #BECAAC;
}
</style>
border-color css
<style>
span { border-color: #BECAAC; }
span { border-color: rgb(190,202,172); }
td.TdClassName
{
border-color: #BECAAC;
}
.TagClassName
{
border-color: #BECAAC;
}
</style>