COLOR #BBBAA6

HEX: #BBBAA6 RGB: (187,186,166)

Color info

#BBBAA6 contains red, green and blue colors in about the same proportion. Web safe color of #BBBAA6 is #CCCC99 (or #CC9).

RGB color model

#BBBAA6 color RGB value is (187,186,166).

RGB: (187,186,166) (73%, 73%, 65%)

RGB channels and saturation

R 187 of 255 = 73%
G 186 of 255 = 73%
B 166 of 255 = 65%

187
186
166

R + G + B ~ 70%. #BBBAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 186 + 166 = 539 (100%)
R 187 of 539 ~ 34.69%
G 186 of 539 ~ 34.51%
B 166 of 539 ~ 30.8'%

%34.69
%34.51
%30.8

CMYK color model

#BBBAA6 color CMYK value is (0,1,11,27).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 11.23%
  • key color value is 26.67%

CMYK: (0,1,11,27)
C0M1Y11K27 (0%, 1%, 11%, 27%)
(0.00 / 0.01 / 0.11 / 0.27)

CMYK percentages

%0
%0.53
%11.23
%26.67

Codes

Color #BBBAA6 in popluar color models

BB BA A6
RGB 187 186 166
HSL 57° 13.38% 69.22%
HSB/HSV 57° 11.23% 73.33%
CMYK 0.00% 0.53% 11.23%
26.67%

Color #BBBAA6 in popluar number systems.

HEX BB BA A6
Decimal 187 186 166
Binary 10111011 10111010 10100110
Octal 273 272 246

Shades and tints

Shades of #BBBAA6

#BBBAA6
(187,186,166)
#AAAA97
(170,170,151)
#999A88
(153,154,136)
#888A79
(136,138,121)
#777A6A
(119,122,106)
#666A5B
(102,106,91)
#555A4C
(85,90,76)
#444A3D
(68,74,61)
#333A2E
(51,58,46)
#222A1F
(34,42,31)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #BBBAA6

#BBBAA6
(187,186,166)
#C1C0AE
(193,192,174)
#C7C6B6
(199,198,182)
#CDCCBE
(205,204,190)
#D3D2C6
(211,210,198)
#D9D8CE
(217,216,206)
#DFDED6
(223,222,214)
#E5E4DE
(229,228,222)
#EBEAE6
(235,234,230)
#F1F0EE
(241,240,238)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBAA6; }

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

This text font color is #BBBAA6.

Background Color

.myBgColor { background-color: #BBBAA6; }

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

This div background color is #BBBAA6.

Border color

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

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

This div border color is #BBBAA6.

Opacity

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

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

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

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

This text has shadow with #BBBAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBAA6.

Preview

Color preview on black background

This text has color #BBBAA6 on black background.


Color preview on white background

This text has color #BBBAA6 on white background.


Black color preview on #BBBAA6 background

This text has black color on #BBBAA6 background.


White color preview on #BBBAA6 background

This text has white color on #BBBAA6 background.


Related colors

Complementary color

Complementary color for #hex is #444559.


I love getcolorcode.com

Triadic colors

1 #A6BBBA and #BAA6BB with #BBBAA6 are triadic colors.

2 #A6BABB and #BABBA6 with #BBBAA6 are triadic colors.