COLOR #B2BCC6

HEX: #B2BCC6
RGB: (178,188,198)

Color info

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

RGB color model

#B2BCC6 color RGB value is (178,188,198).

  • red value is 178;
  • green value is 188;
  • blue value is 198.
RGB:
(178,188,198)
(70%,74%,78%)

RGB channels and saturation

R 178 of 255 = 70%
G 188 of 255 = 74%
B 198 of 255 = 78%

178
188
198

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

Portions of RGB colors in percentages

R + G + B =
178 + 188 + 198 = 564 (100%)
R 178 of 564 ~ 31.56%
G 188 of 564 ~ 33.33%
B 198 of 564 ~ 35.11%

%31.56
%33.33
%35.11

CMYK color model

#B2BCC6 color CMYK value is (10,5,0,22).

  • cyan value is 10.10%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(10,5,0,22)
C10M5Y0K22 
(10%,5%,0%,22%)
(0.10/0.05/0.00/0.22)	

CMYK percentages

%10.1
%5.05
%0
%22.35

Codes

Color #B2BCC6 in popluar color models

B2BCC6
RGB178188198
HSL210°14.93%73.73%
HSB/HSV210°10.10%77.65%
CMYK10.10%5.05%0.00%
22.35%

Color #B2BCC6 in popluar number systems.

HEXB2BCC6
Decimal178188198
Binary101100101011110011000110
Octal262274306

Shades and tints

Shades of #B2BCC6

#B2BCC6
(178,188,198)
#A2ABB4
(162,171,180)
#929AA2
(146,154,162)
#828990
(130,137,144)
#72787E
(114,120,126)
#62676C
(98,103,108)
#52565A
(82,86,90)
#424548
(66,69,72)
#323436
(50,52,54)
#222324
(34,35,36)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #B2BCC6

#B2BCC6
(178,188,198)
#B9C2CB
(185,194,203)
#C0C8D0
(192,200,208)
#C7CED5
(199,206,213)
#CED4DA
(206,212,218)
#D5DADF
(213,218,223)
#DCE0E4
(220,224,228)
#E3E6E9
(227,230,233)
#EAECEE
(234,236,238)
#F1F2F3
(241,242,243)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BCC6 color. Also use rgb(178,188,198) instead hex code.

Text Font Color

.myTextColor { color: #B2BCC6; }

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

This text font color is #B2BCC6.


Background Color

.myBgColor { background-color: #B2BCC6; }

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

This div background color is #B2BCC6.


Border color

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

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

This div border color is #B2BCC6.


Opacity

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

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

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

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

This text has shadow with #B2BCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BCC6 on black background.


Color preview on white background

This text has color #B2BCC6 on white background.



Black color preview on #B2BCC6 background

This text has black color on #B2BCC6 background.


White color preview on #B2BCC6 background

This text has white color on #B2BCC6 background.