#BEC8AA

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

Shades of Pale Leaf #BEC8AA

Tints of Pale Leaf #BEC8AA

Color information

#BEC8AA (or 0xBEC8AA) is unknown color: approx Pale Leaf. HEX triplet: BE, C8 and AA. RGB value is (190,200,170). Sum of RGB (Red+Green+Blue) = 190+200+170=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC8AA is #413755. Grayscale: #C1C1C1. Windows color (decimal): -4274006 or 11192510. OLE color: 11192510.

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

Color convert

RGB190200170-
CMYK0.0500.150.22
HSL80º21.43%72.55%-
HSV(B)80º15%78.43%-
XYZ49.1555.1646.09-
YUV193.59114.69125.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 200 (78.52% from 255) = 35.71%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=33.93%
G=35.71%
B=30.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001700.0500.150.228021.4372.55
HexBEC8AA50F16501549
Octal27631025250172612025111
Binary10111110110010001010101010101111101101010000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8AA; }

 p { color: rgb(190,200,170); }

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

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

 a { background-color: rgb(190,200,170); }

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

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

 span { border-color: rgb(190,200,170); }

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