#BE93CC

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

Shades of Wisteria #BE93CC

Tints of Wisteria #BE93CC

Color information

#BE93CC (or 0xBE93CC) is unknown color: approx Wisteria. HEX triplet: BE, 93 and CC. RGB value is (190,147,204). Sum of RGB (Red+Green+Blue) = 190+147+204=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE93CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93CC is #416C33. Grayscale: #A6A6A6. Windows color (decimal): -4287540 or 13407166. OLE color: 13407166.

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

Color convert

RGB190147204-
CMYK0.070.2800.2
HSL285.26º35.85%68.82%-
HSV(B)285.26º27.94%80%-
XYZ42.5736.1761.87-
YUV166.36149.25144.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=35.12%
G=27.17%
B=37.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901472040.070.2800.2285.2635.8568.82
HexBE93CC71C01411d2445
Octal27622331473402443544105
Binary101111101001001111001100111111000101001000111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93CC; }

 p { color: rgb(190,147,204); }

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

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

 a { background-color: rgb(190,147,204); }

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

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

 span { border-color: rgb(190,147,204); }

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