#BEA3CA

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

Shades of Wisteria #BEA3CA

Tints of Wisteria #BEA3CA

Color information

#BEA3CA (or 0xBEA3CA) is unknown color: approx Wisteria. HEX triplet: BE, A3 and CA. RGB value is (190,163,202). Sum of RGB (Red+Green+Blue) = 190+163+202=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEA3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3CA is #415C35. Grayscale: #AFAFAF. Windows color (decimal): -4283446 or 13280190. OLE color: 13280190.

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

Color convert

RGB190163202-
CMYK0.060.1900.21
HSL281.54º26.9%71.57%-
HSV(B)281.54º19.31%79.22%-
XYZ44.9941.4161.5-
YUV175.52142.95138.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 163 (64.06% from 255) = 29.37%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=34.23%
G=29.37%
B=36.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901632020.060.1900.21281.5426.971.57
HexBEA3CA61301511a1b48
Octal27624331262302543233110
Binary10111110101000111100101011010011010101100011010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3CA; }

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

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

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

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

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

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

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

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