#BE98DB

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

Shades of Wisteria #BE98DB

Tints of Wisteria #BE98DB

Color information

#BE98DB (or 0xBE98DB) is unknown color: approx Wisteria. HEX triplet: BE, 98 and DB. RGB value is (190,152,219). Sum of RGB (Red+Green+Blue) = 190+152+219=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98DB is #416724. Grayscale: #AAAAAA. Windows color (decimal): -4286245 or 14391486. OLE color: 14391486.

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

Color convert

RGB190152219-
CMYK0.130.3100.14
HSL274.03º48.2%72.75%-
HSV(B)274.03º30.59%85.88%-
XYZ45.2538.5272.07-
YUV171155.09141.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 152 (59.77% from 255) = 27.09%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=33.87%
G=27.09%
B=39.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901522190.130.3100.14274.0348.272.75
HexBE98DBD1F0E1123049
Octal276230333153701642260111
Binary101111101001100011011011110111111011101000100101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98DB; }

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

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

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

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

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

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

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

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