#BEC6A9

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

Shades of Pale Leaf #BEC6A9

Tints of Pale Leaf #BEC6A9

Color information

#BEC6A9 (or 0xBEC6A9) is unknown color: approx Pale Leaf. HEX triplet: BE, C6 and A9. RGB value is (190,198,169). Sum of RGB (Red+Green+Blue) = 190+198+169=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6A9 is #413956. Grayscale: #C0C0C0. Windows color (decimal): -4274519 or 11126462. OLE color: 11126462.

HSL color Cylindrical-coordinate representation of color #BEC6A9: hue angle of 76.55º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEC6A9 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB190198169-
CMYK0.0400.150.22
HSL76.55º20.28%71.96%-
HSV(B)76.55º14.65%77.65%-
XYZ48.5954.245.44-
YUV192.3114.85126.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=34.11%
G=35.55%
B=30.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981690.0400.150.2276.5520.2871.96
HexBEC6A940F164d1448
Octal27630625140172611524110
Binary10111110110001101010100110001111101101001101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC6A9; }

 p { color: rgb(190,198,169); }

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

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

 a { background-color: rgb(190,198,169); }

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

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

 span { border-color: rgb(190,198,169); }

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