#BEC6AC

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

Shades of Pale Leaf #BEC6AC

Tints of Pale Leaf #BEC6AC

Color information

#BEC6AC (or 0xBEC6AC) is unknown color: approx Pale Leaf. HEX triplet: BE, C6 and AC. RGB value is (190,198,172). Sum of RGB (Red+Green+Blue) = 190+198+172=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6AC is #413953. Grayscale: #C0C0C0. Windows color (decimal): -4274516 or 11323070. OLE color: 11323070.

HSL color Cylindrical-coordinate representation of color #BEC6AC: hue angle of 78.46º degrees, saturation: 0.19, 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 #BEC6AC is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB190198172-
CMYK0.0400.130.22
HSL78.46º18.57%72.55%-
HSV(B)78.46º13.13%77.65%-
XYZ48.8854.3146.94-
YUV192.64116.35126.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 198 (77.73% from 255) = 35.36%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=33.93%
G=35.36%
B=30.71%

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
Decimal1901981720.0400.130.2278.4618.5772.55
HexBEC6AC40D164e1349
Octal27630625440152611623111
Binary10111110110001101010110010001101101101001110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC6AC; }

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

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

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

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

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

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

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

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