#BEC5AB

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

Shades of Pale Leaf #BEC5AB

Tints of Pale Leaf #BEC5AB

Color information

#BEC5AB (or 0xBEC5AB) is unknown color: approx Pale Leaf. HEX triplet: BE, C5 and AB. RGB value is (190,197,171). Sum of RGB (Red+Green+Blue) = 190+197+171=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC5AB is #413A54. Grayscale: #C0C0C0. Windows color (decimal): -4274773 or 11257278. OLE color: 11257278.

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

Color convert

RGB190197171-
CMYK0.0400.130.23
HSL76.15º18.31%72.16%-
HSV(B)76.15º13.2%77.25%-
XYZ48.5553.8246.36-
YUV191.94116.18126.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 197 (77.34% from 255) = 35.30%
BLUE value IS 171 (67.19% from 255) = 30.65%
R=34.05%
G=35.30%
B=30.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971710.0400.130.2376.1518.3172.16
HexBEC5AB40D174c1248
Octal27630525340152711422110
Binary10111110110001011010101110001101101111001100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5AB; }

 p { color: rgb(190,197,171); }

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

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

 a { background-color: rgb(190,197,171); }

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

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

 span { border-color: rgb(190,197,171); }

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