COLOR #BBABBA

HEX: #BBABBA RGB: (187,171,186)

Color info

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

RGB color model

#BBABBA color RGB value is (187,171,186).

RGB: (187,171,186) (73%, 67%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 186 of 255 = 73%

187
171
186

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

Portions of RGB colors in percentages

R + G + B = 187 + 171 + 186 = 544 (100%)
R 187 of 544 ~ 34.38%
G 171 of 544 ~ 31.43%
B 186 of 544 ~ 34.19'%

%34.38
%31.43
%34.19

CMYK color model

#BBABBA color CMYK value is (0,9,1,27).

  • cyan value is 0.00%
  • magenta value is 8.56%
  • yellow value is 0.53%
  • key color value is 26.67%
CMYK: (0,9,1,27) C0M9Y1K27 (0%,9%,1%,27%) (0.00/0.09/0.01/0.27) 

CMYK percentages

%0
%8.56
%0.53
%26.67

Codes

Color #BBABBA in popluar color models

BB AB BA
RGB 187 171 186
HSL 304° 10.53% 70.20%
HSB/HSV 304° 8.56% 73.33%
CMYK 0.00% 8.56% 0.53%
26.67%

Color #BBABBA in popluar number systems.

HEX BB AB BA
Decimal 187 171 186
Binary 10111011 10101011 10111010
Octal 273 253 272

Shades and tints

Shades of #BBABBA

#BBABBA
(187,171,186)
#AA9CAA
(170,156,170)
#998D9A
(153,141,154)
#887E8A
(136,126,138)
#776F7A
(119,111,122)
#66606A
(102,96,106)
#55515A
(85,81,90)
#44424A
(68,66,74)
#33333A
(51,51,58)
#22242A
(34,36,42)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #BBABBA

#BBABBA
(187,171,186)
#C1B2C0
(193,178,192)
#C7B9C6
(199,185,198)
#CDC0CC
(205,192,204)
#D3C7D2
(211,199,210)
#D9CED8
(217,206,216)
#DFD5DE
(223,213,222)
#E5DCE4
(229,220,228)
#EBE3EA
(235,227,234)
#F1EAF0
(241,234,240)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABBA; }

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

This text font color is #BBABBA.

Background Color

.myBgColor { background-color: #BBABBA; }

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

This div background color is #BBABBA.

Border color

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

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

This div border color is #BBABBA.

Opacity

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

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

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

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

This text has shadow with #BBABBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBABBA.

Preview

Color preview on black background

This text has color #BBABBA on black background.


Color preview on white background

This text has color #BBABBA on white background.


Black color preview on #BBABBA background

This text has black color on #BBABBA background.


White color preview on #BBABBA background

This text has white color on #BBABBA background.


Related colors

Complementary color

Complementary color for #hex is #445445.


I love getcolorcode.com

Triadic colors

1 #BABBAB and #ABBABB with #BBABBA are triadic colors.

2 #BAABBB and #ABBBBA with #BBABBA are triadic colors.