COLOR #B19ABD

HEX: #B19ABD RGB: (177,154,189)

Color info

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

RGB color model

#B19ABD color RGB value is (177,154,189).

RGB: (177,154,189) (69%, 60%, 74%)

RGB channels and saturation

R 177 of 255 = 69%
G 154 of 255 = 60%
B 189 of 255 = 74%

177
154
189

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

Portions of RGB colors in percentages

R + G + B = 177 + 154 + 189 = 520 (100%)
R 177 of 520 ~ 34.04%
G 154 of 520 ~ 29.62%
B 189 of 520 ~ 36.35'%

%34.04
%29.62
%36.35

CMYK color model

#B19ABD color CMYK value is (6,19,0,26).

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

CMYK: (6,19,0,26)
C6M19Y0K26 (6%, 19%, 0%, 26%)
(0.06 / 0.19 / 0.00 / 0.26)

CMYK percentages

%6.35
%18.52
%0
%25.88

Codes

Color #B19ABD in popluar color models

B1 9A BD
RGB 177 154 189
HSL 279° 20.96% 67.25%
HSB/HSV 279° 18.52% 74.12%
CMYK 6.35% 18.52% 0.00%
25.88%

Color #B19ABD in popluar number systems.

HEX B1 9A BD
Decimal 177 154 189
Binary 10110001 10011010 10111101
Octal 261 232 275

Shades and tints

Shades of #B19ABD

#B19ABD
(177,154,189)
#A18CAC
(161,140,172)
#917E9B
(145,126,155)
#81708A
(129,112,138)
#716279
(113,98,121)
#615468
(97,84,104)
#514657
(81,70,87)
#413846
(65,56,70)
#312A35
(49,42,53)
#211C24
(33,28,36)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #B19ABD

#B19ABD
(177,154,189)
#B8A3C3
(184,163,195)
#BFACC9
(191,172,201)
#C6B5CF
(198,181,207)
#CDBED5
(205,190,213)
#D4C7DB
(212,199,219)
#DBD0E1
(219,208,225)
#E2D9E7
(226,217,231)
#E9E2ED
(233,226,237)
#F0EBF3
(240,235,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19ABD; }

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

This text font color is #B19ABD.

Background Color

.myBgColor { background-color: #B19ABD; }

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

This div background color is #B19ABD.

Border color

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

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

This div border color is #B19ABD.

Opacity

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

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

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

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

This text has shadow with #B19ABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19ABD.

Preview

Color preview on black background

This text has color #B19ABD on black background.


Color preview on white background

This text has color #B19ABD on white background.


Black color preview on #B19ABD background

This text has black color on #B19ABD background.


White color preview on #B19ABD background

This text has white color on #B19ABD background.


Related colors

Complementary color

Complementary color for #hex is #4E6542.


I love getcolorcode.com

Triadic colors

1 #BDB19A and #9ABDB1 with #B19ABD are triadic colors.

2 #BD9AB1 and #9AB1BD with #B19ABD are triadic colors.