#BEC5AD

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

Shades of Pale Leaf #BEC5AD

Tints of Pale Leaf #BEC5AD

Color information

#BEC5AD (or 0xBEC5AD) is unknown color: approx Pale Leaf. HEX triplet: BE, C5 and AD. RGB value is (190,197,173). Sum of RGB (Red+Green+Blue) = 190+197+173=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC5AD is #413A52. Grayscale: #C0C0C0. Windows color (decimal): -4274771 or 11388350. OLE color: 11388350.

HSL color Cylindrical-coordinate representation of color #BEC5AD: hue angle of 77.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC5AD is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB190197173-
CMYK0.0400.120.23
HSL77.5º17.14%72.55%-
HSV(B)77.5º12.18%77.25%-
XYZ48.7453.947.37-
YUV192.17117.18126.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=33.93%
G=35.18%
B=30.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971730.0400.120.2377.517.1472.55
HexBEC5AD40C174e1149
Octal27630525540142711621111
Binary10111110110001011010110110001100101111001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5AD; }

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

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

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

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

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

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

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

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