#B395BA

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

Shades of East Side #B395BA

Tints of East Side #B395BA

Color information

#B395BA (or 0xB395BA) is unknown color: approx East Side. HEX triplet: B3, 95 and BA. RGB value is (179,149,186). Sum of RGB (Red+Green+Blue) = 179+149+186=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #B395BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395BA is #4C6A45. Grayscale: #A2A2A2. Windows color (decimal): -5007942 or 12228019. OLE color: 12228019.

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

Color convert

RGB179149186-
CMYK0.040.2000.27
HSL288.65º21.14%65.69%-
HSV(B)288.65º19.89%72.94%-
XYZ38.234.6251.12-
YUV162.19141.44139.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=34.82%
G=28.99%
B=36.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791491860.040.2000.27288.6521.1465.69
HexB395BA41401B1211542
Octal26322527242403344125102
Binary10110011100101011011101010010100011011100100001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B395BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B395BA; }

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

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

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

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

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

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

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

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