#BEC4AD

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

Shades of Pale Leaf #BEC4AD

Tints of Pale Leaf #BEC4AD

Color information

#BEC4AD (or 0xBEC4AD) is unknown color: approx Pale Leaf. HEX triplet: BE, C4 and AD. RGB value is (190,196,173). Sum of RGB (Red+Green+Blue) = 190+196+173=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC4AD is #413B52. Grayscale: #BFBFBF. Windows color (decimal): -4275027 or 11388094. OLE color: 11388094.

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

Color convert

RGB190196173-
CMYK0.0300.120.23
HSL75.65º16.31%72.35%-
HSV(B)75.65º11.73%76.86%-
XYZ48.5253.4447.29-
YUV191.58117.51126.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=33.99%
G=35.06%
B=30.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961730.0300.120.2375.6516.3172.35
HexBEC4AD30C174c1048
Octal27630425530142711420110
Binary1011111011000100101011011101100101111001100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4AD; }

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

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

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

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

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

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

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

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