#BEA3CD

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

Shades of Wisteria #BEA3CD

Tints of Wisteria #BEA3CD

Color information

#BEA3CD (or 0xBEA3CD) is unknown color: approx Wisteria. HEX triplet: BE, A3 and CD. RGB value is (190,163,205). Sum of RGB (Red+Green+Blue) = 190+163+205=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEA3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3CD is #415C32. Grayscale: #AFAFAF. Windows color (decimal): -4283443 or 13476798. OLE color: 13476798.

HSL color Cylindrical-coordinate representation of color #BEA3CD: hue angle of 278.57º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEA3CD is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190163205-
CMYK0.070.2000.20
HSL278.57º29.58%72.16%-
HSV(B)278.57º20.49%80.39%-
XYZ45.3541.5563.39-
YUV175.86144.45138.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 163 (64.06% from 255) = 29.21%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=34.05%
G=29.21%
B=36.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901632050.070.2000.20278.5729.5872.16
HexBEA3CD7140141171e48
Octal27624331572402442736110
Binary10111110101000111100110111110100010100100010111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3CD; }

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

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

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

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

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

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

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

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