#BE98CF

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

Shades of Wisteria #BE98CF

Tints of Wisteria #BE98CF

Color information

#BE98CF (or 0xBE98CF) is unknown color: approx Wisteria. HEX triplet: BE, 98 and CF. RGB value is (190,152,207). Sum of RGB (Red+Green+Blue) = 190+152+207=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98CF is #416730. Grayscale: #A9A9A9. Windows color (decimal): -4286257 or 13605054. OLE color: 13605054.

HSL color Cylindrical-coordinate representation of color #BE98CF: hue angle of 281.45º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE98CF is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190152207-
CMYK0.080.2700.19
HSL281.45º36.42%70.39%-
HSV(B)281.45º26.57%81.18%-
XYZ43.7337.9164.04-
YUV169.63149.09142.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=34.61%
G=27.69%
B=37.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901522070.080.2700.19281.4536.4270.39
HexBE98CF81B0131192446
Octal276230317103302343144106
Binary1011111010011000110011111000110110100111000110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98CF; }

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

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

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

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

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

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

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

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