#BEC4AE

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

Shades of Pale Leaf #BEC4AE

Tints of Pale Leaf #BEC4AE

Color information

#BEC4AE (or 0xBEC4AE) is unknown color: approx Pale Leaf. HEX triplet: BE, C4 and AE. RGB value is (190,196,174). Sum of RGB (Red+Green+Blue) = 190+196+174=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC4AE is #413B51. Grayscale: #BFBFBF. Windows color (decimal): -4275026 or 11453630. OLE color: 11453630.

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

Color convert

RGB190196174-
CMYK0.0300.110.23
HSL76.36º15.71%72.55%-
HSV(B)76.36º11.22%76.86%-
XYZ48.6253.4847.81-
YUV191.7118.01126.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 196 (76.95% from 255) = 35%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=33.93%
G=35%
B=31.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961740.0300.110.2376.3615.7172.55
HexBEC4AE30B174c1049
Octal27630425630132711420111
Binary1011111011000100101011101101011101111001100100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4AE; }

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

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

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

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

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

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

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

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