#BEC4AF

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

Shades of Pale Leaf #BEC4AF

Tints of Pale Leaf #BEC4AF

Color information

#BEC4AF (or 0xBEC4AF) is unknown color: approx Pale Leaf. HEX triplet: BE, C4 and AF. RGB value is (190,196,175). Sum of RGB (Red+Green+Blue) = 190+196+175=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC4AF is #413B50. Grayscale: #BFBFBF. Windows color (decimal): -4275025 or 11519166. OLE color: 11519166.

HSL color Cylindrical-coordinate representation of color #BEC4AF: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEC4AF is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB190196175-
CMYK0.0300.110.23
HSL77.14º15.11%72.75%-
HSV(B)77.14º10.71%76.86%-
XYZ48.7153.5248.32-
YUV191.81118.51126.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=33.87%
G=34.94%
B=31.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961750.0300.110.2377.1415.1172.75
HexBEC4AF30B174df49
Octal27630425730132711517111
Binary101111101100010010101111110101110111100110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4AF; }

 p { color: rgb(190,196,175); }

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

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

 a { background-color: rgb(190,196,175); }

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

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

 span { border-color: rgb(190,196,175); }

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