#B393BA

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

Shades of East Side #B393BA

Tints of East Side #B393BA

Color information

#B393BA (or 0xB393BA) is unknown color: approx East Side. HEX triplet: B3, 93 and BA. RGB value is (179,147,186). Sum of RGB (Red+Green+Blue) = 179+147+186=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #B393BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393BA is #4C6C45. Grayscale: #A0A0A0. Windows color (decimal): -5008454 or 12227507. OLE color: 12227507.

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

Color convert

RGB179147186-
CMYK0.040.2100.27
HSL289.23º22.03%65.29%-
HSV(B)289.23º20.97%72.94%-
XYZ37.893451.02-
YUV161.01142.1140.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=34.96%
G=28.71%
B=36.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791471860.040.2100.27289.2322.0365.29
HexB393BA41501B1211641
Octal26322327242503344126101
Binary10110011100100111011101010010101011011100100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393BA; }

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

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

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

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

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

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

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

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