COLOR #B6BCC4

HEX: #B6BCC4 RGB: (182,188,196)

Color info

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

RGB color model

#B6BCC4 color RGB value is (182,188,196).

RGB: (182,188,196) (71%, 74%, 77%)

RGB channels and saturation

R 182 of 255 = 71%
G 188 of 255 = 74%
B 196 of 255 = 77%

182
188
196

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

Portions of RGB colors in percentages

R + G + B = 182 + 188 + 196 = 566 (100%)
R 182 of 566 ~ 32.16%
G 188 of 566 ~ 33.22%
B 196 of 566 ~ 34.63'%

%32.16
%33.22
%34.63

CMYK color model

#B6BCC4 color CMYK value is (7,4,0,23).

  • cyan value is 7.14%
  • magenta value is 4.08%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (7,4,0,23)
C7M4Y0K23 (7%, 4%, 0%, 23%)
(0.07 / 0.04 / 0.00 / 0.23)

CMYK percentages

%7.14
%4.08
%0
%23.14

Codes

Color #B6BCC4 in popluar color models

B6 BC C4
RGB 182 188 196
HSL 214° 10.61% 74.12%
HSB/HSV 214° 7.14% 76.86%
CMYK 7.14% 4.08% 0.00%
23.14%

Color #B6BCC4 in popluar number systems.

HEX B6 BC C4
Decimal 182 188 196
Binary 10110110 10111100 11000100
Octal 266 274 304

Shades and tints

Shades of #B6BCC4

#B6BCC4
(182,188,196)
#A6ABB3
(166,171,179)
#969AA2
(150,154,162)
#868991
(134,137,145)
#767880
(118,120,128)
#66676F
(102,103,111)
#56565E
(86,86,94)
#46454D
(70,69,77)
#36343C
(54,52,60)
#26232B
(38,35,43)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #B6BCC4

#B6BCC4
(182,188,196)
#BCC2C9
(188,194,201)
#C2C8CE
(194,200,206)
#C8CED3
(200,206,211)
#CED4D8
(206,212,216)
#D4DADD
(212,218,221)
#DAE0E2
(218,224,226)
#E0E6E7
(224,230,231)
#E6ECEC
(230,236,236)
#ECF2F1
(236,242,241)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BCC4; }

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

This text font color is #B6BCC4.

Background Color

.myBgColor { background-color: #B6BCC4; }

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

This div background color is #B6BCC4.

Border color

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

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

This div border color is #B6BCC4.

Opacity

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

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

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

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

This text has shadow with #B6BCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BCC4.

Preview

Color preview on black background

This text has color #B6BCC4 on black background.


Color preview on white background

This text has color #B6BCC4 on white background.


Black color preview on #B6BCC4 background

This text has black color on #B6BCC4 background.


White color preview on #B6BCC4 background

This text has white color on #B6BCC4 background.


Related colors

Complementary color

Complementary color for #hex is #49433B.


I love getcolorcode.com

Triadic colors

1 #C4B6BC and #BCC4B6 with #B6BCC4 are triadic colors.

2 #C4BCB6 and #BCB6C4 with #B6BCC4 are triadic colors.