#BEC7AE

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

Shades of Pale Leaf #BEC7AE

Tints of Pale Leaf #BEC7AE

Color information

#BEC7AE (or 0xBEC7AE) is unknown color: approx Pale Leaf. HEX triplet: BE, C7 and AE. RGB value is (190,199,174). Sum of RGB (Red+Green+Blue) = 190+199+174=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC7AE is #413851. Grayscale: #C1C1C1. Windows color (decimal): -4274258 or 11454398. OLE color: 11454398.

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

Color convert

RGB190199174-
CMYK0.0500.130.22
HSL81.6º18.25%73.14%-
HSV(B)81.6º12.56%78.04%-
XYZ49.354.8548.03-
YUV193.46117.02125.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 199 (78.12% from 255) = 35.35%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=33.75%
G=35.35%
B=30.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901991740.0500.130.2281.618.2573.14
HexBEC7AE50D16521249
Octal27630725650152612222111
Binary10111110110001111010111010101101101101010010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7AE; }

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

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

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

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

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

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

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

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