#B397BF

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

Shades of East Side #B397BF

Tints of East Side #B397BF

Color information

#B397BF (or 0xB397BF) is unknown color: approx East Side. HEX triplet: B3, 97 and BF. RGB value is (179,151,191). Sum of RGB (Red+Green+Blue) = 179+151+191=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #B397BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397BF is #4C6840. Grayscale: #A3A3A3. Windows color (decimal): -5007425 or 12556211. OLE color: 12556211.

HSL color Cylindrical-coordinate representation of color #B397BF: hue angle of 282º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B397BF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179151191-
CMYK0.060.2100.25
HSL282º23.81%67.06%-
HSV(B)282º20.94%74.9%-
XYZ39.0635.4854.08-
YUV163.93143.28138.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 191 (75% from 255) = 36.66%
R=34.36%
G=28.98%
B=36.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791511910.060.2100.2528223.8167.06
HexB397BF61501911a1843
Octal26322727762503143230103
Binary10110011100101111011111111010101011001100011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397BF; }

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

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

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

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

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

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

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

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