#BECAA6

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

Shades of Pale Leaf #BECAA6

Tints of Pale Leaf #BECAA6

Color information

#BECAA6 (or 0xBECAA6) is unknown color: approx Pale Leaf. HEX triplet: BE, CA and A6. RGB value is (190,202,166). Sum of RGB (Red+Green+Blue) = 190+202+166=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAA6 is #413559. Grayscale: #C2C2C2. Windows color (decimal): -4273498 or 10930878. OLE color: 10930878.

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

Color convert

RGB190202166-
CMYK0.0600.180.21
HSL80º25.35%72.16%-
HSV(B)80º17.82%79.22%-
XYZ49.2455.9444.28-
YUV194.31112.02124.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 166 (65.23% from 255) = 29.75%
R=34.05%
G=36.20%
B=29.75%

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
Decimal1902021660.0600.180.218025.3572.16
HexBECAA6601215501948
Octal27631224660222512031110
Binary101111101100101010100110110010010101011010000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAA6; }

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

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

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

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

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

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

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

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