#BE9BD7

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

Shades of Wisteria #BE9BD7

Tints of Wisteria #BE9BD7

Color information

#BE9BD7 (or 0xBE9BD7) is unknown color: approx Wisteria. HEX triplet: BE, 9B and D7. RGB value is (190,155,215). Sum of RGB (Red+Green+Blue) = 190+155+215=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE9BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BD7 is #416428. Grayscale: #ACACAC. Windows color (decimal): -4285481 or 14130110. OLE color: 14130110.

HSL color Cylindrical-coordinate representation of color #BE9BD7: hue angle of 275º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9BD7 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190155215-
CMYK0.120.2800.16
HSL275º42.86%72.55%-
HSV(B)275º27.91%84.31%-
XYZ45.2239.369.49-
YUV172.3152.1140.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 155 (60.94% from 255) = 27.68%
BLUE value IS 215 (84.38% from 255) = 38.39%
R=33.93%
G=27.68%
B=38.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901552150.120.2800.1627542.8672.55
HexBE9BD7C1C0101132b49
Octal276233327143402042353111
Binary1011111010011011110101111100111000100001000100111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BD7; }

 p { color: rgb(190,155,215); }

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

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

 a { background-color: rgb(190,155,215); }

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

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

 span { border-color: rgb(190,155,215); }

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