#B397BB

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

Shades of East Side #B397BB

Tints of East Side #B397BB

Color information

#B397BB (or 0xB397BB) is unknown color: approx East Side. HEX triplet: B3, 97 and BB. RGB value is (179,151,187). Sum of RGB (Red+Green+Blue) = 179+151+187=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #B397BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397BB is #4C6844. Grayscale: #A3A3A3. Windows color (decimal): -5007429 or 12294067. OLE color: 12294067.

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

Color convert

RGB179151187-
CMYK0.040.1900.27
HSL286.67º20.93%66.27%-
HSV(B)286.67º19.25%73.33%-
XYZ38.6335.351.79-
YUV163.48141.28139.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=34.62%
G=29.21%
B=36.17%

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
Decimal1791511870.040.1900.27286.6720.9366.27
HexB397BB41301B11f1542
Octal26322727342303343725102
Binary10110011100101111011101110010011011011100011111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397BB; }

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

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

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

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

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

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

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

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