COLOR #BBB2BA

HEX: #BBB2BA RGB: (187,178,186)

Color info

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

RGB color model

#BBB2BA color RGB value is (187,178,186).

RGB: (187,178,186) (73%, 70%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 178 of 255 = 70%
B 186 of 255 = 73%

187
178
186

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

Portions of RGB colors in percentages

R + G + B = 187 + 178 + 186 = 551 (100%)
R 187 of 551 ~ 33.94%
G 178 of 551 ~ 32.3%
B 186 of 551 ~ 33.76'%

%33.94
%32.3
%33.76

CMYK color model

#BBB2BA color CMYK value is (0,5,1,27).

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

CMYK: (0,5,1,27)
C0M5Y1K27 (0%, 5%, 1%, 27%)
(0.00 / 0.05 / 0.01 / 0.27)

CMYK percentages

%0
%4.81
%0.53
%26.67

Codes

Color #BBB2BA in popluar color models

BB B2 BA
RGB 187 178 186
HSL 307° 6.21% 71.57%
HSB/HSV 307° 4.81% 73.33%
CMYK 0.00% 4.81% 0.53%
26.67%

Color #BBB2BA in popluar number systems.

HEX BB B2 BA
Decimal 187 178 186
Binary 10111011 10110010 10111010
Octal 273 262 272

Shades and tints

Shades of #BBB2BA

#BBB2BA
(187,178,186)
#AAA2AA
(170,162,170)
#99929A
(153,146,154)
#88828A
(136,130,138)
#77727A
(119,114,122)
#66626A
(102,98,106)
#55525A
(85,82,90)
#44424A
(68,66,74)
#33323A
(51,50,58)
#22222A
(34,34,42)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #BBB2BA

#BBB2BA
(187,178,186)
#C1B9C0
(193,185,192)
#C7C0C6
(199,192,198)
#CDC7CC
(205,199,204)
#D3CED2
(211,206,210)
#D9D5D8
(217,213,216)
#DFDCDE
(223,220,222)
#E5E3E4
(229,227,228)
#EBEAEA
(235,234,234)
#F1F1F0
(241,241,240)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB2BA; }

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

This text font color is #BBB2BA.

Background Color

.myBgColor { background-color: #BBB2BA; }

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

This div background color is #BBB2BA.

Border color

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

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

This div border color is #BBB2BA.

Opacity

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

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

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

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

This text has shadow with #BBB2BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB2BA.

Preview

Color preview on black background

This text has color #BBB2BA on black background.


Color preview on white background

This text has color #BBB2BA on white background.


Black color preview on #BBB2BA background

This text has black color on #BBB2BA background.


White color preview on #BBB2BA background

This text has white color on #BBB2BA background.


Related colors

Complementary color

Complementary color for #hex is #444D45.


I love getcolorcode.com

Triadic colors

1 #BABBB2 and #B2BABB with #BBB2BA are triadic colors.

2 #BAB2BB and #B2BBBA with #BBB2BA are triadic colors.