COLOR #BBAAAB

HEX: #BBAAAB RGB: (187,170,171)

Color info

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

RGB color model

#BBAAAB color RGB value is (187,170,171).

RGB: (187,170,171) (73%, 67%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 171 of 255 = 67%

187
170
171

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

Portions of RGB colors in percentages

R + G + B = 187 + 170 + 171 = 528 (100%)
R 187 of 528 ~ 35.42%
G 170 of 528 ~ 32.2%
B 171 of 528 ~ 32.39'%

%35.42
%32.2
%32.39

CMYK color model

#BBAAAB color CMYK value is (0,9,9,27).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 8.56%
  • key color value is 26.67%

CMYK: (0,9,9,27)
C0M9Y9K27 (0%, 9%, 9%, 27%)
(0.00 / 0.09 / 0.09 / 0.27)

CMYK percentages

%0
%9.09
%8.56
%26.67

Codes

Color #BBAAAB in popluar color models

BB AA AB
RGB 187 170 171
HSL 356° 11.11% 70.00%
HSB/HSV 356° 9.09% 73.33%
CMYK 0.00% 9.09% 8.56%
26.67%

Color #BBAAAB in popluar number systems.

HEX BB AA AB
Decimal 187 170 171
Binary 10111011 10101010 10101011
Octal 273 252 253

Shades and tints

Shades of #BBAAAB

#BBAAAB
(187,170,171)
#AA9B9C
(170,155,156)
#998C8D
(153,140,141)
#887D7E
(136,125,126)
#776E6F
(119,110,111)
#665F60
(102,95,96)
#555051
(85,80,81)
#444142
(68,65,66)
#333233
(51,50,51)
#222324
(34,35,36)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #BBAAAB

#BBAAAB
(187,170,171)
#C1B1B2
(193,177,178)
#C7B8B9
(199,184,185)
#CDBFC0
(205,191,192)
#D3C6C7
(211,198,199)
#D9CDCE
(217,205,206)
#DFD4D5
(223,212,213)
#E5DBDC
(229,219,220)
#EBE2E3
(235,226,227)
#F1E9EA
(241,233,234)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAAAB; }

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

This text font color is #BBAAAB.

Background Color

.myBgColor { background-color: #BBAAAB; }

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

This div background color is #BBAAAB.

Border color

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

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

This div border color is #BBAAAB.

Opacity

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

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

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

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

This text has shadow with #BBAAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAAAB.

Preview

Color preview on black background

This text has color #BBAAAB on black background.


Color preview on white background

This text has color #BBAAAB on white background.


Black color preview on #BBAAAB background

This text has black color on #BBAAAB background.


White color preview on #BBAAAB background

This text has white color on #BBAAAB background.


Related colors

Complementary color

Complementary color for #hex is #445554.


I love getcolorcode.com

Triadic colors

1 #ABBBAA and #AAABBB with #BBAAAB are triadic colors.

2 #ABAABB and #AABBAB with #BBAAAB are triadic colors.