Shades of Pale Leaf #BECBAF
Tints of Pale Leaf #BECBAF
RGB
CMYK
RGB Variations
Color information
#BECBAF (or 0xBECBAF) is known color: Pale Leaf. HEX triplet: BE, CB and AF. RGB value is (190,203,175). Sum of RGB (Red+Green+Blue) = 190+203+175=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBAF is #413450. Grayscale: #C4C4C4. Windows color (decimal): -4273233 or 11520958. OLE color: 11520958.
HSL color Cylindrical-coordinate representation of color #BECBAF: hue angle of 87.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECBAF is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 175 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.20 |
| HSL | 87.86º | 0.21% | 0.74% | - |
| HSV(B) | 87.86º | 0.14% | 0.8% | - |
| XYZ | 50.33 | 56.75 | 48.86 | - |
| YUV | 195.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 175 | 0.06 | 0 | 0.14 | 0.20 | 87.86 | 0.21 | 0.74 |
| Hex | BE | CB | AF | 6 | 0 | E | 14 | 58 | 15 | 4A |
| Octal | 276 | 313 | 257 | 6 | 0 | 16 | 24 | 130 | 25 | 112 |
| Binary | 10111110 | 11001011 | 10101111 | 110 | 0 | 1110 | 10100 | 1011000 | 10101 | 1001010 |
Color Harmonies of #BECBAF
Complementary color
Monochromatic Colors of #BECBAF
Black with #BECBAF
Text Example
Text Example
White with #BECBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBAF; }
p { color: rgb(190,203,175); }
H1.HeaderClassName
{
color: #BECBAF;
}
.AnyTagClassName
{
color: #BECBAF;
}
</style>
background-color css
<style>
a { background-color: #BECBAF; }
a { background-color: rgb(190,203,175); }
div.DivClassName
{
background-color: #BECBAF;
}
.BgClassName
{
background-color: #BECBAF;
}
</style>
border-color css
<style>
span { border-color: #BECBAF; }
span { border-color: rgb(190,203,175); }
td.TdClassName
{
border-color: #BECBAF;
}
.TagClassName
{
border-color: #BECBAF;
}
</style>