COLOR #B1BCB6

HEX: #B1BCB6 RGB: (177,188,182)

Color info

#B1BCB6 contains red, green and blue colors in about the same proportion. Web safe color of #B1BCB6 is #99CCCC (or #9CC).

RGB color model

#B1BCB6 color RGB value is (177,188,182).

RGB: (177,188,182) (69%, 74%, 71%)

RGB channels and saturation

R 177 of 255 = 69%
G 188 of 255 = 74%
B 182 of 255 = 71%

177
188
182

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

Portions of RGB colors in percentages

R + G + B = 177 + 188 + 182 = 547 (100%)
R 177 of 547 ~ 32.36%
G 188 of 547 ~ 34.37%
B 182 of 547 ~ 33.27'%

%32.36
%34.37
%33.27

CMYK color model

#B1BCB6 color CMYK value is (6,0,3,26).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 3.19%
  • key color value is 26.27%

CMYK: (6,0,3,26)
C6M0Y3K26 (6%, 0%, 3%, 26%)
(0.06 / 0.00 / 0.03 / 0.26)

CMYK percentages

%5.85
%0
%3.19
%26.27

Codes

Color #B1BCB6 in popluar color models

B1 BC B6
RGB 177 188 182
HSL 147° 7.59% 71.57%
HSB/HSV 147° 5.85% 73.73%
CMYK 5.85% 0.00% 3.19%
26.27%

Color #B1BCB6 in popluar number systems.

HEX B1 BC B6
Decimal 177 188 182
Binary 10110001 10111100 10110110
Octal 261 274 266

Shades and tints

Shades of #B1BCB6

#B1BCB6
(177,188,182)
#A1ABA6
(161,171,166)
#919A96
(145,154,150)
#818986
(129,137,134)
#717876
(113,120,118)
#616766
(97,103,102)
#515656
(81,86,86)
#414546
(65,69,70)
#313436
(49,52,54)
#212326
(33,35,38)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #B1BCB6

#B1BCB6
(177,188,182)
#B8C2BC
(184,194,188)
#BFC8C2
(191,200,194)
#C6CEC8
(198,206,200)
#CDD4CE
(205,212,206)
#D4DAD4
(212,218,212)
#DBE0DA
(219,224,218)
#E2E6E0
(226,230,224)
#E9ECE6
(233,236,230)
#F0F2EC
(240,242,236)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BCB6 color. Also use rgb(177,188,182) instead hex code.

Text Font Color

.myTextColor { color: #B1BCB6; }

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

This text font color is #B1BCB6.

Background Color

.myBgColor { background-color: #B1BCB6; }

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

This div background color is #B1BCB6.

Border color

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

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

This div border color is #B1BCB6.

Opacity

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

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

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

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

This text has shadow with #B1BCB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BCB6.

Preview

Color preview on black background

This text has color #B1BCB6 on black background.


Color preview on white background

This text has color #B1BCB6 on white background.


Black color preview on #B1BCB6 background

This text has black color on #B1BCB6 background.


White color preview on #B1BCB6 background

This text has white color on #B1BCB6 background.


Related colors

Complementary color

Complementary color for #hex is #4E4349.


I love getcolorcode.com

Triadic colors

1 #B6B1BC and #BCB6B1 with #B1BCB6 are triadic colors.

2 #B6BCB1 and #BCB1B6 with #B1BCB6 are triadic colors.