COLOR #B195BD

HEX: #B195BD RGB: (177,149,189)

Color info

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

RGB color model

#B195BD color RGB value is (177,149,189).

RGB: (177,149,189) (69%, 58%, 74%)

RGB channels and saturation

R 177 of 255 = 69%
G 149 of 255 = 58%
B 189 of 255 = 74%

177
149
189

R + G + B ~ 67%. #B195BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 149 + 189 = 515 (100%)
R 177 of 515 ~ 34.37%
G 149 of 515 ~ 28.93%
B 189 of 515 ~ 36.7'%

%34.37
%28.93
%36.7

CMYK color model

#B195BD color CMYK value is (6,21,0,26).

  • cyan value is 6.35%
  • magenta value is 21.16%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (6,21,0,26)
C6M21Y0K26 (6%, 21%, 0%, 26%)
(0.06 / 0.21 / 0.00 / 0.26)

CMYK percentages

%6.35
%21.16
%0
%25.88

Codes

Color #B195BD in popluar color models

B1 95 BD
RGB 177 149 189
HSL 282° 23.26% 66.27%
HSB/HSV 282° 21.16% 74.12%
CMYK 6.35% 21.16% 0.00%
25.88%

Color #B195BD in popluar number systems.

HEX B1 95 BD
Decimal 177 149 189
Binary 10110001 10010101 10111101
Octal 261 225 275

Shades and tints

Shades of #B195BD

#B195BD
(177,149,189)
#A188AC
(161,136,172)
#917B9B
(145,123,155)
#816E8A
(129,110,138)
#716179
(113,97,121)
#615468
(97,84,104)
#514757
(81,71,87)
#413A46
(65,58,70)
#312D35
(49,45,53)
#212024
(33,32,36)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #B195BD

#B195BD
(177,149,189)
#B89EC3
(184,158,195)
#BFA7C9
(191,167,201)
#C6B0CF
(198,176,207)
#CDB9D5
(205,185,213)
#D4C2DB
(212,194,219)
#DBCBE1
(219,203,225)
#E2D4E7
(226,212,231)
#E9DDED
(233,221,237)
#F0E6F3
(240,230,243)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B195BD color. Also use rgb(177,149,189) instead hex code.

Text Font Color

.myTextColor { color: #B195BD; }

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

This text font color is #B195BD.

Background Color

.myBgColor { background-color: #B195BD; }

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

This div background color is #B195BD.

Border color

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

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

This div border color is #B195BD.

Opacity

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

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

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

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

This text has shadow with #B195BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B195BD.

Preview

Color preview on black background

This text has color #B195BD on black background.


Color preview on white background

This text has color #B195BD on white background.


Black color preview on #B195BD background

This text has black color on #B195BD background.


White color preview on #B195BD background

This text has white color on #B195BD background.


Related colors

Complementary color

Complementary color for #hex is #4E6A42.


I love getcolorcode.com

Triadic colors

1 #BDB195 and #95BDB1 with #B195BD are triadic colors.

2 #BD95B1 and #95B1BD with #B195BD are triadic colors.