COLOR #BBB2AA

HEX: #BBB2AA RGB: (187,178,170)

Color info

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

RGB color model

#BBB2AA color RGB value is (187,178,170).

RGB: (187,178,170) (73%, 70%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 178 of 255 = 70%
B 170 of 255 = 67%

187
178
170

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

Portions of RGB colors in percentages

R + G + B = 187 + 178 + 170 = 535 (100%)
R 187 of 535 ~ 34.95%
G 178 of 535 ~ 33.27%
B 170 of 535 ~ 31.78'%

%34.95
%33.27
%31.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.81%
  • yellow value is 9.09%
  • key color value is 26.67%
CMYK: (0,5,9,27) C0M5Y9K27 (0%,5%,9%,27%) (0.00/0.05/0.09/0.27) 

CMYK percentages

%0
%4.81
%9.09
%26.67

Codes

Color #BBB2AA in popluar color models

BB B2 AA
RGB 187 178 170
HSL 28° 11.11% 70.00%
HSB/HSV 28° 9.09% 73.33%
CMYK 0.00% 4.81% 9.09%
26.67%

Color #BBB2AA in popluar number systems.

HEX BB B2 AA
Decimal 187 178 170
Binary 10111011 10110010 10101010
Octal 273 262 252

Shades and tints

Shades of #BBB2AA

#BBB2AA
(187,178,170)
#AAA29B
(170,162,155)
#99928C
(153,146,140)
#88827D
(136,130,125)
#77726E
(119,114,110)
#66625F
(102,98,95)
#555250
(85,82,80)
#444241
(68,66,65)
#333232
(51,50,50)
#222223
(34,34,35)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #BBB2AA

#BBB2AA
(187,178,170)
#C1B9B1
(193,185,177)
#C7C0B8
(199,192,184)
#CDC7BF
(205,199,191)
#D3CEC6
(211,206,198)
#D9D5CD
(217,213,205)
#DFDCD4
(223,220,212)
#E5E3DB
(229,227,219)
#EBEAE2
(235,234,226)
#F1F1E9
(241,241,233)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB2AA; }

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

This text font color is #BBB2AA.

Background Color

.myBgColor { background-color: #BBB2AA; }

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

This div background color is #BBB2AA.

Border color

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

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

This div border color is #BBB2AA.

Opacity

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

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

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

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

This text has shadow with #BBB2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB2AA.

Preview

Color preview on black background

This text has color #BBB2AA on black background.


Color preview on white background

This text has color #BBB2AA on white background.


Black color preview on #BBB2AA background

This text has black color on #BBB2AA background.


White color preview on #BBB2AA background

This text has white color on #BBB2AA background.


Related colors

Complementary color

Complementary color for #hex is #444D55.


I love getcolorcode.com

Triadic colors

1 #AABBB2 and #B2AABB with #BBB2AA are triadic colors.

2 #AAB2BB and #B2BBAA with #BBB2AA are triadic colors.