COLOR #BBB0BA

HEX: #BBB0BA RGB: (187,176,186)

Color info

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

RGB color model

#BBB0BA color RGB value is (187,176,186).

RGB: (187,176,186) (73%, 69%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 176 of 255 = 69%
B 186 of 255 = 73%

187
176
186

R + G + B ~ 72%. #BBB0BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 176 + 186 = 549 (100%)
R 187 of 549 ~ 34.06%
G 176 of 549 ~ 32.06%
B 186 of 549 ~ 33.88'%

%34.06
%32.06
%33.88

CMYK color model

#BBB0BA color CMYK value is (0,6,1,27).

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

CMYK: (0,6,1,27)
C0M6Y1K27 (0%, 6%, 1%, 27%)
(0.00 / 0.06 / 0.01 / 0.27)

CMYK percentages

%0
%5.88
%0.53
%26.67

Codes

Color #BBB0BA in popluar color models

BB B0 BA
RGB 187 176 186
HSL 305° 7.48% 71.18%
HSB/HSV 305° 5.88% 73.33%
CMYK 0.00% 5.88% 0.53%
26.67%

Color #BBB0BA in popluar number systems.

HEX BB B0 BA
Decimal 187 176 186
Binary 10111011 10110000 10111010
Octal 273 260 272

Shades and tints

Shades of #BBB0BA

#BBB0BA
(187,176,186)
#AAA0AA
(170,160,170)
#99909A
(153,144,154)
#88808A
(136,128,138)
#77707A
(119,112,122)
#66606A
(102,96,106)
#55505A
(85,80,90)
#44404A
(68,64,74)
#33303A
(51,48,58)
#22202A
(34,32,42)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #BBB0BA

#BBB0BA
(187,176,186)
#C1B7C0
(193,183,192)
#C7BEC6
(199,190,198)
#CDC5CC
(205,197,204)
#D3CCD2
(211,204,210)
#D9D3D8
(217,211,216)
#DFDADE
(223,218,222)
#E5E1E4
(229,225,228)
#EBE8EA
(235,232,234)
#F1EFF0
(241,239,240)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB0BA; }

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

This text font color is #BBB0BA.

Background Color

.myBgColor { background-color: #BBB0BA; }

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

This div background color is #BBB0BA.

Border color

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

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

This div border color is #BBB0BA.

Opacity

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

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

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

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

This text has shadow with #BBB0BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB0BA.

Preview

Color preview on black background

This text has color #BBB0BA on black background.


Color preview on white background

This text has color #BBB0BA on white background.


Black color preview on #BBB0BA background

This text has black color on #BBB0BA background.


White color preview on #BBB0BA background

This text has white color on #BBB0BA background.


Related colors

Complementary color

Complementary color for #hex is #444F45.


I love getcolorcode.com

Triadic colors

1 #BABBB0 and #B0BABB with #BBB0BA are triadic colors.

2 #BAB0BB and #B0BBBA with #BBB0BA are triadic colors.