#B196C0

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

Shades of East Side #B196C0

Tints of East Side #B196C0

Color information

#B196C0 (or 0xB196C0) is unknown color: approx East Side. HEX triplet: B1, 96 and C0. RGB value is (177,150,192). Sum of RGB (Red+Green+Blue) = 177+150+192=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #B196C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196C0 is #4E693F. Grayscale: #A2A2A2. Windows color (decimal): -5138752 or 12621489. OLE color: 12621489.

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

Color convert

RGB177150192-
CMYK0.080.2200.25
HSL278.57º25%67.06%-
HSV(B)278.57º21.88%75.29%-
XYZ38.5534.9754.59-
YUV162.86144.45138.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=34.10%
G=28.90%
B=36.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771501920.080.2200.25278.572567.06
HexB196C08160191171943
Octal261226300102603142731103
Binary101100011001011011000000100010110011001100010111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196C0; }

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

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

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

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

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

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

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

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