#BEC6AD

Color #BEC6AD Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #BEC6AD

Tints of Pale Leaf #BEC6AD

Color information

#BEC6AD (or 0xBEC6AD) is unknown color: approx Pale Leaf. HEX triplet: BE, C6 and AD. RGB value is (190,198,173). Sum of RGB (Red+Green+Blue) = 190+198+173=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6AD is #413952. Grayscale: #C0C0C0. Windows color (decimal): -4274515 or 11388606. OLE color: 11388606.

HSL color Cylindrical-coordinate representation of color #BEC6AD: hue angle of 79.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEC6AD is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB190198173-
CMYK0.0400.130.22
HSL79.2º17.99%72.75%-
HSV(B)79.2º12.63%77.65%-
XYZ48.9754.3547.45-
YUV192.76116.85126.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=33.87%
G=35.29%
B=30.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981730.0400.130.2279.217.9972.75
HexBEC6AD40D164f1249
Octal27630625540152611722111
Binary10111110110001101010110110001101101101001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC6AD; }

 p { color: rgb(190,198,173); }

 H1.HeaderClassName
 {
   color: #BEC6AD;
 }
 .AnyTagClassName
 {
   color: #BEC6AD;
 }
</style>
background-color css

<style>
 a { background-color: #BEC6AD; }

 a { background-color: rgb(190,198,173); }

 div.DivClassName
 {
   background-color: #BEC6AD;
 }
 .BgClassName
 {
   background-color: #BEC6AD;
 }
</style>
border-color css

<style>
 span { border-color: #BEC6AD; }

 span { border-color: rgb(190,198,173); }

 td.TdClassName
 {
   border-color: #BEC6AD;
 }
 .TagClassName
 {
   border-color: #BEC6AD;
 }
</style>