#BEA2CA

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

Shades of Wisteria #BEA2CA

Tints of Wisteria #BEA2CA

Color information

#BEA2CA (or 0xBEA2CA) is unknown color: approx Wisteria. HEX triplet: BE, A2 and CA. RGB value is (190,162,202). Sum of RGB (Red+Green+Blue) = 190+162+202=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2CA is #415D35. Grayscale: #AEAEAE. Windows color (decimal): -4283702 or 13279934. OLE color: 13279934.

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

Color convert

RGB190162202-
CMYK0.060.2000.21
HSL282º27.4%71.37%-
HSV(B)282º19.8%79.22%-
XYZ44.8241.0561.44-
YUV174.93143.28138.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 162 (63.67% from 255) = 29.24%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=34.30%
G=29.24%
B=36.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901622020.060.2000.2128227.471.37
HexBEA2CA61401511a1b47
Octal27624231262402543233107
Binary10111110101000101100101011010100010101100011010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2CA; }

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

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

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

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

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

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

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

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