COLOR #BBA1A9

HEX: #BBA1A9 RGB: (187,161,169)

Color info

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

RGB color model

#BBA1A9 color RGB value is (187,161,169).

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

RGB channels and saturation

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

187
161
169

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

Portions of RGB colors in percentages

R + G + B = 187 + 161 + 169 = 517 (100%)
R 187 of 517 ~ 36.17%
G 161 of 517 ~ 31.14%
B 169 of 517 ~ 32.69'%

%36.17
%31.14
%32.69

CMYK color model

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

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

CMYK: (0,14,10,27)
C0M14Y10K27 (0%, 14%, 10%, 27%)
(0.00 / 0.14 / 0.10 / 0.27)

CMYK percentages

%0
%13.9
%9.63
%26.67

Codes

Color #BBA1A9 in popluar color models

BB A1 A9
RGB 187 161 169
HSL 342° 16.05% 68.24%
HSB/HSV 342° 13.90% 73.33%
CMYK 0.00% 13.90% 9.63%
26.67%

Color #BBA1A9 in popluar number systems.

HEX BB A1 A9
Decimal 187 161 169
Binary 10111011 10100001 10101001
Octal 273 241 251

Shades and tints

Shades of #BBA1A9

#BBA1A9
(187,161,169)
#AA939A
(170,147,154)
#99858B
(153,133,139)
#88777C
(136,119,124)
#77696D
(119,105,109)
#665B5E
(102,91,94)
#554D4F
(85,77,79)
#443F40
(68,63,64)
#333131
(51,49,49)
#222322
(34,35,34)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #BBA1A9

#BBA1A9
(187,161,169)
#C1A9B0
(193,169,176)
#C7B1B7
(199,177,183)
#CDB9BE
(205,185,190)
#D3C1C5
(211,193,197)
#D9C9CC
(217,201,204)
#DFD1D3
(223,209,211)
#E5D9DA
(229,217,218)
#EBE1E1
(235,225,225)
#F1E9E8
(241,233,232)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA1A9; }

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

This text font color is #BBA1A9.

Background Color

.myBgColor { background-color: #BBA1A9; }

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

This div background color is #BBA1A9.

Border color

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

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

This div border color is #BBA1A9.

Opacity

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

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

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

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

This text has shadow with #BBA1A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA1A9.

Preview

Color preview on black background

This text has color #BBA1A9 on black background.


Color preview on white background

This text has color #BBA1A9 on white background.


Black color preview on #BBA1A9 background

This text has black color on #BBA1A9 background.


White color preview on #BBA1A9 background

This text has white color on #BBA1A9 background.


Related colors

Complementary color

Complementary color for #hex is #445E56.


I love getcolorcode.com

Triadic colors

1 #A9BBA1 and #A1A9BB with #BBA1A9 are triadic colors.

2 #A9A1BB and #A1BBA9 with #BBA1A9 are triadic colors.