#BEC9A4

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

Shades of Pale Leaf #BEC9A4

Tints of Pale Leaf #BEC9A4

Color information

#BEC9A4 (or 0xBEC9A4) is unknown color: approx Pale Leaf. HEX triplet: BE, C9 and A4. RGB value is (190,201,164). Sum of RGB (Red+Green+Blue) = 190+201+164=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC9A4 is #41365B. Grayscale: #C1C1C1. Windows color (decimal): -4273756 or 10799550. OLE color: 10799550.

HSL color Cylindrical-coordinate representation of color #BEC9A4: hue angle of 77.84º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEC9A4 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB190201164-
CMYK0.0500.180.21
HSL77.84º25.52%71.57%-
HSV(B)77.84º18.41%78.82%-
XYZ48.8255.443.24-
YUV193.49111.36125.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 201 (78.91% from 255) = 36.22%
BLUE value IS 164 (64.45% from 255) = 29.55%
R=34.23%
G=36.22%
B=29.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011640.0500.180.2177.8425.5271.57
HexBEC9A45012154e1a48
Octal27631124450222511632110
Binary101111101100100110100100101010010101011001110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9A4; }

 p { color: rgb(190,201,164); }

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

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

 a { background-color: rgb(190,201,164); }

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

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

 span { border-color: rgb(190,201,164); }

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