#B396BA

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

Shades of East Side #B396BA

Tints of East Side #B396BA

Color information

#B396BA (or 0xB396BA) is unknown color: approx East Side. HEX triplet: B3, 96 and BA. RGB value is (179,150,186). Sum of RGB (Red+Green+Blue) = 179+150+186=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #B396BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396BA is #4C6945. Grayscale: #A2A2A2. Windows color (decimal): -5007686 or 12228275. OLE color: 12228275.

HSL color Cylindrical-coordinate representation of color #B396BA: hue angle of 288.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B396BA is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179150186-
CMYK0.040.1900.27
HSL288.33º20.69%65.88%-
HSV(B)288.33º19.35%72.94%-
XYZ38.3634.9451.18-
YUV162.78141.11139.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=34.76%
G=29.13%
B=36.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791501860.040.1900.27288.3320.6965.88
HexB396BA41301B1201542
Octal26322627242303344025102
Binary10110011100101101011101010010011011011100100000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396BA; }

 p { color: rgb(179,150,186); }

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

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

 a { background-color: rgb(179,150,186); }

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

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

 span { border-color: rgb(179,150,186); }

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