#BE92DB

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

Shades of Wisteria #BE92DB

Tints of Wisteria #BE92DB

Color information

#BE92DB (or 0xBE92DB) is unknown color: approx Wisteria. HEX triplet: BE, 92 and DB. RGB value is (190,146,219). Sum of RGB (Red+Green+Blue) = 190+146+219=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92DB is #416D24. Grayscale: #A7A7A7. Windows color (decimal): -4287781 or 14389950. OLE color: 14389950.

HSL color Cylindrical-coordinate representation of color #BE92DB: hue angle of 276.16º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE92DB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190146219-
CMYK0.130.3300.14
HSL276.16º50.34%71.57%-
HSV(B)276.16º33.33%85.88%-
XYZ44.336.6271.75-
YUV167.48157.08144.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 146 (57.42% from 255) = 26.31%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=34.23%
G=26.31%
B=39.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901462190.130.3300.14276.1650.3471.57
HexBE92DBD210E1143248
Octal276222333154101642462110
Binary1011111010010010110110111101100001011101000101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92DB; }

 p { color: rgb(190,146,219); }

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

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

 a { background-color: rgb(190,146,219); }

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

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

 span { border-color: rgb(190,146,219); }

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