#B397C2

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

Shades of East Side #B397C2

Tints of East Side #B397C2

Color information

#B397C2 (or 0xB397C2) is unknown color: approx East Side. HEX triplet: B3, 97 and C2. RGB value is (179,151,194). Sum of RGB (Red+Green+Blue) = 179+151+194=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 194 - color contains mainly: blue. Hex color #B397C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397C2 is #4C683D. Grayscale: #A4A4A4. Windows color (decimal): -5007422 or 12752819. OLE color: 12752819.

HSL color Cylindrical-coordinate representation of color #B397C2: hue angle of 279.07º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B397C2 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179151194-
CMYK0.080.2200.24
HSL279.07º26.06%67.65%-
HSV(B)279.07º22.16%76.08%-
XYZ39.3935.6155.84-
YUV164.27144.78138.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 194 (76.17% from 255) = 37.02%
R=34.16%
G=28.82%
B=37.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791511940.080.2200.24279.0726.0667.65
HexB397C28160181171a44
Octal263227302102603042732104
Binary101100111001011111000010100010110011000100010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397C2; }

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

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

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

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

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

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

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

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