COLOR #B5BCC1

HEX: #B5BCC1
RGB: (181,188,193)

Color info

#B5BCC1 contains red, green and blue colors in about the same proportion. Web safe color of #B5BCC1 is #CCCCCC (or #CCC).

RGB color model

#B5BCC1 color RGB value is (181,188,193).

  • red value is 181;
  • green value is 188;
  • blue value is 193.
RGB:
(181,188,193)
(71%,74%,76%)

RGB channels and saturation

R 181 of 255 = 71%
G 188 of 255 = 74%
B 193 of 255 = 76%

181
188
193

R + G + B ~ 74%. #B5BCC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 188 + 193 = 562 (100%)
R 181 of 562 ~ 32.21%
G 188 of 562 ~ 33.45%
B 193 of 562 ~ 34.34%

%32.21
%33.45
%34.34

CMYK color model

#B5BCC1 color CMYK value is (6,3,0,24).

  • cyan value is 6.22%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(6,3,0,24)
C6M3Y0K24 
(6%,3%,0%,24%)
(0.06/0.03/0.00/0.24)	

CMYK percentages

%6.22
%2.59
%0
%24.31

Codes

Color #B5BCC1 in popluar color models

B5BCC1
RGB181188193
HSL205°8.82%73.33%
HSB/HSV205°6.22%75.69%
CMYK6.22%2.59%0.00%
24.31%

Color #B5BCC1 in popluar number systems.

HEXB5BCC1
Decimal181188193
Binary101101011011110011000001
Octal265274301

Shades and tints

Shades of #B5BCC1

#B5BCC1
(181,188,193)
#A5ABB0
(165,171,176)
#959A9F
(149,154,159)
#85898E
(133,137,142)
#75787D
(117,120,125)
#65676C
(101,103,108)
#55565B
(85,86,91)
#45454A
(69,69,74)
#353439
(53,52,57)
#252328
(37,35,40)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #B5BCC1

#B5BCC1
(181,188,193)
#BBC2C6
(187,194,198)
#C1C8CB
(193,200,203)
#C7CED0
(199,206,208)
#CDD4D5
(205,212,213)
#D3DADA
(211,218,218)
#D9E0DF
(217,224,223)
#DFE6E4
(223,230,228)
#E5ECE9
(229,236,233)
#EBF2EE
(235,242,238)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BCC1; }

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

This text font color is #B5BCC1.


Background Color

.myBgColor { background-color: #B5BCC1; }

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

This div background color is #B5BCC1.


Border color

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

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

This div border color is #B5BCC1.


Opacity

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

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

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

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

This text has shadow with #B5BCC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BCC1 on black background.


Color preview on white background

This text has color #B5BCC1 on white background.



Black color preview on #B5BCC1 background

This text has black color on #B5BCC1 background.


White color preview on #B5BCC1 background

This text has white color on #B5BCC1 background.