COLOR #BCB2B6

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

Color info

#BCB2B6 contains red, green and blue colors in about the same proportion. Web safe color of #BCB2B6 is #CC99CC (or #C9C).

RGB color model

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

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

RGB channels and saturation

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

188
178
182

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

Portions of RGB colors in percentages

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

%34.31
%32.48
%33.21

CMYK color model

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

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

CMYK percentages

%0
%5.32
%3.19
%26.27

Codes

Color #BCB2B6 in popluar color models

BCB2B6
RGB188178182
HSL336°6.94%71.76%
HSB/HSV336°5.32%73.73%
CMYK0.00%5.32%3.19%
26.27%

Color #BCB2B6 in popluar number systems.

HEXBCB2B6
Decimal188178182
Binary101111001011001010110110
Octal274262266

Shades and tints

Shades of #BCB2B6

#BCB2B6
(188,178,182)
#ABA2A6
(171,162,166)
#9A9296
(154,146,150)
#898286
(137,130,134)
#787276
(120,114,118)
#676266
(103,98,102)
#565256
(86,82,86)
#454246
(69,66,70)
#343236
(52,50,54)
#232226
(35,34,38)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #BCB2B6

#BCB2B6
(188,178,182)
#C2B9BC
(194,185,188)
#C8C0C2
(200,192,194)
#CEC7C8
(206,199,200)
#D4CECE
(212,206,206)
#DAD5D4
(218,213,212)
#E0DCDA
(224,220,218)
#E6E3E0
(230,227,224)
#ECEAE6
(236,234,230)
#F2F1EC
(242,241,236)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB2B6; }

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

This text font color is #BCB2B6.


Background Color

.myBgColor { background-color: #BCB2B6; }

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

This div background color is #BCB2B6.


Border color

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

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

This div border color is #BCB2B6.


Opacity

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

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

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

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

This text has shadow with #BCB2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB2B6 on black background.


Color preview on white background

This text has color #BCB2B6 on white background.



Black color preview on #BCB2B6 background

This text has black color on #BCB2B6 background.


White color preview on #BCB2B6 background

This text has white color on #BCB2B6 background.