#BEC7AA

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

Shades of Pale Leaf #BEC7AA

Tints of Pale Leaf #BEC7AA

Color information

#BEC7AA (or 0xBEC7AA) is unknown color: approx Pale Leaf. HEX triplet: BE, C7 and AA. RGB value is (190,199,170). Sum of RGB (Red+Green+Blue) = 190+199+170=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC7AA is #413855. Grayscale: #C1C1C1. Windows color (decimal): -4274262 or 11192254. OLE color: 11192254.

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

Color convert

RGB190199170-
CMYK0.0500.150.22
HSL78.62º20.57%72.35%-
HSV(B)78.62º14.57%78.04%-
XYZ48.9154.746.01-
YUV193115.02125.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=33.99%
G=35.60%
B=30.41%

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
Decimal1901991700.0500.150.2278.6220.5772.35
HexBEC7AA50F164f1548
Octal27630725250172611725110
Binary10111110110001111010101010101111101101001111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7AA; }

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

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

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

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

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

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

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

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