#BE9FC9

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

Shades of Wisteria #BE9FC9

Tints of Wisteria #BE9FC9

Color information

#BE9FC9 (or 0xBE9FC9) is unknown color: approx Wisteria. HEX triplet: BE, 9F and C9. RGB value is (190,159,201). Sum of RGB (Red+Green+Blue) = 190+159+201=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE9FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FC9 is #416036. Grayscale: #ACACAC. Windows color (decimal): -4284471 or 13213630. OLE color: 13213630.

HSL color Cylindrical-coordinate representation of color #BE9FC9: hue angle of 284.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE9FC9 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190159201-
CMYK0.050.2100.21
HSL284.29º28%70.59%-
HSV(B)284.29º20.9%78.82%-
XYZ44.1839.9660.64-
YUV173.06143.77140.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 201 (78.91% from 255) = 36.55%
R=34.55%
G=28.91%
B=36.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901592010.050.2100.21284.292870.59
HexBE9FC951501511c1c47
Octal27623731152502543434107
Binary10111110100111111100100110110101010101100011100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FC9; }

 p { color: rgb(190,159,201); }

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

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

 a { background-color: rgb(190,159,201); }

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

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

 span { border-color: rgb(190,159,201); }

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