#B397BA

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

Shades of East Side #B397BA

Tints of East Side #B397BA

Color information

#B397BA (or 0xB397BA) is unknown color: approx East Side. HEX triplet: B3, 97 and BA. RGB value is (179,151,186). Sum of RGB (Red+Green+Blue) = 179+151+186=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B397BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397BA is #4C6845. Grayscale: #A3A3A3. Windows color (decimal): -5007430 or 12228531. OLE color: 12228531.

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

Color convert

RGB179151186-
CMYK0.040.1900.27
HSL288º20.23%66.08%-
HSV(B)288º18.82%72.94%-
XYZ38.5235.2651.23-
YUV163.36140.78139.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.69%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=34.69%
G=29.26%
B=36.05%

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
Decimal1791511860.040.1900.2728820.2366.08
HexB397BA41301B1201442
Octal26322727242303344024102
Binary10110011100101111011101010010011011011100100000101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397BA; }

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

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

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

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

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

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

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

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