COLOR #BB9BAD

HEX: #BB9BAD
RGB: (187,155,173)

Color info

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

RGB color model

#BB9BAD color RGB value is (187,155,173).

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

RGB channels and saturation

R 187 of 255 = 73%
G 155 of 255 = 61%
B 173 of 255 = 68%

187
155
173

R + G + B ~ 67%. #BB9BAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 155 + 173 = 515 (100%)
R 187 of 515 ~ 36.31%
G 155 of 515 ~ 30.1%
B 173 of 515 ~ 33.59%

%36.31
%30.1
%33.59

CMYK color model

#BB9BAD color CMYK value is (0,17,7,27).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 7.49%
  • key color value is 26.67%
CMYK:
(0,17,7,27)
C0M17Y7K27 
(0%,17%,7%,27%)
(0.00/0.17/0.07/0.27)	

CMYK percentages

%0
%17.11
%7.49
%26.67

Codes

Color #BB9BAD in popluar color models

BB9BAD
RGB187155173
HSL326°19.05%67.06%
HSB/HSV326°17.11%73.33%
CMYK0.00%17.11%7.49%
26.67%

Color #BB9BAD in popluar number systems.

HEXBB9BAD
Decimal187155173
Binary101110111001101110101101
Octal273233255

Shades and tints

Shades of #BB9BAD

#BB9BAD
(187,155,173)
#AA8D9E
(170,141,158)
#997F8F
(153,127,143)
#887180
(136,113,128)
#776371
(119,99,113)
#665562
(102,85,98)
#554753
(85,71,83)
#443944
(68,57,68)
#332B35
(51,43,53)
#221D26
(34,29,38)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #BB9BAD

#BB9BAD
(187,155,173)
#C1A4B4
(193,164,180)
#C7ADBB
(199,173,187)
#CDB6C2
(205,182,194)
#D3BFC9
(211,191,201)
#D9C8D0
(217,200,208)
#DFD1D7
(223,209,215)
#E5DADE
(229,218,222)
#EBE3E5
(235,227,229)
#F1ECEC
(241,236,236)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9BAD; }

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

This text font color is #BB9BAD.


Background Color

.myBgColor { background-color: #BB9BAD; }

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

This div background color is #BB9BAD.


Border color

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

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

This div border color is #BB9BAD.


Opacity

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

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

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

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

This text has shadow with #BB9BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9BAD on black background.


Color preview on white background

This text has color #BB9BAD on white background.



Black color preview on #BB9BAD background

This text has black color on #BB9BAD background.


White color preview on #BB9BAD background

This text has white color on #BB9BAD background.