#B196BA

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

Shades of East Side #B196BA

Tints of East Side #B196BA

Color information

#B196BA (or 0xB196BA) is unknown color: approx East Side. HEX triplet: B1, 96 and BA. RGB value is (177,150,186). Sum of RGB (Red+Green+Blue) = 177+150+186=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #B196BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196BA is #4E6945. Grayscale: #A2A2A2. Windows color (decimal): -5138758 or 12228273. OLE color: 12228273.

HSL color Cylindrical-coordinate representation of color #B196BA: hue angle of 285º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B196BA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177150186-
CMYK0.050.1900.27
HSL285º20.69%65.88%-
HSV(B)285º19.35%72.94%-
XYZ37.934.751.16-
YUV162.18141.45138.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=34.50%
G=29.24%
B=36.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771501860.050.1900.2728520.6965.88
HexB196BA51301B11d1542
Octal26122627252303343525102
Binary10110001100101101011101010110011011011100011101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196BA; }

 p { color: rgb(177,150,186); }

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

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

 a { background-color: rgb(177,150,186); }

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

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

 span { border-color: rgb(177,150,186); }

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