#BEC9A6

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

Shades of Pale Leaf #BEC9A6

Tints of Pale Leaf #BEC9A6

Color information

#BEC9A6 (or 0xBEC9A6) is unknown color: approx Pale Leaf. HEX triplet: BE, C9 and A6. RGB value is (190,201,166). Sum of RGB (Red+Green+Blue) = 190+201+166=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC9A6 is #413659. Grayscale: #C1C1C1. Windows color (decimal): -4273754 or 10930622. OLE color: 10930622.

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

Color convert

RGB190201166-
CMYK0.0500.170.21
HSL78.86º24.48%71.96%-
HSV(B)78.86º17.41%78.82%-
XYZ4955.4744.2-
YUV193.72112.36125.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 166 (65.23% from 255) = 29.80%
R=34.11%
G=36.09%
B=29.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011660.0500.170.2178.8624.4871.96
HexBEC9A65011154f1848
Octal27631124650212511730110
Binary101111101100100110100110101010001101011001111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9A6; }

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

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

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

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

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

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

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

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