#BE9AD3

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

Shades of Wisteria #BE9AD3

Tints of Wisteria #BE9AD3

Color information

#BE9AD3 (or 0xBE9AD3) is unknown color: approx Wisteria. HEX triplet: BE, 9A and D3. RGB value is (190,154,211). Sum of RGB (Red+Green+Blue) = 190+154+211=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE9AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9AD3 is #41652C. Grayscale: #ABABAB. Windows color (decimal): -4285741 or 13867710. OLE color: 13867710.

HSL color Cylindrical-coordinate representation of color #BE9AD3: hue angle of 277.89º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE9AD3 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190154211-
CMYK0.100.2700.17
HSL277.89º39.31%71.57%-
HSV(B)277.89º27.01%82.75%-
XYZ44.5538.7666.76-
YUV171.26150.43141.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 154 (60.55% from 255) = 27.75%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=34.23%
G=27.75%
B=38.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901542110.100.2700.17277.8939.3171.57
HexBE9AD3A1B0111162748
Octal276232323123302142647110
Binary1011111010011010110100111010110110100011000101101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9AD3; }

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

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

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

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

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

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

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

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