#BE9AD5

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

Shades of Wisteria #BE9AD5

Tints of Wisteria #BE9AD5

Color information

#BE9AD5 (or 0xBE9AD5) is unknown color: approx Wisteria. HEX triplet: BE, 9A and D5. RGB value is (190,154,213). Sum of RGB (Red+Green+Blue) = 190+154+213=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9AD5 is #41652A. Grayscale: #ABABAB. Windows color (decimal): -4285739 or 13998782. OLE color: 13998782.

HSL color Cylindrical-coordinate representation of color #BE9AD5: hue angle of 276.61º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9AD5 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190154213-
CMYK0.110.2800.16
HSL276.61º41.26%71.96%-
HSV(B)276.61º27.7%83.53%-
XYZ44.838.8668.09-
YUV171.49151.43141.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=34.11%
G=27.65%
B=38.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901542130.110.2800.16276.6141.2671.96
HexBE9AD5B1C0101152948
Octal276232325133402042551110
Binary1011111010011010110101011011111000100001000101011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9AD5; }

 p { color: rgb(190,154,213); }

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

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

 a { background-color: rgb(190,154,213); }

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

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

 span { border-color: rgb(190,154,213); }

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