#BECAA5

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

Shades of Pale Leaf #BECAA5

Tints of Pale Leaf #BECAA5

Color information

#BECAA5 (or 0xBECAA5) is unknown color: approx Pale Leaf. HEX triplet: BE, CA and A5. RGB value is (190,202,165). Sum of RGB (Red+Green+Blue) = 190+202+165=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAA5 is #41355A. Grayscale: #C2C2C2. Windows color (decimal): -4273499 or 10865342. OLE color: 10865342.

HSL color Cylindrical-coordinate representation of color #BECAA5: hue angle of 79.46º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BECAA5 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB190202165-
CMYK0.0600.180.21
HSL79.46º25.87%71.96%-
HSV(B)79.46º18.32%79.22%-
XYZ49.1555.943.8-
YUV194.19111.52125.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 165 (64.84% from 255) = 29.62%
R=34.11%
G=36.27%
B=29.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021650.0600.180.2179.4625.8771.96
HexBECAA56012154f1a48
Octal27631224560222511732110
Binary101111101100101010100101110010010101011001111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAA5; }

 p { color: rgb(190,202,165); }

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

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

 a { background-color: rgb(190,202,165); }

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

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

 span { border-color: rgb(190,202,165); }

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