COLOR #B0BCC2

HEX: #B0BCC2
RGB: (176,188,194)

Color info

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

RGB color model

#B0BCC2 color RGB value is (176,188,194).

  • red value is 176;
  • green value is 188;
  • blue value is 194.
RGB:
(176,188,194)
(69%,74%,76%)

RGB channels and saturation

R 176 of 255 = 69%
G 188 of 255 = 74%
B 194 of 255 = 76%

176
188
194

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

Portions of RGB colors in percentages

R + G + B =
176 + 188 + 194 = 558 (100%)
R 176 of 558 ~ 31.54%
G 188 of 558 ~ 33.69%
B 194 of 558 ~ 34.77%

%31.54
%33.69
%34.77

CMYK color model

#B0BCC2 color CMYK value is (9,3,0,24).

  • cyan value is 9.28%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(9,3,0,24)
C9M3Y0K24 
(9%,3%,0%,24%)
(0.09/0.03/0.00/0.24)	

CMYK percentages

%9.28
%3.09
%0
%23.92

Codes

Color #B0BCC2 in popluar color models

B0BCC2
RGB176188194
HSL200°12.86%72.55%
HSB/HSV200°9.28%76.08%
CMYK9.28%3.09%0.00%
23.92%

Color #B0BCC2 in popluar number systems.

HEXB0BCC2
Decimal176188194
Binary101100001011110011000010
Octal260274302

Shades and tints

Shades of #B0BCC2

#B0BCC2
(176,188,194)
#A0ABB1
(160,171,177)
#909AA0
(144,154,160)
#80898F
(128,137,143)
#70787E
(112,120,126)
#60676D
(96,103,109)
#50565C
(80,86,92)
#40454B
(64,69,75)
#30343A
(48,52,58)
#202329
(32,35,41)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #B0BCC2

#B0BCC2
(176,188,194)
#B7C2C7
(183,194,199)
#BEC8CC
(190,200,204)
#C5CED1
(197,206,209)
#CCD4D6
(204,212,214)
#D3DADB
(211,218,219)
#DAE0E0
(218,224,224)
#E1E6E5
(225,230,229)
#E8ECEA
(232,236,234)
#EFF2EF
(239,242,239)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BCC2 color. Also use rgb(176,188,194) instead hex code.

Text Font Color

.myTextColor { color: #B0BCC2; }

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

This text font color is #B0BCC2.


Background Color

.myBgColor { background-color: #B0BCC2; }

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

This div background color is #B0BCC2.


Border color

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

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

This div border color is #B0BCC2.


Opacity

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

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

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

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

This text has shadow with #B0BCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BCC2 on black background.


Color preview on white background

This text has color #B0BCC2 on white background.



Black color preview on #B0BCC2 background

This text has black color on #B0BCC2 background.


White color preview on #B0BCC2 background

This text has white color on #B0BCC2 background.