COLOR #BB9BB1

HEX: #BB9BB1
RGB: (187,155,177)

Color info

#BB9BB1 contains red, green and blue colors in about the same proportion. Web safe color of #BB9BB1 is #CC9999 (or #C99).

RGB color model

#BB9BB1 color RGB value is (187,155,177).

  • red value is 187;
  • green value is 155;
  • blue value is 177.
RGB:
(187,155,177)
(73%,61%,69%)

RGB channels and saturation

R 187 of 255 = 73%
G 155 of 255 = 61%
B 177 of 255 = 69%

187
155
177

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

Portions of RGB colors in percentages

R + G + B =
187 + 155 + 177 = 519 (100%)
R 187 of 519 ~ 36.03%
G 155 of 519 ~ 29.87%
B 177 of 519 ~ 34.1%

%36.03
%29.87
%34.1

CMYK color model

#BB9BB1 color CMYK value is (0,17,5,27).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 5.35%
  • key color value is 26.67%
CMYK:
(0,17,5,27)
C0M17Y5K27 
(0%,17%,5%,27%)
(0.00/0.17/0.05/0.27)	

CMYK percentages

%0
%17.11
%5.35
%26.67

Codes

Color #BB9BB1 in popluar color models

BB9BB1
RGB187155177
HSL319°19.05%67.06%
HSB/HSV319°17.11%73.33%
CMYK0.00%17.11%5.35%
26.67%

Color #BB9BB1 in popluar number systems.

HEXBB9BB1
Decimal187155177
Binary101110111001101110110001
Octal273233261

Shades and tints

Shades of #BB9BB1

#BB9BB1
(187,155,177)
#AA8DA1
(170,141,161)
#997F91
(153,127,145)
#887181
(136,113,129)
#776371
(119,99,113)
#665561
(102,85,97)
#554751
(85,71,81)
#443941
(68,57,65)
#332B31
(51,43,49)
#221D21
(34,29,33)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #BB9BB1

#BB9BB1
(187,155,177)
#C1A4B8
(193,164,184)
#C7ADBF
(199,173,191)
#CDB6C6
(205,182,198)
#D3BFCD
(211,191,205)
#D9C8D4
(217,200,212)
#DFD1DB
(223,209,219)
#E5DAE2
(229,218,226)
#EBE3E9
(235,227,233)
#F1ECF0
(241,236,240)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9BB1 color. Also use rgb(187,155,177) instead hex code.

Text Font Color

.myTextColor { color: #BB9BB1; }

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

This text font color is #BB9BB1.


Background Color

.myBgColor { background-color: #BB9BB1; }

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

This div background color is #BB9BB1.


Border color

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

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

This div border color is #BB9BB1.


Opacity

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

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

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

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

This text has shadow with #BB9BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9BB1 on black background.


Color preview on white background

This text has color #BB9BB1 on white background.



Black color preview on #BB9BB1 background

This text has black color on #BB9BB1 background.


White color preview on #BB9BB1 background

This text has white color on #BB9BB1 background.