#BEC6A8

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

Shades of Pale Leaf #BEC6A8

Tints of Pale Leaf #BEC6A8

Color information

#BEC6A8 (or 0xBEC6A8) is unknown color: approx Pale Leaf. HEX triplet: BE, C6 and A8. RGB value is (190,198,168). Sum of RGB (Red+Green+Blue) = 190+198+168=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6A8 is #413957. Grayscale: #C0C0C0. Windows color (decimal): -4274520 or 11060926. OLE color: 11060926.

HSL color Cylindrical-coordinate representation of color #BEC6A8: hue angle of 76º degrees, saturation: 0.21, 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 #BEC6A8 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB190198168-
CMYK0.0400.150.22
HSL76º20.83%71.76%-
HSV(B)76º15.15%77.65%-
XYZ48.554.1644.94-
YUV192.19114.35126.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 198 (77.73% from 255) = 35.61%
BLUE value IS 168 (66.02% from 255) = 30.22%
R=34.17%
G=35.61%
B=30.22%

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
Decimal1901981680.0400.150.227620.8371.76
HexBEC6A840F164c1548
Octal27630625040172611425110
Binary10111110110001101010100010001111101101001100101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC6A8; }

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

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

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

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

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

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

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

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