#B397C0

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

Shades of East Side #B397C0

Tints of East Side #B397C0

Color information

#B397C0 (or 0xB397C0) is unknown color: approx East Side. HEX triplet: B3, 97 and C0. RGB value is (179,151,192). Sum of RGB (Red+Green+Blue) = 179+151+192=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #B397C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397C0 is #4C683F. Grayscale: #A3A3A3. Windows color (decimal): -5007424 or 12621747. OLE color: 12621747.

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

Color convert

RGB179151192-
CMYK0.070.2100.25
HSL280.98º24.55%67.25%-
HSV(B)280.98º21.35%75.29%-
XYZ39.1735.5254.66-
YUV164.05143.78138.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 151 (59.38% from 255) = 28.93%
BLUE value IS 192 (75.39% from 255) = 36.78%
R=34.29%
G=28.93%
B=36.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791511920.070.2100.25280.9824.5567.25
HexB397C07150191191943
Octal26322730072503143131103
Binary10110011100101111100000011110101011001100011001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397C0; }

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

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

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

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

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

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

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

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