#BECAA4

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

Shades of Pale Leaf #BECAA4

Tints of Pale Leaf #BECAA4

Color information

#BECAA4 (or 0xBECAA4) is unknown color: approx Pale Leaf. HEX triplet: BE, CA and A4. RGB value is (190,202,164). Sum of RGB (Red+Green+Blue) = 190+202+164=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAA4 is #41355B. Grayscale: #C2C2C2. Windows color (decimal): -4273500 or 10799806. OLE color: 10799806.

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

Color convert

RGB190202164-
CMYK0.0600.190.21
HSL78.95º26.39%71.76%-
HSV(B)78.95º18.81%79.22%-
XYZ49.0655.8743.32-
YUV194.08111.02125.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 164 (64.45% from 255) = 29.50%
R=34.17%
G=36.33%
B=29.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021640.0600.190.2178.9526.3971.76
HexBECAA46013154f1a48
Octal27631224460232511732110
Binary101111101100101010100100110010011101011001111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAA4; }

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

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

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

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

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

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

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

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