#BE96DF

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

Shades of Wisteria #BE96DF

Tints of Wisteria #BE96DF

Color information

#BE96DF (or 0xBE96DF) is unknown color: approx Wisteria. HEX triplet: BE, 96 and DF. RGB value is (190,150,223). Sum of RGB (Red+Green+Blue) = 190+150+223=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96DF is #416920. Grayscale: #AAAAAA. Windows color (decimal): -4286753 or 14653118. OLE color: 14653118.

HSL color Cylindrical-coordinate representation of color #BE96DF: hue angle of 272.88º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE96DF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190150223-
CMYK0.150.3300.13
HSL272.88º53.28%73.14%-
HSV(B)272.88º32.74%87.45%-
XYZ45.4638.0974.77-
YUV170.28157.75142.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=33.75%
G=26.64%
B=39.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901502230.150.3300.13272.8853.2873.14
HexBE96DFF210D1113549
Octal276226337174101542165111
Binary1011111010010110110111111111100001011011000100011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96DF; }

 p { color: rgb(190,150,223); }

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

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

 a { background-color: rgb(190,150,223); }

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

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

 span { border-color: rgb(190,150,223); }

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