#B397BE

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

Shades of East Side #B397BE

Tints of East Side #B397BE

Color information

#B397BE (or 0xB397BE) is unknown color: approx East Side. HEX triplet: B3, 97 and BE. RGB value is (179,151,190). Sum of RGB (Red+Green+Blue) = 179+151+190=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #B397BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397BE is #4C6841. Grayscale: #A3A3A3. Windows color (decimal): -5007426 or 12490675. OLE color: 12490675.

HSL color Cylindrical-coordinate representation of color #B397BE: hue angle of 283.08º degrees, saturation: 0.23, 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 #B397BE is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179151190-
CMYK0.060.2100.25
HSL283.08º23.08%66.86%-
HSV(B)283.08º20.53%74.51%-
XYZ38.9535.4353.5-
YUV163.82142.78138.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=34.42%
G=29.04%
B=36.54%

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
Decimal1791511900.060.2100.25283.0823.0866.86
HexB397BE61501911b1743
Octal26322727662503143327103
Binary10110011100101111011111011010101011001100011011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397BE; }

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

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

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

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

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

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

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

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