#BE9BD5

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

Shades of Wisteria #BE9BD5

Tints of Wisteria #BE9BD5

Color information

#BE9BD5 (or 0xBE9BD5) is unknown color: approx Wisteria. HEX triplet: BE, 9B and D5. RGB value is (190,155,213). Sum of RGB (Red+Green+Blue) = 190+155+213=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE9BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BD5 is #41642A. Grayscale: #ABABAB. Windows color (decimal): -4285483 or 13999038. OLE color: 13999038.

HSL color Cylindrical-coordinate representation of color #BE9BD5: hue angle of 276.21º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE9BD5 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190155213-
CMYK0.110.2700.16
HSL276.21º40.85%72.16%-
HSV(B)276.21º27.23%83.53%-
XYZ44.9739.1968.15-
YUV172.08151.1140.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 213 (83.59% from 255) = 38.17%
R=34.05%
G=27.78%
B=38.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901552130.110.2700.16276.2140.8572.16
HexBE9BD5B1B0101142948
Octal276233325133302042451110
Binary1011111010011011110101011011110110100001000101001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BD5; }

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

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

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

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

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

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

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

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