COLOR #BB9DB5

HEX: #BB9DB5
RGB: (187,157,181)

Color info

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

RGB color model

#BB9DB5 color RGB value is (187,157,181).

  • red value is 187;
  • green value is 157;
  • blue value is 181.
RGB:
(187,157,181)
(73%,62%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 157 of 255 = 62%
B 181 of 255 = 71%

187
157
181

R + G + B ~ 69%. #BB9DB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 157 + 181 = 525 (100%)
R 187 of 525 ~ 35.62%
G 157 of 525 ~ 29.9%
B 181 of 525 ~ 34.48%

%35.62
%29.9
%34.48

CMYK color model

#BB9DB5 color CMYK value is (0,16,3,27).

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 3.21%
  • key color value is 26.67%
CMYK:
(0,16,3,27)
C0M16Y3K27 
(0%,16%,3%,27%)
(0.00/0.16/0.03/0.27)	

CMYK percentages

%0
%16.04
%3.21
%26.67

Codes

Color #BB9DB5 in popluar color models

BB9DB5
RGB187157181
HSL312°18.07%67.45%
HSB/HSV312°16.04%73.33%
CMYK0.00%16.04%3.21%
26.67%

Color #BB9DB5 in popluar number systems.

HEXBB9DB5
Decimal187157181
Binary101110111001110110110101
Octal273235265

Shades and tints

Shades of #BB9DB5

#BB9DB5
(187,157,181)
#AA8FA5
(170,143,165)
#998195
(153,129,149)
#887385
(136,115,133)
#776575
(119,101,117)
#665765
(102,87,101)
#554955
(85,73,85)
#443B45
(68,59,69)
#332D35
(51,45,53)
#221F25
(34,31,37)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #BB9DB5

#BB9DB5
(187,157,181)
#C1A5BB
(193,165,187)
#C7ADC1
(199,173,193)
#CDB5C7
(205,181,199)
#D3BDCD
(211,189,205)
#D9C5D3
(217,197,211)
#DFCDD9
(223,205,217)
#E5D5DF
(229,213,223)
#EBDDE5
(235,221,229)
#F1E5EB
(241,229,235)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9DB5 color. Also use rgb(187,157,181) instead hex code.

Text Font Color

.myTextColor { color: #BB9DB5; }

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

This text font color is #BB9DB5.


Background Color

.myBgColor { background-color: #BB9DB5; }

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

This div background color is #BB9DB5.


Border color

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

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

This div border color is #BB9DB5.


Opacity

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

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

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

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

This text has shadow with #BB9DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9DB5 on black background.


Color preview on white background

This text has color #BB9DB5 on white background.



Black color preview on #BB9DB5 background

This text has black color on #BB9DB5 background.


White color preview on #BB9DB5 background

This text has white color on #BB9DB5 background.