COLOR #BB9AB9

HEX: #BB9AB9
RGB: (187,154,185)

Color info

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

RGB color model

#BB9AB9 color RGB value is (187,154,185).

  • red value is 187;
  • green value is 154;
  • blue value is 185.
RGB:
(187,154,185)
(73%,60%,73%)

RGB channels and saturation

R 187 of 255 = 73%
G 154 of 255 = 60%
B 185 of 255 = 73%

187
154
185

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

Portions of RGB colors in percentages

R + G + B =
187 + 154 + 185 = 526 (100%)
R 187 of 526 ~ 35.55%
G 154 of 526 ~ 29.28%
B 185 of 526 ~ 35.17%

%35.55
%29.28
%35.17

CMYK color model

#BB9AB9 color CMYK value is (0,18,1,27).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 1.07%
  • key color value is 26.67%
CMYK:
(0,18,1,27)
C0M18Y1K27 
(0%,18%,1%,27%)
(0.00/0.18/0.01/0.27)	

CMYK percentages

%0
%17.65
%1.07
%26.67

Codes

Color #BB9AB9 in popluar color models

BB9AB9
RGB187154185
HSL304°19.53%66.86%
HSB/HSV304°17.65%73.33%
CMYK0.00%17.65%1.07%
26.67%

Color #BB9AB9 in popluar number systems.

HEXBB9AB9
Decimal187154185
Binary101110111001101010111001
Octal273232271

Shades and tints

Shades of #BB9AB9

#BB9AB9
(187,154,185)
#AA8CA9
(170,140,169)
#997E99
(153,126,153)
#887089
(136,112,137)
#776279
(119,98,121)
#665469
(102,84,105)
#554659
(85,70,89)
#443849
(68,56,73)
#332A39
(51,42,57)
#221C29
(34,28,41)
#110E19
(17,14,25)
#000000
(0,0,0)

Tints of #BB9AB9

#BB9AB9
(187,154,185)
#C1A3BF
(193,163,191)
#C7ACC5
(199,172,197)
#CDB5CB
(205,181,203)
#D3BED1
(211,190,209)
#D9C7D7
(217,199,215)
#DFD0DD
(223,208,221)
#E5D9E3
(229,217,227)
#EBE2E9
(235,226,233)
#F1EBEF
(241,235,239)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9AB9 color. Also use rgb(187,154,185) instead hex code.

Text Font Color

.myTextColor { color: #BB9AB9; }

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

This text font color is #BB9AB9.


Background Color

.myBgColor { background-color: #BB9AB9; }

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

This div background color is #BB9AB9.


Border color

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

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

This div border color is #BB9AB9.


Opacity

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

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

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

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

This text has shadow with #BB9AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9AB9 on black background.


Color preview on white background

This text has color #BB9AB9 on white background.



Black color preview on #BB9AB9 background

This text has black color on #BB9AB9 background.


White color preview on #BB9AB9 background

This text has white color on #BB9AB9 background.