COLOR #B1B5BE

HEX: #B1B5BE RGB: (177,181,190)

Color info

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

RGB color model

#B1B5BE color RGB value is (177,181,190).

RGB: (177,181,190) (69%, 71%, 75%)

RGB channels and saturation

R 177 of 255 = 69%
G 181 of 255 = 71%
B 190 of 255 = 75%

177
181
190

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

Portions of RGB colors in percentages

R + G + B = 177 + 181 + 190 = 548 (100%)
R 177 of 548 ~ 32.3%
G 181 of 548 ~ 33.03%
B 190 of 548 ~ 34.67'%

%32.3
%33.03
%34.67

CMYK color model

#B1B5BE color CMYK value is (7,5,0,25).

  • cyan value is 6.84%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (7,5,0,25) C7M5Y0K25 (7%,5%,0%,25%) (0.07/0.05/0.00/0.25) 

CMYK percentages

%6.84
%4.74
%0
%25.49

Codes

Color #B1B5BE in popluar color models

B1 B5 BE
RGB 177 181 190
HSL 222° 9.09% 71.96%
HSB/HSV 222° 6.84% 74.51%
CMYK 6.84% 4.74% 0.00%
25.49%

Color #B1B5BE in popluar number systems.

HEX B1 B5 BE
Decimal 177 181 190
Binary 10110001 10110101 10111110
Octal 261 265 276

Shades and tints

Shades of #B1B5BE

#B1B5BE
(177,181,190)
#A1A5AD
(161,165,173)
#91959C
(145,149,156)
#81858B
(129,133,139)
#71757A
(113,117,122)
#616569
(97,101,105)
#515558
(81,85,88)
#414547
(65,69,71)
#313536
(49,53,54)
#212525
(33,37,37)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #B1B5BE

#B1B5BE
(177,181,190)
#B8BBC3
(184,187,195)
#BFC1C8
(191,193,200)
#C6C7CD
(198,199,205)
#CDCDD2
(205,205,210)
#D4D3D7
(212,211,215)
#DBD9DC
(219,217,220)
#E2DFE1
(226,223,225)
#E9E5E6
(233,229,230)
#F0EBEB
(240,235,235)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B5BE; }

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

This text font color is #B1B5BE.

Background Color

.myBgColor { background-color: #B1B5BE; }

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

This div background color is #B1B5BE.

Border color

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

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

This div border color is #B1B5BE.

Opacity

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

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

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

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

This text has shadow with #B1B5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B5BE.

Preview

Color preview on black background

This text has color #B1B5BE on black background.


Color preview on white background

This text has color #B1B5BE on white background.


Black color preview on #B1B5BE background

This text has black color on #B1B5BE background.


White color preview on #B1B5BE background

This text has white color on #B1B5BE background.


Related colors

Complementary color

Complementary color for #hex is #4E4A41.


I love getcolorcode.com

Triadic colors

1 #BEB1B5 and #B5BEB1 with #B1B5BE are triadic colors.

2 #BEB5B1 and #B5B1BE with #B1B5BE are triadic colors.