COLOR #BBAAB8

HEX: #BBAAB8 RGB: (187,170,184)

Color info

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

RGB color model

#BBAAB8 color RGB value is (187,170,184).

RGB: (187,170,184) (73%, 67%, 72%)

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 184 of 255 = 72%

187
170
184

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

Portions of RGB colors in percentages

R + G + B = 187 + 170 + 184 = 541 (100%)
R 187 of 541 ~ 34.57%
G 170 of 541 ~ 31.42%
B 184 of 541 ~ 34.01'%

%34.57
%31.42
%34.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 1.60%
  • key color value is 26.67%
CMYK: (0,9,2,27) C0M9Y2K27 (0%,9%,2%,27%) (0.00/0.09/0.02/0.27) 

CMYK percentages

%0
%9.09
%1.6
%26.67

Codes

Color #BBAAB8 in popluar color models

BB AA B8
RGB 187 170 184
HSL 311° 11.11% 70.00%
HSB/HSV 311° 9.09% 73.33%
CMYK 0.00% 9.09% 1.60%
26.67%

Color #BBAAB8 in popluar number systems.

HEX BB AA B8
Decimal 187 170 184
Binary 10111011 10101010 10111000
Octal 273 252 270

Shades and tints

Shades of #BBAAB8

#BBAAB8
(187,170,184)
#AA9BA8
(170,155,168)
#998C98
(153,140,152)
#887D88
(136,125,136)
#776E78
(119,110,120)
#665F68
(102,95,104)
#555058
(85,80,88)
#444148
(68,65,72)
#333238
(51,50,56)
#222328
(34,35,40)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #BBAAB8

#BBAAB8
(187,170,184)
#C1B1BE
(193,177,190)
#C7B8C4
(199,184,196)
#CDBFCA
(205,191,202)
#D3C6D0
(211,198,208)
#D9CDD6
(217,205,214)
#DFD4DC
(223,212,220)
#E5DBE2
(229,219,226)
#EBE2E8
(235,226,232)
#F1E9EE
(241,233,238)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAAB8; }

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

This text font color is #BBAAB8.

Background Color

.myBgColor { background-color: #BBAAB8; }

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

This div background color is #BBAAB8.

Border color

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

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

This div border color is #BBAAB8.

Opacity

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

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

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

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

This text has shadow with #BBAAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAAB8.

Preview

Color preview on black background

This text has color #BBAAB8 on black background.


Color preview on white background

This text has color #BBAAB8 on white background.


Black color preview on #BBAAB8 background

This text has black color on #BBAAB8 background.


White color preview on #BBAAB8 background

This text has white color on #BBAAB8 background.


Related colors

Complementary color

Complementary color for #hex is #445547.


I love getcolorcode.com

Triadic colors

1 #B8BBAA and #AAB8BB with #BBAAB8 are triadic colors.

2 #B8AABB and #AABBB8 with #BBAAB8 are triadic colors.