Shades of Pale Leaf #BECAAF
Tints of Pale Leaf #BECAAF
RGB
CMYK
RGB Variations
Color information
#BECAAF (or 0xBECAAF) is known color: Pale Leaf. HEX triplet: BE, CA and AF. RGB value is (190,202,175). Sum of RGB (Red+Green+Blue) = 190+202+175=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAAF is #413550. Grayscale: #C3C3C3. Windows color (decimal): -4273489 or 11520702. OLE color: 11520702.
HSL color Cylindrical-coordinate representation of color #BECAAF: hue angle of 86.67º 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 #BECAAF is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
RGB | 190 | 202 | 175 | - |
CMYK | 0.06 | 0 | 0.13 | 0.21 |
HSL | 86.67º | 0.2% | 0.74% | - |
HSV(B) | 86.67º | 0.13% | 0.79% | - |
XYZ | 50.09 | 56.28 | 48.78 | - |
YUV | 195.33 | 116.52 | 124.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 202 | 175 | 0.06 | 0 | 0.13 | 0.21 | 86.67 | 0.2 | 0.74 |
Hex | BE | CA | AF | 6 | 0 | D | 15 | 57 | 14 | 4A |
Octal | 276 | 312 | 257 | 6 | 0 | 15 | 25 | 127 | 24 | 112 |
Binary | 10111110 | 11001010 | 10101111 | 110 | 0 | 1101 | 10101 | 1010111 | 10100 | 1001010 |
Color Harmonies of #BECAAF
Complementary color
Monochromatic Colors of #BECAAF
Black with #BECAAF
Text Example
Text Example
White with #BECAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAAF; }
p { color: rgb(190,202,175); }
H1.HeaderClassName
{
color: #BECAAF;
}
.AnyTagClassName
{
color: #BECAAF;
}
</style>
background-color css
<style>
a { background-color: #BECAAF; }
a { background-color: rgb(190,202,175); }
div.DivClassName
{
background-color: #BECAAF;
}
.BgClassName
{
background-color: #BECAAF;
}
</style>
border-color css
<style>
span { border-color: #BECAAF; }
span { border-color: rgb(190,202,175); }
td.TdClassName
{
border-color: #BECAAF;
}
.TagClassName
{
border-color: #BECAAF;
}
</style>