#B197C1

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

Shades of East Side #B197C1

Tints of East Side #B197C1

Color information

#B197C1 (or 0xB197C1) is unknown color: approx East Side. HEX triplet: B1, 97 and C1. RGB value is (177,151,193). Sum of RGB (Red+Green+Blue) = 177+151+193=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #B197C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197C1 is #4E683E. Grayscale: #A3A3A3. Windows color (decimal): -5138495 or 12687281. OLE color: 12687281.

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

Color convert

RGB177151193-
CMYK0.080.2200.24
HSL277.14º25.3%67.45%-
HSV(B)277.14º21.76%75.69%-
XYZ38.8235.3355.23-
YUV163.56144.61137.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.97%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=33.97%
G=28.98%
B=37.04%

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
Decimal1771511930.080.2200.24277.1425.367.45
HexB197C18160181151943
Octal261227301102603042531103
Binary101100011001011111000001100010110011000100010101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197C1; }

 p { color: rgb(177,151,193); }

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

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

 a { background-color: rgb(177,151,193); }

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

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

 span { border-color: rgb(177,151,193); }

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