COLOR #BB9BA6

HEX: #BB9BA6
RGB: (187,155,166)

Color info

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

RGB color model

#BB9BA6 color RGB value is (187,155,166).

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

RGB channels and saturation

R 187 of 255 = 73%
G 155 of 255 = 61%
B 166 of 255 = 65%

187
155
166

R + G + B ~ 66%. #BB9BA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 155 + 166 = 508 (100%)
R 187 of 508 ~ 36.81%
G 155 of 508 ~ 30.51%
B 166 of 508 ~ 32.68%

%36.81
%30.51
%32.68

CMYK color model

#BB9BA6 color CMYK value is (0,17,11,27).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 11.23%
  • key color value is 26.67%
CMYK:
(0,17,11,27)
C0M17Y11K27 
(0%,17%,11%,27%)
(0.00/0.17/0.11/0.27)	

CMYK percentages

%0
%17.11
%11.23
%26.67

Codes

Color #BB9BA6 in popluar color models

BB9BA6
RGB187155166
HSL339°19.05%67.06%
HSB/HSV339°17.11%73.33%
CMYK0.00%17.11%11.23%
26.67%

Color #BB9BA6 in popluar number systems.

HEXBB9BA6
Decimal187155166
Binary101110111001101110100110
Octal273233246

Shades and tints

Shades of #BB9BA6

#BB9BA6
(187,155,166)
#AA8D97
(170,141,151)
#997F88
(153,127,136)
#887179
(136,113,121)
#77636A
(119,99,106)
#66555B
(102,85,91)
#55474C
(85,71,76)
#44393D
(68,57,61)
#332B2E
(51,43,46)
#221D1F
(34,29,31)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #BB9BA6

#BB9BA6
(187,155,166)
#C1A4AE
(193,164,174)
#C7ADB6
(199,173,182)
#CDB6BE
(205,182,190)
#D3BFC6
(211,191,198)
#D9C8CE
(217,200,206)
#DFD1D6
(223,209,214)
#E5DADE
(229,218,222)
#EBE3E6
(235,227,230)
#F1ECEE
(241,236,238)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9BA6; }

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

This text font color is #BB9BA6.


Background Color

.myBgColor { background-color: #BB9BA6; }

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

This div background color is #BB9BA6.


Border color

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

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

This div border color is #BB9BA6.


Opacity

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

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

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

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

This text has shadow with #BB9BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9BA6 on black background.


Color preview on white background

This text has color #BB9BA6 on white background.



Black color preview on #BB9BA6 background

This text has black color on #BB9BA6 background.


White color preview on #BB9BA6 background

This text has white color on #BB9BA6 background.