#BEC7AF

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

Shades of Pale Leaf #BEC7AF

Tints of Pale Leaf #BEC7AF

Color information

#BEC7AF (or 0xBEC7AF) is unknown color: approx Pale Leaf. HEX triplet: BE, C7 and AF. RGB value is (190,199,175). Sum of RGB (Red+Green+Blue) = 190+199+175=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC7AF is #413850. Grayscale: #C1C1C1. Windows color (decimal): -4274257 or 11519934. OLE color: 11519934.

HSL color Cylindrical-coordinate representation of color #BEC7AF: hue angle of 82.5º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC7AF is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB190199175-
CMYK0.0500.120.22
HSL82.5º17.65%73.33%-
HSV(B)82.5º12.06%78.04%-
XYZ49.454.8948.55-
YUV193.57117.52125.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 199 (78.12% from 255) = 35.28%
BLUE value IS 175 (68.75% from 255) = 31.03%
R=33.69%
G=35.28%
B=31.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901991750.0500.120.2282.517.6573.33
HexBEC7AF50C16521249
Octal27630725750142612222111
Binary10111110110001111010111110101100101101010010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7AF; }

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

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

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

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

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

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

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

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