#BEC5AF

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

Shades of Pale Leaf #BEC5AF

Tints of Pale Leaf #BEC5AF

Color information

#BEC5AF (or 0xBEC5AF) is unknown color: approx Pale Leaf. HEX triplet: BE, C5 and AF. RGB value is (190,197,175). Sum of RGB (Red+Green+Blue) = 190+197+175=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC5AF is #413A50. Grayscale: #C0C0C0. Windows color (decimal): -4274769 or 11519422. OLE color: 11519422.

HSL color Cylindrical-coordinate representation of color #BEC5AF: hue angle of 79.09º degrees, saturation: 0.16, 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 #BEC5AF is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB190197175-
CMYK0.0400.110.23
HSL79.09º15.94%72.94%-
HSV(B)79.09º11.17%77.25%-
XYZ48.9453.9748.4-
YUV192.4118.18126.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 197 (77.34% from 255) = 35.05%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=33.81%
G=35.05%
B=31.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971750.0400.110.2379.0915.9472.94
HexBEC5AF40B174f1049
Octal27630525740132711720111
Binary10111110110001011010111110001011101111001111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5AF; }

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

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

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

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

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

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

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

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