COLOR #BBA9BB

HEX: #BBA9BB RGB: (187,169,187)

Color info

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

RGB color model

#BBA9BB color RGB value is (187,169,187).

RGB: (187,169,187) (73%, 66%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 169 of 255 = 66%
B 187 of 255 = 73%

187
169
187

R + G + B ~ 71%. #BBA9BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 169 + 187 = 543 (100%)
R 187 of 543 ~ 34.44%
G 169 of 543 ~ 31.12%
B 187 of 543 ~ 34.44'%

%34.44
%31.12
%34.44

CMYK color model

#BBA9BB color CMYK value is (0,10,0,27).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (0,10,0,27)
C0M10Y0K27 (0%, 10%, 0%, 27%)
(0.00 / 0.10 / 0.00 / 0.27)

CMYK percentages

%0
%9.63
%0
%26.67

Codes

Color #BBA9BB in popluar color models

BB A9 BB
RGB 187 169 187
HSL 300° 11.69% 69.80%
HSB/HSV 300° 9.63% 73.33%
CMYK 0.00% 9.63% 0.00%
26.67%

Color #BBA9BB in popluar number systems.

HEX BB A9 BB
Decimal 187 169 187
Binary 10111011 10101001 10111011
Octal 273 251 273

Shades and tints

Shades of #BBA9BB

#BBA9BB
(187,169,187)
#AA9AAA
(170,154,170)
#998B99
(153,139,153)
#887C88
(136,124,136)
#776D77
(119,109,119)
#665E66
(102,94,102)
#554F55
(85,79,85)
#444044
(68,64,68)
#333133
(51,49,51)
#222222
(34,34,34)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #BBA9BB

#BBA9BB
(187,169,187)
#C1B0C1
(193,176,193)
#C7B7C7
(199,183,199)
#CDBECD
(205,190,205)
#D3C5D3
(211,197,211)
#D9CCD9
(217,204,217)
#DFD3DF
(223,211,223)
#E5DAE5
(229,218,229)
#EBE1EB
(235,225,235)
#F1E8F1
(241,232,241)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA9BB; }

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

This text font color is #BBA9BB.

Background Color

.myBgColor { background-color: #BBA9BB; }

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

This div background color is #BBA9BB.

Border color

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

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

This div border color is #BBA9BB.

Opacity

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

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

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

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

This text has shadow with #BBA9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA9BB.

Preview

Color preview on black background

This text has color #BBA9BB on black background.


Color preview on white background

This text has color #BBA9BB on white background.


Black color preview on #BBA9BB background

This text has black color on #BBA9BB background.


White color preview on #BBA9BB background

This text has white color on #BBA9BB background.


Related colors

Complementary color

Complementary color for #hex is #445644.


I love getcolorcode.com

Triadic colors

1 #BBBBA9 and #A9BBBB with #BBA9BB are triadic colors.

2 #BBA9BB and #A9BBBB with #BBA9BB are triadic colors.