COLOR #B19CBE

HEX: #B19CBE RGB: (177,156,190)

Color info

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

RGB color model

#B19CBE color RGB value is (177,156,190).

RGB: (177,156,190) (69%, 61%, 75%)

RGB channels and saturation

R 177 of 255 = 69%
G 156 of 255 = 61%
B 190 of 255 = 75%

177
156
190

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

Portions of RGB colors in percentages

R + G + B = 177 + 156 + 190 = 523 (100%)
R 177 of 523 ~ 33.84%
G 156 of 523 ~ 29.83%
B 190 of 523 ~ 36.33'%

%33.84
%29.83
%36.33

CMYK color model

#B19CBE color CMYK value is (7,18,0,25).

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

CMYK: (7,18,0,25)
C7M18Y0K25 (7%, 18%, 0%, 25%)
(0.07 / 0.18 / 0.00 / 0.25)

CMYK percentages

%6.84
%17.89
%0
%25.49

Codes

Color #B19CBE in popluar color models

B1 9C BE
RGB 177 156 190
HSL 277° 20.73% 67.84%
HSB/HSV 277° 17.89% 74.51%
CMYK 6.84% 17.89% 0.00%
25.49%

Color #B19CBE in popluar number systems.

HEX B1 9C BE
Decimal 177 156 190
Binary 10110001 10011100 10111110
Octal 261 234 276

Shades and tints

Shades of #B19CBE

#B19CBE
(177,156,190)
#A18EAD
(161,142,173)
#91809C
(145,128,156)
#81728B
(129,114,139)
#71647A
(113,100,122)
#615669
(97,86,105)
#514858
(81,72,88)
#413A47
(65,58,71)
#312C36
(49,44,54)
#211E25
(33,30,37)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #B19CBE

#B19CBE
(177,156,190)
#B8A5C3
(184,165,195)
#BFAEC8
(191,174,200)
#C6B7CD
(198,183,205)
#CDC0D2
(205,192,210)
#D4C9D7
(212,201,215)
#DBD2DC
(219,210,220)
#E2DBE1
(226,219,225)
#E9E4E6
(233,228,230)
#F0EDEB
(240,237,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19CBE; }

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

This text font color is #B19CBE.

Background Color

.myBgColor { background-color: #B19CBE; }

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

This div background color is #B19CBE.

Border color

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

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

This div border color is #B19CBE.

Opacity

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

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

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

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

This text has shadow with #B19CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19CBE.

Preview

Color preview on black background

This text has color #B19CBE on black background.


Color preview on white background

This text has color #B19CBE on white background.


Black color preview on #B19CBE background

This text has black color on #B19CBE background.


White color preview on #B19CBE background

This text has white color on #B19CBE background.


Related colors

Complementary color

Complementary color for #hex is #4E6341.


I love getcolorcode.com

Triadic colors

1 #BEB19C and #9CBEB1 with #B19CBE are triadic colors.

2 #BE9CB1 and #9CB1BE with #B19CBE are triadic colors.