#BECAA1

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

Shades of Pale Leaf #BECAA1

Tints of Pale Leaf #BECAA1

Color information

#BECAA1 (or 0xBECAA1) is unknown color: approx Pale Leaf. HEX triplet: BE, CA and A1. RGB value is (190,202,161). Sum of RGB (Red+Green+Blue) = 190+202+161=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAA1 is #41355E. Grayscale: #C1C1C1. Windows color (decimal): -4273503 or 10603198. OLE color: 10603198.

HSL color Cylindrical-coordinate representation of color #BECAA1: hue angle of 77.56º degrees, saturation: 0.28, 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 #BECAA1 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB190202161-
CMYK0.0600.200.21
HSL77.56º27.89%71.18%-
HSV(B)77.56º20.3%79.22%-
XYZ48.7955.7641.91-
YUV193.74109.52125.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 161 (63.28% from 255) = 29.11%
R=34.36%
G=36.53%
B=29.11%

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
Decimal1902021610.0600.200.2177.5627.8971.18
HexBECAA16014154e1c47
Octal27631224160242511634107
Binary101111101100101010100001110010100101011001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAA1; }

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

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

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

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

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

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

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

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