COLOR #BB9AB5

HEX: #BB9AB5 RGB: (187,154,181)

Color info

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

RGB color model

#BB9AB5 color RGB value is (187,154,181).

RGB: (187,154,181) (73%, 60%, 71%)

RGB channels and saturation

R 187 of 255 = 73%
G 154 of 255 = 60%
B 181 of 255 = 71%

187
154
181

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

Portions of RGB colors in percentages

R + G + B = 187 + 154 + 181 = 522 (100%)
R 187 of 522 ~ 35.82%
G 154 of 522 ~ 29.5%
B 181 of 522 ~ 34.67'%

%35.82
%29.5
%34.67

CMYK color model

#BB9AB5 color CMYK value is (0,18,3,27).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 3.21%
  • key color value is 26.67%

CMYK: (0,18,3,27)
C0M18Y3K27 (0%, 18%, 3%, 27%)
(0.00 / 0.18 / 0.03 / 0.27)

CMYK percentages

%0
%17.65
%3.21
%26.67

Codes

Color #BB9AB5 in popluar color models

BB 9A B5
RGB 187 154 181
HSL 311° 19.53% 66.86%
HSB/HSV 311° 17.65% 73.33%
CMYK 0.00% 17.65% 3.21%
26.67%

Color #BB9AB5 in popluar number systems.

HEX BB 9A B5
Decimal 187 154 181
Binary 10111011 10011010 10110101
Octal 273 232 265

Shades and tints

Shades of #BB9AB5

#BB9AB5
(187,154,181)
#AA8CA5
(170,140,165)
#997E95
(153,126,149)
#887085
(136,112,133)
#776275
(119,98,117)
#665465
(102,84,101)
#554655
(85,70,85)
#443845
(68,56,69)
#332A35
(51,42,53)
#221C25
(34,28,37)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #BB9AB5

#BB9AB5
(187,154,181)
#C1A3BB
(193,163,187)
#C7ACC1
(199,172,193)
#CDB5C7
(205,181,199)
#D3BECD
(211,190,205)
#D9C7D3
(217,199,211)
#DFD0D9
(223,208,217)
#E5D9DF
(229,217,223)
#EBE2E5
(235,226,229)
#F1EBEB
(241,235,235)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9AB5; }

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

This text font color is #BB9AB5.

Background Color

.myBgColor { background-color: #BB9AB5; }

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

This div background color is #BB9AB5.

Border color

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

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

This div border color is #BB9AB5.

Opacity

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

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

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

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

This text has shadow with #BB9AB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9AB5.

Preview

Color preview on black background

This text has color #BB9AB5 on black background.


Color preview on white background

This text has color #BB9AB5 on white background.


Black color preview on #BB9AB5 background

This text has black color on #BB9AB5 background.


White color preview on #BB9AB5 background

This text has white color on #BB9AB5 background.


Related colors

Complementary color

Complementary color for #hex is #44654A.


I love getcolorcode.com

Triadic colors

1 #B5BB9A and #9AB5BB with #BB9AB5 are triadic colors.

2 #B59ABB and #9ABBB5 with #BB9AB5 are triadic colors.