#BE96CE

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

Shades of Wisteria #BE96CE

Tints of Wisteria #BE96CE

Color information

#BE96CE (or 0xBE96CE) is unknown color: approx Wisteria. HEX triplet: BE, 96 and CE. RGB value is (190,150,206). Sum of RGB (Red+Green+Blue) = 190+150+206=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96CE is #416931. Grayscale: #A8A8A8. Windows color (decimal): -4286770 or 13539006. OLE color: 13539006.

HSL color Cylindrical-coordinate representation of color #BE96CE: hue angle of 282.86º 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 #BE96CE is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190150206-
CMYK0.080.2700.19
HSL282.86º36.36%69.8%-
HSV(B)282.86º27.18%80.78%-
XYZ43.2837.2263.29-
YUV168.34149.25143.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=34.80%
G=27.47%
B=37.73%

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
Decimal1901502060.080.2700.19282.8636.3669.8
HexBE96CE81B01311b2446
Octal276226316103302343344106
Binary1011111010010110110011101000110110100111000110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96CE; }

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

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

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

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

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

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

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

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