#BE98D5

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

Shades of Wisteria #BE98D5

Tints of Wisteria #BE98D5

Color information

#BE98D5 (or 0xBE98D5) is unknown color: approx Wisteria. HEX triplet: BE, 98 and D5. RGB value is (190,152,213). Sum of RGB (Red+Green+Blue) = 190+152+213=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE98D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98D5 is #41672A. Grayscale: #AAAAAA. Windows color (decimal): -4286251 or 13998270. OLE color: 13998270.

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

Color convert

RGB190152213-
CMYK0.110.2900.16
HSL277.38º42.07%71.57%-
HSV(B)277.38º28.64%83.53%-
XYZ44.4738.2167.98-
YUV170.32152.09142.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 213 (83.59% from 255) = 38.38%
R=34.23%
G=27.39%
B=38.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901522130.110.2900.16277.3842.0771.57
HexBE98D5B1D0101152a48
Octal276230325133502042552110
Binary1011111010011000110101011011111010100001000101011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98D5; }

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

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

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

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

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

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

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

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