#BE9FCE

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

Shades of Wisteria #BE9FCE

Tints of Wisteria #BE9FCE

Color information

#BE9FCE (or 0xBE9FCE) is unknown color: approx Wisteria. HEX triplet: BE, 9F and CE. RGB value is (190,159,206). Sum of RGB (Red+Green+Blue) = 190+159+206=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FCE is #416031. Grayscale: #ADADAD. Windows color (decimal): -4284466 or 13541310. OLE color: 13541310.

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

Color convert

RGB190159206-
CMYK0.080.2300.19
HSL279.57º32.41%71.57%-
HSV(B)279.57º22.82%80.78%-
XYZ44.7740.263.79-
YUV173.63146.27139.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=34.23%
G=28.65%
B=37.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901592060.080.2300.19279.5732.4171.57
HexBE9FCE8170131182048
Octal276237316102702343040110
Binary1011111010011111110011101000101110100111000110001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FCE; }

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

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

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

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

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

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

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

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