#BECAA2

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

Shades of Pale Leaf #BECAA2

Tints of Pale Leaf #BECAA2

Color information

#BECAA2 (or 0xBECAA2) is unknown color: approx Pale Leaf. HEX triplet: BE, CA and A2. RGB value is (190,202,162). Sum of RGB (Red+Green+Blue) = 190+202+162=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAA2 is #41355D. Grayscale: #C2C2C2. Windows color (decimal): -4273502 or 10668734. OLE color: 10668734.

HSL color Cylindrical-coordinate representation of color #BECAA2: hue angle of 78º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BECAA2 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB190202162-
CMYK0.0600.200.21
HSL78º27.4%71.37%-
HSV(B)78º19.8%79.22%-
XYZ48.8855.842.38-
YUV193.85110.02125.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 162 (63.67% from 255) = 29.24%
R=34.30%
G=36.46%
B=29.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021620.0600.200.217827.471.37
HexBECAA26014154e1b47
Octal27631224260242511633107
Binary101111101100101010100010110010100101011001110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAA2; }

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

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

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

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

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

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

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

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