#BEC7AC

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

Shades of Pale Leaf #BEC7AC

Tints of Pale Leaf #BEC7AC

Color information

#BEC7AC (or 0xBEC7AC) is unknown color: approx Pale Leaf. HEX triplet: BE, C7 and AC. RGB value is (190,199,172). Sum of RGB (Red+Green+Blue) = 190+199+172=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC7AC is #413853. Grayscale: #C1C1C1. Windows color (decimal): -4274260 or 11323326. OLE color: 11323326.

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

Color convert

RGB190199172-
CMYK0.0500.140.22
HSL80º19.42%72.75%-
HSV(B)80º13.57%78.04%-
XYZ49.1154.7747.01-
YUV193.23116.02125.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 199 (78.12% from 255) = 35.47%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=33.87%
G=35.47%
B=30.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901991720.0500.140.228019.4272.75
HexBEC7AC50E16501349
Octal27630725450162612023111
Binary10111110110001111010110010101110101101010000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7AC; }

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

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

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

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

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

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

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

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