COLOR #B196B2

HEX: #B196B2 RGB: (177,150,178)

Color info

#B196B2 contains red, green and blue colors in about the same proportion. Web safe color of #B196B2 is #999999 (or #999).

RGB color model

#B196B2 color RGB value is (177,150,178).

RGB: (177,150,178) (69%, 59%, 70%)

RGB channels and saturation

R 177 of 255 = 69%
G 150 of 255 = 59%
B 178 of 255 = 70%

177
150
178

R + G + B ~ 66%. #B196B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 150 + 178 = 505 (100%)
R 177 of 505 ~ 35.05%
G 150 of 505 ~ 29.7%
B 178 of 505 ~ 35.25'%

%35.05
%29.7
%35.25

CMYK color model

#B196B2 color CMYK value is (1,16,0,30).

  • cyan value is 0.56%
  • magenta value is 15.73%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (1,16,0,30)
C1M16Y0K30 (1%, 16%, 0%, 30%)
(0.01 / 0.16 / 0.00 / 0.30)

CMYK percentages

%0.56
%15.73
%0
%30.2

Codes

Color #B196B2 in popluar color models

B1 96 B2
RGB 177 150 178
HSL 298° 15.38% 64.31%
HSB/HSV 298° 15.73% 69.80%
CMYK 0.56% 15.73% 0.00%
30.20%

Color #B196B2 in popluar number systems.

HEX B1 96 B2
Decimal 177 150 178
Binary 10110001 10010110 10110010
Octal 261 226 262

Shades and tints

Shades of #B196B2

#B196B2
(177,150,178)
#A189A2
(161,137,162)
#917C92
(145,124,146)
#816F82
(129,111,130)
#716272
(113,98,114)
#615562
(97,85,98)
#514852
(81,72,82)
#413B42
(65,59,66)
#312E32
(49,46,50)
#212122
(33,33,34)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #B196B2

#B196B2
(177,150,178)
#B89FB9
(184,159,185)
#BFA8C0
(191,168,192)
#C6B1C7
(198,177,199)
#CDBACE
(205,186,206)
#D4C3D5
(212,195,213)
#DBCCDC
(219,204,220)
#E2D5E3
(226,213,227)
#E9DEEA
(233,222,234)
#F0E7F1
(240,231,241)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B196B2; }

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

This text font color is #B196B2.

Background Color

.myBgColor { background-color: #B196B2; }

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

This div background color is #B196B2.

Border color

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

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

This div border color is #B196B2.

Opacity

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

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

Text with #B196B2 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 #B196B2;}

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

This text has shadow with #B196B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B196B2.

Preview

Color preview on black background

This text has color #B196B2 on black background.


Color preview on white background

This text has color #B196B2 on white background.


Black color preview on #B196B2 background

This text has black color on #B196B2 background.


White color preview on #B196B2 background

This text has white color on #B196B2 background.


Related colors

Complementary color

Complementary color for #hex is #4E694D.


I love getcolorcode.com

Triadic colors

1 #B2B196 and #96B2B1 with #B196B2 are triadic colors.

2 #B296B1 and #96B1B2 with #B196B2 are triadic colors.