#BE86DC

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

Shades of Wisteria #BE86DC

Tints of Wisteria #BE86DC

Color information

#BE86DC (or 0xBE86DC) is unknown color: approx Wisteria. HEX triplet: BE, 86 and DC. RGB value is (190,134,220). Sum of RGB (Red+Green+Blue) = 190+134+220=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86DC is #417923. Grayscale: #A0A0A0. Windows color (decimal): -4290852 or 14452414. OLE color: 14452414.

HSL color Cylindrical-coordinate representation of color #BE86DC: hue angle of 279.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE86DC is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190134220-
CMYK0.140.3900.14
HSL279.07º55.13%69.41%-
HSV(B)279.07º39.09%86.27%-
XYZ42.6833.1671.86-
YUV160.55161.55149.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 134 (52.73% from 255) = 24.63%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=34.93%
G=24.63%
B=40.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901342200.140.3900.14279.0755.1369.41
HexBE86DCE270E1173745
Octal276206334164701642767105
Binary1011111010000110110111001110100111011101000101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86DC; }

 p { color: rgb(190,134,220); }

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

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

 a { background-color: rgb(190,134,220); }

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

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

 span { border-color: rgb(190,134,220); }

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