COLOR #BB91BD

HEX: #BB91BD RGB: (187,145,189)

Color info

#BB91BD contains red, green and blue colors in about the same proportion. Web safe color of #BB91BD is #CC99CC (or #C9C).

RGB color model

#BB91BD color RGB value is (187,145,189).

RGB: (187,145,189) (73%, 57%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 145 of 255 = 57%
B 189 of 255 = 74%

187
145
189

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

Portions of RGB colors in percentages

R + G + B = 187 + 145 + 189 = 521 (100%)
R 187 of 521 ~ 35.89%
G 145 of 521 ~ 27.83%
B 189 of 521 ~ 36.28'%

%35.89
%27.83
%36.28

CMYK color model

#BB91BD color CMYK value is (1,23,0,26).

  • cyan value is 1.06%
  • magenta value is 23.28%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (1,23,0,26) C1M23Y0K26 (1%,23%,0%,26%) (0.01/0.23/0.00/0.26) 

CMYK percentages

%1.06
%23.28
%0
%25.88

Codes

Color #BB91BD in popluar color models

BB 91 BD
RGB 187 145 189
HSL 297° 25.00% 65.49%
HSB/HSV 297° 23.28% 74.12%
CMYK 1.06% 23.28% 0.00%
25.88%

Color #BB91BD in popluar number systems.

HEX BB 91 BD
Decimal 187 145 189
Binary 10111011 10010001 10111101
Octal 273 221 275

Shades and tints

Shades of #BB91BD

#BB91BD
(187,145,189)
#AA84AC
(170,132,172)
#99779B
(153,119,155)
#886A8A
(136,106,138)
#775D79
(119,93,121)
#665068
(102,80,104)
#554357
(85,67,87)
#443646
(68,54,70)
#332935
(51,41,53)
#221C24
(34,28,36)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #BB91BD

#BB91BD
(187,145,189)
#C19BC3
(193,155,195)
#C7A5C9
(199,165,201)
#CDAFCF
(205,175,207)
#D3B9D5
(211,185,213)
#D9C3DB
(217,195,219)
#DFCDE1
(223,205,225)
#E5D7E7
(229,215,231)
#EBE1ED
(235,225,237)
#F1EBF3
(241,235,243)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB91BD color. Also use rgb(187,145,189) instead hex code.

Text Font Color

.myTextColor { color: #BB91BD; }

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

This text font color is #BB91BD.

Background Color

.myBgColor { background-color: #BB91BD; }

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

This div background color is #BB91BD.

Border color

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

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

This div border color is #BB91BD.

Opacity

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

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

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

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

This text has shadow with #BB91BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB91BD.

Preview

Color preview on black background

This text has color #BB91BD on black background.


Color preview on white background

This text has color #BB91BD on white background.


Black color preview on #BB91BD background

This text has black color on #BB91BD background.


White color preview on #BB91BD background

This text has white color on #BB91BD background.


Related colors

Complementary color

Complementary color for #hex is #446E42.


I love getcolorcode.com

Triadic colors

1 #BDBB91 and #91BDBB with #BB91BD are triadic colors.

2 #BD91BB and #91BBBD with #BB91BD are triadic colors.