#BEC5AE

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

Shades of Pale Leaf #BEC5AE

Tints of Pale Leaf #BEC5AE

Color information

#BEC5AE (or 0xBEC5AE) is unknown color: approx Pale Leaf. HEX triplet: BE, C5 and AE. RGB value is (190,197,174). Sum of RGB (Red+Green+Blue) = 190+197+174=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC5AE is #413A51. Grayscale: #C0C0C0. Windows color (decimal): -4274770 or 11453886. OLE color: 11453886.

HSL color Cylindrical-coordinate representation of color #BEC5AE: hue angle of 78.26º 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 #BEC5AE is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB190197174-
CMYK0.0400.120.23
HSL78.26º16.55%72.75%-
HSV(B)78.26º11.68%77.25%-
XYZ48.8453.9447.88-
YUV192.28117.68126.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 197 (77.34% from 255) = 35.12%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=33.87%
G=35.12%
B=31.02%

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
Decimal1901971740.0400.120.2378.2616.5572.75
HexBEC5AE40C174e1149
Octal27630525640142711621111
Binary10111110110001011010111010001100101111001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5AE; }

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

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

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

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

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

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

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

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