COLOR #B196C6

HEX: #B196C6 RGB: (177,150,198)

Color info

#B196C6 contains red, green and blue colors in about the same proportion. Web safe color of #B196C6 is #9999CC (or #99C).

RGB color model

#B196C6 color RGB value is (177,150,198).

RGB: (177,150,198) (69%, 59%, 78%)

RGB channels and saturation

R 177 of 255 = 69%
G 150 of 255 = 59%
B 198 of 255 = 78%

177
150
198

R + G + B ~ 69%. #B196C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 150 + 198 = 525 (100%)
R 177 of 525 ~ 33.71%
G 150 of 525 ~ 28.57%
B 198 of 525 ~ 37.71'%

%33.71
%28.57
%37.71

CMYK color model

#B196C6 color CMYK value is (11,24,0,22).

  • cyan value is 10.61%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (11,24,0,22)
C11M24Y0K22 (11%, 24%, 0%, 22%)
(0.11 / 0.24 / 0.00 / 0.22)

CMYK percentages

%10.61
%24.24
%0
%22.35

Codes

Color #B196C6 in popluar color models

B1 96 C6
RGB 177 150 198
HSL 274° 29.63% 68.24%
HSB/HSV 274° 24.24% 77.65%
CMYK 10.61% 24.24% 0.00%
22.35%

Color #B196C6 in popluar number systems.

HEX B1 96 C6
Decimal 177 150 198
Binary 10110001 10010110 11000110
Octal 261 226 306

Shades and tints

Shades of #B196C6

#B196C6
(177,150,198)
#A189B4
(161,137,180)
#917CA2
(145,124,162)
#816F90
(129,111,144)
#71627E
(113,98,126)
#61556C
(97,85,108)
#51485A
(81,72,90)
#413B48
(65,59,72)
#312E36
(49,46,54)
#212124
(33,33,36)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #B196C6

#B196C6
(177,150,198)
#B89FCB
(184,159,203)
#BFA8D0
(191,168,208)
#C6B1D5
(198,177,213)
#CDBADA
(205,186,218)
#D4C3DF
(212,195,223)
#DBCCE4
(219,204,228)
#E2D5E9
(226,213,233)
#E9DEEE
(233,222,238)
#F0E7F3
(240,231,243)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B196C6 color. Also use rgb(177,150,198) instead hex code.

Text Font Color

.myTextColor { color: #B196C6; }

<p style="color:#B196C6">This sample text font color is #B196C6.</p>

This text font color is #B196C6.

Background Color

.myBgColor { background-color: #B196C6; }

<div style="background-color:#B196C6">Inner text</div>

This div background color is #B196C6.

Border color

.myBorderColor { border: 1px solid #B196C6; }

<div style="border:3px solid #B196C6">Div</div>

This div border color is #B196C6.

Opacity

.myOpacity80 { color: #B196C6; opacity: 0.8; }

<p style="color:#B196C6;opacity:0.8;">80%</p>

Text with #B196C6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B196C6;}

<p style="text-shadow: 3px 3px 1px #B196C6">Text here.</p>

This text has shadow with #B196C6 color.


.textShadow {text-shadow: 3px 3px 1px #B196C6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B196C6, 5px 5px 20px red">Text here.</p>

This text has shadow with #B196C6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B196C6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B196C6, Direction=45, Strength=4)">Text</p>

This text has shadow with #B196C6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B196C6;
-webkit-box-shadow: 1px 1px 3px 2px #B196C6;
box-shadow: 1px 1px 3px 2px #B196C6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B196C6; -webkit-box-shadow: 1px 1px 3px 2px #B196C6; box-shadow:1px 1px 3px 2px #B196C6;">
Div content here
</div>

This div box has shadow with color #B196C6.

Preview

Color preview on black background

This text has color #B196C6 on black background.


Color preview on white background

This text has color #B196C6 on white background.


Black color preview on #B196C6 background

This text has black color on #B196C6 background.


White color preview on #B196C6 background

This text has white color on #B196C6 background.


Related colors

Complementary color

Complementary color for #hex is #4E6939.


I love getcolorcode.com

Triadic colors

1 #C6B196 and #96C6B1 with #B196C6 are triadic colors.

2 #C696B1 and #96B1C6 with #B196C6 are triadic colors.