COLOR #BCB6B2

HEX: #BCB6B2
RGB: (188,182,178)

Color info

#BCB6B2 contains red, green and blue colors in about the same proportion. Web safe color of #BCB6B2 is #CCCC99 (or #CC9).

RGB color model

#BCB6B2 color RGB value is (188,182,178).

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

RGB channels and saturation

R 188 of 255 = 74%
G 182 of 255 = 71%
B 178 of 255 = 70%

188
182
178

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

Portions of RGB colors in percentages

R + G + B =
188 + 182 + 178 = 548 (100%)
R 188 of 548 ~ 34.31%
G 182 of 548 ~ 33.21%
B 178 of 548 ~ 32.48%

%34.31
%33.21
%32.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 5.32%
  • key color value is 26.27%
CMYK:
(0,3,5,26)
C0M3Y5K26 
(0%,3%,5%,26%)
(0.00/0.03/0.05/0.26)	

CMYK percentages

%0
%3.19
%5.32
%26.27

Codes

Color #BCB6B2 in popluar color models

BCB6B2
RGB188182178
HSL24°6.94%71.76%
HSB/HSV24°5.32%73.73%
CMYK0.00%3.19%5.32%
26.27%

Color #BCB6B2 in popluar number systems.

HEXBCB6B2
Decimal188182178
Binary101111001011011010110010
Octal274266262

Shades and tints

Shades of #BCB6B2

#BCB6B2
(188,182,178)
#ABA6A2
(171,166,162)
#9A9692
(154,150,146)
#898682
(137,134,130)
#787672
(120,118,114)
#676662
(103,102,98)
#565652
(86,86,82)
#454642
(69,70,66)
#343632
(52,54,50)
#232622
(35,38,34)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #BCB6B2

#BCB6B2
(188,182,178)
#C2BCB9
(194,188,185)
#C8C2C0
(200,194,192)
#CEC8C7
(206,200,199)
#D4CECE
(212,206,206)
#DAD4D5
(218,212,213)
#E0DADC
(224,218,220)
#E6E0E3
(230,224,227)
#ECE6EA
(236,230,234)
#F2ECF1
(242,236,241)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB6B2; }

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

This text font color is #BCB6B2.


Background Color

.myBgColor { background-color: #BCB6B2; }

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

This div background color is #BCB6B2.


Border color

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

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

This div border color is #BCB6B2.


Opacity

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

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

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

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

This text has shadow with #BCB6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB6B2 on black background.


Color preview on white background

This text has color #BCB6B2 on white background.



Black color preview on #BCB6B2 background

This text has black color on #BCB6B2 background.


White color preview on #BCB6B2 background

This text has white color on #BCB6B2 background.