COLOR #B1BDC1

HEX: #B1BDC1 RGB: (177,189,193)

Color info

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

RGB color model

#B1BDC1 color RGB value is (177,189,193).

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

RGB channels and saturation

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

177
189
193

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

Portions of RGB colors in percentages

R + G + B = 177 + 189 + 193 = 559 (100%)
R 177 of 559 ~ 31.66%
G 189 of 559 ~ 33.81%
B 193 of 559 ~ 34.53'%

%31.66
%33.81
%34.53

CMYK color model

#B1BDC1 color CMYK value is (8,2,0,24).

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

CMYK: (8,2,0,24)
C8M2Y0K24 (8%, 2%, 0%, 24%)
(0.08 / 0.02 / 0.00 / 0.24)

CMYK percentages

%8.29
%2.07
%0
%24.31

Codes

Color #B1BDC1 in popluar color models

B1 BD C1
RGB 177 189 193
HSL 195° 11.43% 72.55%
HSB/HSV 195° 8.29% 75.69%
CMYK 8.29% 2.07% 0.00%
24.31%

Color #B1BDC1 in popluar number systems.

HEX B1 BD C1
Decimal 177 189 193
Binary 10110001 10111101 11000001
Octal 261 275 301

Shades and tints

Shades of #B1BDC1

#B1BDC1
(177,189,193)
#A1ACB0
(161,172,176)
#919B9F
(145,155,159)
#818A8E
(129,138,142)
#71797D
(113,121,125)
#61686C
(97,104,108)
#51575B
(81,87,91)
#41464A
(65,70,74)
#313539
(49,53,57)
#212428
(33,36,40)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #B1BDC1

#B1BDC1
(177,189,193)
#B8C3C6
(184,195,198)
#BFC9CB
(191,201,203)
#C6CFD0
(198,207,208)
#CDD5D5
(205,213,213)
#D4DBDA
(212,219,218)
#DBE1DF
(219,225,223)
#E2E7E4
(226,231,228)
#E9EDE9
(233,237,233)
#F0F3EE
(240,243,238)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BDC1; }

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

This text font color is #B1BDC1.

Background Color

.myBgColor { background-color: #B1BDC1; }

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

This div background color is #B1BDC1.

Border color

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

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

This div border color is #B1BDC1.

Opacity

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

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

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

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

This text has shadow with #B1BDC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BDC1.

Preview

Color preview on black background

This text has color #B1BDC1 on black background.


Color preview on white background

This text has color #B1BDC1 on white background.


Black color preview on #B1BDC1 background

This text has black color on #B1BDC1 background.


White color preview on #B1BDC1 background

This text has white color on #B1BDC1 background.


Related colors

Complementary color

Complementary color for #hex is #4E423E.


I love getcolorcode.com

Triadic colors

1 #C1B1BD and #BDC1B1 with #B1BDC1 are triadic colors.

2 #C1BDB1 and #BDB1C1 with #B1BDC1 are triadic colors.