#be98d9

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

Shades of Wisteria #BE98D9

Tints of Wisteria #BE98D9

Color information

#BE98D9 (or 0xBE98D9) is unknown color: approx Wisteria. HEX triplet: BE, 98 and D9. RGB value is (190,152,217). Sum of RGB (Red+Green+Blue) = 190+152+217=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE98D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98D9 is #416726. Grayscale: #AAAAAA. Windows color (decimal): -4286247 or 14260414. OLE color: 14260414.

HSL color Cylindrical-coordinate representation of color #BE98D9: hue angle of 275.08º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE98D9 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190152217-
CMYK0.120.3000.15
HSL275.08º46.1%72.35%-
HSV(B)275.08º29.95%85.1%-
XYZ44.9938.4170.69-
YUV170.77154.09141.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=33.99%
G=27.19%
B=38.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901522170.120.3000.15275.0846.172.35
HexBE98D9C1E0F1132e48
Octal276230331143601742356110
Binary101111101001100011011001110011110011111000100111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be98d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be98d9; }

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

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

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

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

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

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

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

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