COLOR #B19ABE

HEX: #B19ABE RGB: (177,154,190)

Color info

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

RGB color model

#B19ABE color RGB value is (177,154,190).

RGB: (177,154,190) (69%, 60%, 75%)

RGB channels and saturation

R 177 of 255 = 69%
G 154 of 255 = 60%
B 190 of 255 = 75%

177
154
190

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

Portions of RGB colors in percentages

R + G + B = 177 + 154 + 190 = 521 (100%)
R 177 of 521 ~ 33.97%
G 154 of 521 ~ 29.56%
B 190 of 521 ~ 36.47'%

%33.97
%29.56
%36.47

CMYK color model

#B19ABE color CMYK value is (7,19,0,25).

  • cyan value is 6.84%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (7,19,0,25)
C7M19Y0K25 (7%, 19%, 0%, 25%)
(0.07 / 0.19 / 0.00 / 0.25)

CMYK percentages

%6.84
%18.95
%0
%25.49

Codes

Color #B19ABE in popluar color models

B1 9A BE
RGB 177 154 190
HSL 278° 21.69% 67.45%
HSB/HSV 278° 18.95% 74.51%
CMYK 6.84% 18.95% 0.00%
25.49%

Color #B19ABE in popluar number systems.

HEX B1 9A BE
Decimal 177 154 190
Binary 10110001 10011010 10111110
Octal 261 232 276

Shades and tints

Shades of #B19ABE

#B19ABE
(177,154,190)
#A18CAD
(161,140,173)
#917E9C
(145,126,156)
#81708B
(129,112,139)
#71627A
(113,98,122)
#615469
(97,84,105)
#514658
(81,70,88)
#413847
(65,56,71)
#312A36
(49,42,54)
#211C25
(33,28,37)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #B19ABE

#B19ABE
(177,154,190)
#B8A3C3
(184,163,195)
#BFACC8
(191,172,200)
#C6B5CD
(198,181,205)
#CDBED2
(205,190,210)
#D4C7D7
(212,199,215)
#DBD0DC
(219,208,220)
#E2D9E1
(226,217,225)
#E9E2E6
(233,226,230)
#F0EBEB
(240,235,235)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19ABE; }

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

This text font color is #B19ABE.

Background Color

.myBgColor { background-color: #B19ABE; }

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

This div background color is #B19ABE.

Border color

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

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

This div border color is #B19ABE.

Opacity

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

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

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

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

This text has shadow with #B19ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19ABE.

Preview

Color preview on black background

This text has color #B19ABE on black background.


Color preview on white background

This text has color #B19ABE on white background.


Black color preview on #B19ABE background

This text has black color on #B19ABE background.


White color preview on #B19ABE background

This text has white color on #B19ABE background.


Related colors

Complementary color

Complementary color for #hex is #4E6541.


I love getcolorcode.com

Triadic colors

1 #BEB19A and #9ABEB1 with #B19ABE are triadic colors.

2 #BE9AB1 and #9AB1BE with #B19ABE are triadic colors.