COLOR #B2BCC4

HEX: #B2BCC4 RGB: (178,188,196)

Color info

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

RGB color model

#B2BCC4 color RGB value is (178,188,196).

RGB: (178,188,196) (70%, 74%, 77%)

RGB channels and saturation

R 178 of 255 = 70%
G 188 of 255 = 74%
B 196 of 255 = 77%

178
188
196

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

Portions of RGB colors in percentages

R + G + B = 178 + 188 + 196 = 562 (100%)
R 178 of 562 ~ 31.67%
G 188 of 562 ~ 33.45%
B 196 of 562 ~ 34.88'%

%31.67
%33.45
%34.88

CMYK color model

#B2BCC4 color CMYK value is (9,4,0,23).

  • cyan value is 9.18%
  • magenta value is 4.08%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK: (9,4,0,23) C9M4Y0K23 (9%,4%,0%,23%) (0.09/0.04/0.00/0.23) 

CMYK percentages

%9.18
%4.08
%0
%23.14

Codes

Color #B2BCC4 in popluar color models

B2 BC C4
RGB 178 188 196
HSL 207° 13.24% 73.33%
HSB/HSV 207° 9.18% 76.86%
CMYK 9.18% 4.08% 0.00%
23.14%

Color #B2BCC4 in popluar number systems.

HEX B2 BC C4
Decimal 178 188 196
Binary 10110010 10111100 11000100
Octal 262 274 304

Shades and tints

Shades of #B2BCC4

#B2BCC4
(178,188,196)
#A2ABB3
(162,171,179)
#929AA2
(146,154,162)
#828991
(130,137,145)
#727880
(114,120,128)
#62676F
(98,103,111)
#52565E
(82,86,94)
#42454D
(66,69,77)
#32343C
(50,52,60)
#22232B
(34,35,43)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #B2BCC4

#B2BCC4
(178,188,196)
#B9C2C9
(185,194,201)
#C0C8CE
(192,200,206)
#C7CED3
(199,206,211)
#CED4D8
(206,212,216)
#D5DADD
(213,218,221)
#DCE0E2
(220,224,226)
#E3E6E7
(227,230,231)
#EAECEC
(234,236,236)
#F1F2F1
(241,242,241)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BCC4; }

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

This text font color is #B2BCC4.

Background Color

.myBgColor { background-color: #B2BCC4; }

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

This div background color is #B2BCC4.

Border color

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

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

This div border color is #B2BCC4.

Opacity

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

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

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

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

This text has shadow with #B2BCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BCC4.

Preview

Color preview on black background

This text has color #B2BCC4 on black background.


Color preview on white background

This text has color #B2BCC4 on white background.


Black color preview on #B2BCC4 background

This text has black color on #B2BCC4 background.


White color preview on #B2BCC4 background

This text has white color on #B2BCC4 background.


Related colors

Complementary color

Complementary color for #hex is #4D433B.


I love getcolorcode.com

Triadic colors

1 #C4B2BC and #BCC4B2 with #B2BCC4 are triadic colors.

2 #C4BCB2 and #BCB2C4 with #B2BCC4 are triadic colors.