COLOR #BCB6B9

HEX: #BCB6B9
RGB: (188,182,185)

Color info

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

RGB color model

#BCB6B9 color RGB value is (188,182,185).

  • red value is 188;
  • green value is 182;
  • blue value is 185.
RGB:
(188,182,185)
(74%,71%,73%)

RGB channels and saturation

R 188 of 255 = 74%
G 182 of 255 = 71%
B 185 of 255 = 73%

188
182
185

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

Portions of RGB colors in percentages

R + G + B =
188 + 182 + 185 = 555 (100%)
R 188 of 555 ~ 33.87%
G 182 of 555 ~ 32.79%
B 185 of 555 ~ 33.33%

%33.87
%32.79
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 1.60%
  • key color value is 26.27%
CMYK:
(0,3,2,26)
C0M3Y2K26 
(0%,3%,2%,26%)
(0.00/0.03/0.02/0.26)	

CMYK percentages

%0
%3.19
%1.6
%26.27

Codes

Color #BCB6B9 in popluar color models

BCB6B9
RGB188182185
HSL330°4.29%72.55%
HSB/HSV330°3.19%73.73%
CMYK0.00%3.19%1.60%
26.27%

Color #BCB6B9 in popluar number systems.

HEXBCB6B9
Decimal188182185
Binary101111001011011010111001
Octal274266271

Shades and tints

Shades of #BCB6B9

#BCB6B9
(188,182,185)
#ABA6A9
(171,166,169)
#9A9699
(154,150,153)
#898689
(137,134,137)
#787679
(120,118,121)
#676669
(103,102,105)
#565659
(86,86,89)
#454649
(69,70,73)
#343639
(52,54,57)
#232629
(35,38,41)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #BCB6B9

#BCB6B9
(188,182,185)
#C2BCBF
(194,188,191)
#C8C2C5
(200,194,197)
#CEC8CB
(206,200,203)
#D4CED1
(212,206,209)
#DAD4D7
(218,212,215)
#E0DADD
(224,218,221)
#E6E0E3
(230,224,227)
#ECE6E9
(236,230,233)
#F2ECEF
(242,236,239)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB6B9; }

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

This text font color is #BCB6B9.


Background Color

.myBgColor { background-color: #BCB6B9; }

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

This div background color is #BCB6B9.


Border color

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

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

This div border color is #BCB6B9.


Opacity

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

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

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

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

This text has shadow with #BCB6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB6B9 on black background.


Color preview on white background

This text has color #BCB6B9 on white background.



Black color preview on #BCB6B9 background

This text has black color on #BCB6B9 background.


White color preview on #BCB6B9 background

This text has white color on #BCB6B9 background.