#BE96D1

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

Shades of Wisteria #BE96D1

Tints of Wisteria #BE96D1

Color information

#BE96D1 (or 0xBE96D1) is unknown color: approx Wisteria. HEX triplet: BE, 96 and D1. RGB value is (190,150,209). Sum of RGB (Red+Green+Blue) = 190+150+209=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE96D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96D1 is #41692E. Grayscale: #A8A8A8. Windows color (decimal): -4286767 or 13735614. OLE color: 13735614.

HSL color Cylindrical-coordinate representation of color #BE96D1: hue angle of 280.68º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE96D1 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190150209-
CMYK0.090.2800.18
HSL280.68º39.07%70.39%-
HSV(B)280.68º28.23%81.96%-
XYZ43.6537.3665.23-
YUV168.69150.75143.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 150 (58.98% from 255) = 27.32%
BLUE value IS 209 (82.03% from 255) = 38.07%
R=34.61%
G=27.32%
B=38.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901502090.090.2800.18280.6839.0770.39
HexBE96D191C0121192746
Octal276226321113402243147106
Binary1011111010010110110100011001111000100101000110011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96D1; }

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

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

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

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

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

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

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

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