#BECAA9

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

Shades of Pale Leaf #BECAA9

Tints of Pale Leaf #BECAA9

Color information

#BECAA9 (or 0xBECAA9) is unknown color: approx Pale Leaf. HEX triplet: BE, CA and A9. RGB value is (190,202,169). Sum of RGB (Red+Green+Blue) = 190+202+169=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAA9 is #413556. Grayscale: #C2C2C2. Windows color (decimal): -4273495 or 11127486. OLE color: 11127486.

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

Color convert

RGB190202169-
CMYK0.0600.160.21
HSL81.82º23.74%72.75%-
HSV(B)81.82º16.34%79.22%-
XYZ49.5256.0545.75-
YUV194.65113.52124.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 169 (66.41% from 255) = 30.12%
R=33.87%
G=36.01%
B=30.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021690.0600.160.2181.8223.7472.75
HexBECAA9601015521849
Octal27631225160202512230111
Binary101111101100101010101001110010000101011010010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAA9; }

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

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

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

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

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

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

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

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