COLOR #BCBFB6

HEX: #BCBFB6 RGB: (188,191,182)

Color info

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

RGB color model

#BCBFB6 color RGB value is (188,191,182).

RGB: (188,191,182) (74%, 75%, 71%)

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 182 of 255 = 71%

188
191
182

R + G + B ~ 73%. #BCBFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 191 + 182 = 561 (100%)
R 188 of 561 ~ 33.51%
G 191 of 561 ~ 34.05%
B 182 of 561 ~ 32.44'%

%33.51
%34.05
%32.44

CMYK color model

#BCBFB6 color CMYK value is (2,0,5,25).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 25.10%

CMYK: (2,0,5,25)
C2M0Y5K25 (2%, 0%, 5%, 25%)
(0.02 / 0.00 / 0.05 / 0.25)

CMYK percentages

%1.57
%0
%4.71
%25.1

Codes

Color #BCBFB6 in popluar color models

BC BF B6
RGB 188 191 182
HSL 80° 6.57% 73.14%
HSB/HSV 80° 4.71% 74.90%
CMYK 1.57% 0.00% 4.71%
25.10%

Color #BCBFB6 in popluar number systems.

HEX BC BF B6
Decimal 188 191 182
Binary 10111100 10111111 10110110
Octal 274 277 266

Shades and tints

Shades of #BCBFB6

#BCBFB6
(188,191,182)
#ABAEA6
(171,174,166)
#9A9D96
(154,157,150)
#898C86
(137,140,134)
#787B76
(120,123,118)
#676A66
(103,106,102)
#565956
(86,89,86)
#454846
(69,72,70)
#343736
(52,55,54)
#232626
(35,38,38)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #BCBFB6

#BCBFB6
(188,191,182)
#C2C4BC
(194,196,188)
#C8C9C2
(200,201,194)
#CECEC8
(206,206,200)
#D4D3CE
(212,211,206)
#DAD8D4
(218,216,212)
#E0DDDA
(224,221,218)
#E6E2E0
(230,226,224)
#ECE7E6
(236,231,230)
#F2ECEC
(242,236,236)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFB6; }

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

This text font color is #BCBFB6.

Background Color

.myBgColor { background-color: #BCBFB6; }

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

This div background color is #BCBFB6.

Border color

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

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

This div border color is #BCBFB6.

Opacity

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

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

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

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

This text has shadow with #BCBFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBFB6.

Preview

Color preview on black background

This text has color #BCBFB6 on black background.


Color preview on white background

This text has color #BCBFB6 on white background.


Black color preview on #BCBFB6 background

This text has black color on #BCBFB6 background.


White color preview on #BCBFB6 background

This text has white color on #BCBFB6 background.


Related colors

Complementary color

Complementary color for #hex is #434049.


I love getcolorcode.com

Triadic colors

1 #B6BCBF and #BFB6BC with #BCBFB6 are triadic colors.

2 #B6BFBC and #BFBCB6 with #BCBFB6 are triadic colors.