COLOR #B1C1BC

HEX: #B1C1BC RGB: (177,193,188)

Color info

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

RGB color model

#B1C1BC color RGB value is (177,193,188).

RGB: (177,193,188) (69%, 76%, 74%)

RGB channels and saturation

R 177 of 255 = 69%
G 193 of 255 = 76%
B 188 of 255 = 74%

177
193
188

R + G + B ~ 73%. #B1C1BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 193 + 188 = 558 (100%)
R 177 of 558 ~ 31.72%
G 193 of 558 ~ 34.59%
B 188 of 558 ~ 33.69'%

%31.72
%34.59
%33.69

CMYK color model

#B1C1BC color CMYK value is (8,0,3,24).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 24.31%

CMYK: (8,0,3,24)
C8M0Y3K24 (8%, 0%, 3%, 24%)
(0.08 / 0.00 / 0.03 / 0.24)

CMYK percentages

%8.29
%0
%2.59
%24.31

Codes

Color #B1C1BC in popluar color models

B1 C1 BC
RGB 177 193 188
HSL 161° 11.43% 72.55%
HSB/HSV 161° 8.29% 75.69%
CMYK 8.29% 0.00% 2.59%
24.31%

Color #B1C1BC in popluar number systems.

HEX B1 C1 BC
Decimal 177 193 188
Binary 10110001 11000001 10111100
Octal 261 301 274

Shades and tints

Shades of #B1C1BC

#B1C1BC
(177,193,188)
#A1B0AB
(161,176,171)
#919F9A
(145,159,154)
#818E89
(129,142,137)
#717D78
(113,125,120)
#616C67
(97,108,103)
#515B56
(81,91,86)
#414A45
(65,74,69)
#313934
(49,57,52)
#212823
(33,40,35)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #B1C1BC

#B1C1BC
(177,193,188)
#B8C6C2
(184,198,194)
#BFCBC8
(191,203,200)
#C6D0CE
(198,208,206)
#CDD5D4
(205,213,212)
#D4DADA
(212,218,218)
#DBDFE0
(219,223,224)
#E2E4E6
(226,228,230)
#E9E9EC
(233,233,236)
#F0EEF2
(240,238,242)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C1BC; }

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

This text font color is #B1C1BC.

Background Color

.myBgColor { background-color: #B1C1BC; }

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

This div background color is #B1C1BC.

Border color

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

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

This div border color is #B1C1BC.

Opacity

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

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

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

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

This text has shadow with #B1C1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C1BC.

Preview

Color preview on black background

This text has color #B1C1BC on black background.


Color preview on white background

This text has color #B1C1BC on white background.


Black color preview on #B1C1BC background

This text has black color on #B1C1BC background.


White color preview on #B1C1BC background

This text has white color on #B1C1BC background.


Related colors

Complementary color

Complementary color for #hex is #4E3E43.


I love getcolorcode.com

Triadic colors

1 #BCB1C1 and #C1BCB1 with #B1C1BC are triadic colors.

2 #BCC1B1 and #C1B1BC with #B1C1BC are triadic colors.