COLOR #BAB5BB

HEX: #BAB5BB RGB: (186,181,187)

Color info

#BAB5BB contains red, green and blue colors in about the same proportion. Web safe color of #BAB5BB is #CCCCCC (or #CCC).

RGB color model

#BAB5BB color RGB value is (186,181,187).

RGB: (186,181,187) (73%, 71%, 73%)

RGB channels and saturation

R 186 of 255 = 73%
G 181 of 255 = 71%
B 187 of 255 = 73%

186
181
187

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

Portions of RGB colors in percentages

R + G + B = 186 + 181 + 187 = 554 (100%)
R 186 of 554 ~ 33.57%
G 181 of 554 ~ 32.67%
B 187 of 554 ~ 33.75'%

%33.57
%32.67
%33.75

CMYK color model

#BAB5BB color CMYK value is (1,3,0,27).

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

CMYK: (1,3,0,27)
C1M3Y0K27 (1%, 3%, 0%, 27%)
(0.01 / 0.03 / 0.00 / 0.27)

CMYK percentages

%0.53
%3.21
%0
%26.67

Codes

Color #BAB5BB in popluar color models

BA B5 BB
RGB 186 181 187
HSL 290° 4.23% 72.16%
HSB/HSV 290° 3.21% 73.33%
CMYK 0.53% 3.21% 0.00%
26.67%

Color #BAB5BB in popluar number systems.

HEX BA B5 BB
Decimal 186 181 187
Binary 10111010 10110101 10111011
Octal 272 265 273

Shades and tints

Shades of #BAB5BB

#BAB5BB
(186,181,187)
#AAA5AA
(170,165,170)
#9A9599
(154,149,153)
#8A8588
(138,133,136)
#7A7577
(122,117,119)
#6A6566
(106,101,102)
#5A5555
(90,85,85)
#4A4544
(74,69,68)
#3A3533
(58,53,51)
#2A2522
(42,37,34)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #BAB5BB

#BAB5BB
(186,181,187)
#C0BBC1
(192,187,193)
#C6C1C7
(198,193,199)
#CCC7CD
(204,199,205)
#D2CDD3
(210,205,211)
#D8D3D9
(216,211,217)
#DED9DF
(222,217,223)
#E4DFE5
(228,223,229)
#EAE5EB
(234,229,235)
#F0EBF1
(240,235,241)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB5BB; }

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

This text font color is #BAB5BB.

Background Color

.myBgColor { background-color: #BAB5BB; }

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

This div background color is #BAB5BB.

Border color

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

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

This div border color is #BAB5BB.

Opacity

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

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

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

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

This text has shadow with #BAB5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB5BB.

Preview

Color preview on black background

This text has color #BAB5BB on black background.


Color preview on white background

This text has color #BAB5BB on white background.


Black color preview on #BAB5BB background

This text has black color on #BAB5BB background.


White color preview on #BAB5BB background

This text has white color on #BAB5BB background.


Related colors

Complementary color

Complementary color for #hex is #454A44.


I love getcolorcode.com

Triadic colors

1 #BBBAB5 and #B5BBBA with #BAB5BB are triadic colors.

2 #BBB5BA and #B5BABB with #BAB5BB are triadic colors.