#BE9BD2

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

Shades of Wisteria #BE9BD2

Tints of Wisteria #BE9BD2

Color information

#BE9BD2 (or 0xBE9BD2) is unknown color: approx Wisteria. HEX triplet: BE, 9B and D2. RGB value is (190,155,210). Sum of RGB (Red+Green+Blue) = 190+155+210=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE9BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BD2 is #41642D. Grayscale: #ABABAB. Windows color (decimal): -4285486 or 13802430. OLE color: 13802430.

HSL color Cylindrical-coordinate representation of color #BE9BD2: hue angle of 278.18º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE9BD2 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190155210-
CMYK0.100.2600.18
HSL278.18º37.93%71.57%-
HSV(B)278.18º26.19%82.35%-
XYZ44.5939.0466.16-
YUV171.74149.6141.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 210 (82.42% from 255) = 37.84%
R=34.23%
G=27.93%
B=37.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901552100.100.2600.18278.1837.9371.57
HexBE9BD2A1A0121162648
Octal276233322123202242646110
Binary1011111010011011110100101010110100100101000101101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BD2; }

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

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

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

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

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

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

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

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