#BEC8A4

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

Shades of Pale Leaf #BEC8A4

Tints of Pale Leaf #BEC8A4

Color information

#BEC8A4 (or 0xBEC8A4) is unknown color: approx Pale Leaf. HEX triplet: BE, C8 and A4. RGB value is (190,200,164). Sum of RGB (Red+Green+Blue) = 190+200+164=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC8A4 is #41375B. Grayscale: #C1C1C1. Windows color (decimal): -4274012 or 10799294. OLE color: 10799294.

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

Color convert

RGB190200164-
CMYK0.0500.180.22
HSL76.67º24.66%71.37%-
HSV(B)76.67º18%78.43%-
XYZ48.5954.9443.16-
YUV192.91111.69125.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 200 (78.52% from 255) = 36.10%
BLUE value IS 164 (64.45% from 255) = 29.60%
R=34.30%
G=36.10%
B=29.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001640.0500.180.2276.6724.6671.37
HexBEC8A45012164d1947
Octal27631024450222611531107
Binary101111101100100010100100101010010101101001101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8A4; }

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

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

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

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

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

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

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

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