COLOR #BBABB5

HEX: #BBABB5 RGB: (187,171,181)

Color info

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

RGB color model

#BBABB5 color RGB value is (187,171,181).

RGB: (187,171,181) (73%, 67%, 71%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 181 of 255 = 71%

187
171
181

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

Portions of RGB colors in percentages

R + G + B = 187 + 171 + 181 = 539 (100%)
R 187 of 539 ~ 34.69%
G 171 of 539 ~ 31.73%
B 181 of 539 ~ 33.58'%

%34.69
%31.73
%33.58

CMYK color model

#BBABB5 color CMYK value is (0,9,3,27).

  • cyan value is 0.00%
  • magenta value is 8.56%
  • yellow value is 3.21%
  • key color value is 26.67%

CMYK: (0,9,3,27)
C0M9Y3K27 (0%, 9%, 3%, 27%)
(0.00 / 0.09 / 0.03 / 0.27)

CMYK percentages

%0
%8.56
%3.21
%26.67

Codes

Color #BBABB5 in popluar color models

BB AB B5
RGB 187 171 181
HSL 323° 10.53% 70.20%
HSB/HSV 323° 8.56% 73.33%
CMYK 0.00% 8.56% 3.21%
26.67%

Color #BBABB5 in popluar number systems.

HEX BB AB B5
Decimal 187 171 181
Binary 10111011 10101011 10110101
Octal 273 253 265

Shades and tints

Shades of #BBABB5

#BBABB5
(187,171,181)
#AA9CA5
(170,156,165)
#998D95
(153,141,149)
#887E85
(136,126,133)
#776F75
(119,111,117)
#666065
(102,96,101)
#555155
(85,81,85)
#444245
(68,66,69)
#333335
(51,51,53)
#222425
(34,36,37)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #BBABB5

#BBABB5
(187,171,181)
#C1B2BB
(193,178,187)
#C7B9C1
(199,185,193)
#CDC0C7
(205,192,199)
#D3C7CD
(211,199,205)
#D9CED3
(217,206,211)
#DFD5D9
(223,213,217)
#E5DCDF
(229,220,223)
#EBE3E5
(235,227,229)
#F1EAEB
(241,234,235)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABB5; }

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

This text font color is #BBABB5.

Background Color

.myBgColor { background-color: #BBABB5; }

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

This div background color is #BBABB5.

Border color

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

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

This div border color is #BBABB5.

Opacity

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

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

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

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

This text has shadow with #BBABB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBABB5.

Preview

Color preview on black background

This text has color #BBABB5 on black background.


Color preview on white background

This text has color #BBABB5 on white background.


Black color preview on #BBABB5 background

This text has black color on #BBABB5 background.


White color preview on #BBABB5 background

This text has white color on #BBABB5 background.


Related colors

Complementary color

Complementary color for #hex is #44544A.


I love getcolorcode.com

Triadic colors

1 #B5BBAB and #ABB5BB with #BBABB5 are triadic colors.

2 #B5ABBB and #ABBBB5 with #BBABB5 are triadic colors.