#BE9EC9

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

Shades of Wisteria #BE9EC9

Tints of Wisteria #BE9EC9

Color information

#BE9EC9 (or 0xBE9EC9) is unknown color: approx Wisteria. HEX triplet: BE, 9E and C9. RGB value is (190,158,201). Sum of RGB (Red+Green+Blue) = 190+158+201=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE9EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EC9 is #416136. Grayscale: #ACACAC. Windows color (decimal): -4284727 or 13213374. OLE color: 13213374.

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

Color convert

RGB190158201-
CMYK0.050.2100.21
HSL284.65º28.48%70.39%-
HSV(B)284.65º21.39%78.82%-
XYZ4439.6260.59-
YUV172.47144.1140.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 201 (78.91% from 255) = 36.61%
R=34.61%
G=28.78%
B=36.61%

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
Decimal1901582010.050.2100.21284.6528.4870.39
HexBE9EC951501511d1c46
Octal27623631152502543534106
Binary10111110100111101100100110110101010101100011101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9EC9; }

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

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

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

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

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

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

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

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