COLOR #B19FBD

HEX: #B19FBD RGB: (177,159,189)

Color info

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

RGB color model

#B19FBD color RGB value is (177,159,189).

RGB: (177,159,189) (69%, 62%, 74%)

RGB channels and saturation

R 177 of 255 = 69%
G 159 of 255 = 62%
B 189 of 255 = 74%

177
159
189

R + G + B ~ 68%. #B19FBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 159 + 189 = 525 (100%)
R 177 of 525 ~ 33.71%
G 159 of 525 ~ 30.29%
B 189 of 525 ~ 36'%

%33.71
%30.29
%36

CMYK color model

#B19FBD color CMYK value is (6,16,0,26).

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

CMYK: (6,16,0,26)
C6M16Y0K26 (6%, 16%, 0%, 26%)
(0.06 / 0.16 / 0.00 / 0.26)

CMYK percentages

%6.35
%15.87
%0
%25.88

Codes

Color #B19FBD in popluar color models

B1 9F BD
RGB 177 159 189
HSL 276° 18.52% 68.24%
HSB/HSV 276° 15.87% 74.12%
CMYK 6.35% 15.87% 0.00%
25.88%

Color #B19FBD in popluar number systems.

HEX B1 9F BD
Decimal 177 159 189
Binary 10110001 10011111 10111101
Octal 261 237 275

Shades and tints

Shades of #B19FBD

#B19FBD
(177,159,189)
#A191AC
(161,145,172)
#91839B
(145,131,155)
#81758A
(129,117,138)
#716779
(113,103,121)
#615968
(97,89,104)
#514B57
(81,75,87)
#413D46
(65,61,70)
#312F35
(49,47,53)
#212124
(33,33,36)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #B19FBD

#B19FBD
(177,159,189)
#B8A7C3
(184,167,195)
#BFAFC9
(191,175,201)
#C6B7CF
(198,183,207)
#CDBFD5
(205,191,213)
#D4C7DB
(212,199,219)
#DBCFE1
(219,207,225)
#E2D7E7
(226,215,231)
#E9DFED
(233,223,237)
#F0E7F3
(240,231,243)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19FBD; }

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

This text font color is #B19FBD.

Background Color

.myBgColor { background-color: #B19FBD; }

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

This div background color is #B19FBD.

Border color

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

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

This div border color is #B19FBD.

Opacity

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

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

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

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

This text has shadow with #B19FBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19FBD.

Preview

Color preview on black background

This text has color #B19FBD on black background.


Color preview on white background

This text has color #B19FBD on white background.


Black color preview on #B19FBD background

This text has black color on #B19FBD background.


White color preview on #B19FBD background

This text has white color on #B19FBD background.


Related colors

Complementary color

Complementary color for #hex is #4E6042.


I love getcolorcode.com

Triadic colors

1 #BDB19F and #9FBDB1 with #B19FBD are triadic colors.

2 #BD9FB1 and #9FB1BD with #B19FBD are triadic colors.