COLOR #BBA9AC

HEX: #BBA9AC RGB: (187,169,172)

Color info

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

RGB color model

#BBA9AC color RGB value is (187,169,172).

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

RGB channels and saturation

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

187
169
172

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

Portions of RGB colors in percentages

R + G + B = 187 + 169 + 172 = 528 (100%)
R 187 of 528 ~ 35.42%
G 169 of 528 ~ 32.01%
B 172 of 528 ~ 32.58'%

%35.42
%32.01
%32.58

CMYK color model

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

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

CMYK: (0,10,8,27)
C0M10Y8K27 (0%, 10%, 8%, 27%)
(0.00 / 0.10 / 0.08 / 0.27)

CMYK percentages

%0
%9.63
%8.02
%26.67

Codes

Color #BBA9AC in popluar color models

BB A9 AC
RGB 187 169 172
HSL 350° 11.69% 69.80%
HSB/HSV 350° 9.63% 73.33%
CMYK 0.00% 9.63% 8.02%
26.67%

Color #BBA9AC in popluar number systems.

HEX BB A9 AC
Decimal 187 169 172
Binary 10111011 10101001 10101100
Octal 273 251 254

Shades and tints

Shades of #BBA9AC

#BBA9AC
(187,169,172)
#AA9A9D
(170,154,157)
#998B8E
(153,139,142)
#887C7F
(136,124,127)
#776D70
(119,109,112)
#665E61
(102,94,97)
#554F52
(85,79,82)
#444043
(68,64,67)
#333134
(51,49,52)
#222225
(34,34,37)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #BBA9AC

#BBA9AC
(187,169,172)
#C1B0B3
(193,176,179)
#C7B7BA
(199,183,186)
#CDBEC1
(205,190,193)
#D3C5C8
(211,197,200)
#D9CCCF
(217,204,207)
#DFD3D6
(223,211,214)
#E5DADD
(229,218,221)
#EBE1E4
(235,225,228)
#F1E8EB
(241,232,235)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA9AC; }

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

This text font color is #BBA9AC.

Background Color

.myBgColor { background-color: #BBA9AC; }

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

This div background color is #BBA9AC.

Border color

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

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

This div border color is #BBA9AC.

Opacity

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

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

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

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

This text has shadow with #BBA9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA9AC.

Preview

Color preview on black background

This text has color #BBA9AC on black background.


Color preview on white background

This text has color #BBA9AC on white background.


Black color preview on #BBA9AC background

This text has black color on #BBA9AC background.


White color preview on #BBA9AC background

This text has white color on #BBA9AC background.


Related colors

Complementary color

Complementary color for #hex is #445653.


I love getcolorcode.com

Triadic colors

1 #ACBBA9 and #A9ACBB with #BBA9AC are triadic colors.

2 #ACA9BB and #A9BBAC with #BBA9AC are triadic colors.