COLOR #B6B5BC

HEX: #B6B5BC RGB: (182,181,188)

Color info

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

RGB color model

#B6B5BC color RGB value is (182,181,188).

RGB: (182,181,188) (71%, 71%, 74%)

RGB channels and saturation

R 182 of 255 = 71%
G 181 of 255 = 71%
B 188 of 255 = 74%

182
181
188

R + G + B ~ 72%. #B6B5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 181 + 188 = 551 (100%)
R 182 of 551 ~ 33.03%
G 181 of 551 ~ 32.85%
B 188 of 551 ~ 34.12'%

%33.03
%32.85
%34.12

CMYK color model

#B6B5BC color CMYK value is (3,4,0,26).

  • cyan value is 3.19%
  • magenta value is 3.72%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (3,4,0,26)
C3M4Y0K26 (3%, 4%, 0%, 26%)
(0.03 / 0.04 / 0.00 / 0.26)

CMYK percentages

%3.19
%3.72
%0
%26.27

Codes

Color #B6B5BC in popluar color models

B6 B5 BC
RGB 182 181 188
HSL 249° 4.96% 72.35%
HSB/HSV 249° 3.72% 73.73%
CMYK 3.19% 3.72% 0.00%
26.27%

Color #B6B5BC in popluar number systems.

HEX B6 B5 BC
Decimal 182 181 188
Binary 10110110 10110101 10111100
Octal 266 265 274

Shades and tints

Shades of #B6B5BC

#B6B5BC
(182,181,188)
#A6A5AB
(166,165,171)
#96959A
(150,149,154)
#868589
(134,133,137)
#767578
(118,117,120)
#666567
(102,101,103)
#565556
(86,85,86)
#464545
(70,69,69)
#363534
(54,53,52)
#262523
(38,37,35)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #B6B5BC

#B6B5BC
(182,181,188)
#BCBBC2
(188,187,194)
#C2C1C8
(194,193,200)
#C8C7CE
(200,199,206)
#CECDD4
(206,205,212)
#D4D3DA
(212,211,218)
#DAD9E0
(218,217,224)
#E0DFE6
(224,223,230)
#E6E5EC
(230,229,236)
#ECEBF2
(236,235,242)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B5BC; }

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

This text font color is #B6B5BC.

Background Color

.myBgColor { background-color: #B6B5BC; }

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

This div background color is #B6B5BC.

Border color

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

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

This div border color is #B6B5BC.

Opacity

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

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

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

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

This text has shadow with #B6B5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B5BC.

Preview

Color preview on black background

This text has color #B6B5BC on black background.


Color preview on white background

This text has color #B6B5BC on white background.


Black color preview on #B6B5BC background

This text has black color on #B6B5BC background.


White color preview on #B6B5BC background

This text has white color on #B6B5BC background.


Related colors

Complementary color

Complementary color for #hex is #494A43.


I love getcolorcode.com

Triadic colors

1 #BCB6B5 and #B5BCB6 with #B6B5BC are triadic colors.

2 #BCB5B6 and #B5B6BC with #B6B5BC are triadic colors.