COLOR #BCB6B7

HEX: #BCB6B7 RGB: (188,182,183)

Color info

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

RGB color model

#BCB6B7 color RGB value is (188,182,183).

RGB: (188,182,183) (74%, 71%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 182 of 255 = 71%
B 183 of 255 = 72%

188
182
183

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

Portions of RGB colors in percentages

R + G + B = 188 + 182 + 183 = 553 (100%)
R 188 of 553 ~ 34%
G 182 of 553 ~ 32.91%
B 183 of 553 ~ 33.09'%

%34
%32.91
%33.09

CMYK color model

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

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

CMYK: (0,3,3,26)
C0M3Y3K26 (0%, 3%, 3%, 26%)
(0.00 / 0.03 / 0.03 / 0.26)

CMYK percentages

%0
%3.19
%2.66
%26.27

Codes

Color #BCB6B7 in popluar color models

BC B6 B7
RGB 188 182 183
HSL 350° 4.29% 72.55%
HSB/HSV 350° 3.19% 73.73%
CMYK 0.00% 3.19% 2.66%
26.27%

Color #BCB6B7 in popluar number systems.

HEX BC B6 B7
Decimal 188 182 183
Binary 10111100 10110110 10110111
Octal 274 266 267

Shades and tints

Shades of #BCB6B7

#BCB6B7
(188,182,183)
#ABA6A7
(171,166,167)
#9A9697
(154,150,151)
#898687
(137,134,135)
#787677
(120,118,119)
#676667
(103,102,103)
#565657
(86,86,87)
#454647
(69,70,71)
#343637
(52,54,55)
#232627
(35,38,39)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCB6B7

#BCB6B7
(188,182,183)
#C2BCBD
(194,188,189)
#C8C2C3
(200,194,195)
#CEC8C9
(206,200,201)
#D4CECF
(212,206,207)
#DAD4D5
(218,212,213)
#E0DADB
(224,218,219)
#E6E0E1
(230,224,225)
#ECE6E7
(236,230,231)
#F2ECED
(242,236,237)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB6B7; }

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

This text font color is #BCB6B7.

Background Color

.myBgColor { background-color: #BCB6B7; }

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

This div background color is #BCB6B7.

Border color

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

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

This div border color is #BCB6B7.

Opacity

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

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

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

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

This text has shadow with #BCB6B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB6B7.

Preview

Color preview on black background

This text has color #BCB6B7 on black background.


Color preview on white background

This text has color #BCB6B7 on white background.


Black color preview on #BCB6B7 background

This text has black color on #BCB6B7 background.


White color preview on #BCB6B7 background

This text has white color on #BCB6B7 background.


Related colors

Complementary color

Complementary color for #hex is #434948.


I love getcolorcode.com

Triadic colors

1 #B7BCB6 and #B6B7BC with #BCB6B7 are triadic colors.

2 #B7B6BC and #B6BCB7 with #BCB6B7 are triadic colors.