COLOR #B1B5BC

HEX: #B1B5BC RGB: (177,181,188)

Color info

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

RGB color model

#B1B5BC color RGB value is (177,181,188).

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

RGB channels and saturation

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

177
181
188

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

Portions of RGB colors in percentages

R + G + B = 177 + 181 + 188 = 546 (100%)
R 177 of 546 ~ 32.42%
G 181 of 546 ~ 33.15%
B 188 of 546 ~ 34.43'%

%32.42
%33.15
%34.43

CMYK color model

#B1B5BC color CMYK value is (6,4,0,26).

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

CMYK: (6,4,0,26)
C6M4Y0K26 (6%, 4%, 0%, 26%)
(0.06 / 0.04 / 0.00 / 0.26)

CMYK percentages

%5.85
%3.72
%0
%26.27

Codes

Color #B1B5BC in popluar color models

B1 B5 BC
RGB 177 181 188
HSL 218° 7.59% 71.57%
HSB/HSV 218° 5.85% 73.73%
CMYK 5.85% 3.72% 0.00%
26.27%

Color #B1B5BC in popluar number systems.

HEX B1 B5 BC
Decimal 177 181 188
Binary 10110001 10110101 10111100
Octal 261 265 274

Shades and tints

Shades of #B1B5BC

#B1B5BC
(177,181,188)
#A1A5AB
(161,165,171)
#91959A
(145,149,154)
#818589
(129,133,137)
#717578
(113,117,120)
#616567
(97,101,103)
#515556
(81,85,86)
#414545
(65,69,69)
#313534
(49,53,52)
#212523
(33,37,35)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #B1B5BC

#B1B5BC
(177,181,188)
#B8BBC2
(184,187,194)
#BFC1C8
(191,193,200)
#C6C7CE
(198,199,206)
#CDCDD4
(205,205,212)
#D4D3DA
(212,211,218)
#DBD9E0
(219,217,224)
#E2DFE6
(226,223,230)
#E9E5EC
(233,229,236)
#F0EBF2
(240,235,242)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B5BC; }

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

This text font color is #B1B5BC.

Background Color

.myBgColor { background-color: #B1B5BC; }

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

This div background color is #B1B5BC.

Border color

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

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

This div border color is #B1B5BC.

Opacity

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

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

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

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

This text has shadow with #B1B5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B5BC.

Preview

Color preview on black background

This text has color #B1B5BC on black background.


Color preview on white background

This text has color #B1B5BC on white background.


Black color preview on #B1B5BC background

This text has black color on #B1B5BC background.


White color preview on #B1B5BC background

This text has white color on #B1B5BC background.


Related colors

Complementary color

Complementary color for #hex is #4E4A43.


I love getcolorcode.com

Triadic colors

1 #BCB1B5 and #B5BCB1 with #B1B5BC are triadic colors.

2 #BCB5B1 and #B5B1BC with #B1B5BC are triadic colors.