COLOR #BCB7B2

HEX: #BCB7B2
RGB: (188,183,178)

Color info

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

RGB color model

#BCB7B2 color RGB value is (188,183,178).

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

RGB channels and saturation

R 188 of 255 = 74%
G 183 of 255 = 72%
B 178 of 255 = 70%

188
183
178

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

Portions of RGB colors in percentages

R + G + B =
188 + 183 + 178 = 549 (100%)
R 188 of 549 ~ 34.24%
G 183 of 549 ~ 33.33%
B 178 of 549 ~ 32.42%

%34.24
%33.33
%32.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.66%
  • 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
%2.66
%5.32
%26.27

Codes

Color #BCB7B2 in popluar color models

BCB7B2
RGB188183178
HSL30°6.94%71.76%
HSB/HSV30°5.32%73.73%
CMYK0.00%2.66%5.32%
26.27%

Color #BCB7B2 in popluar number systems.

HEXBCB7B2
Decimal188183178
Binary101111001011011110110010
Octal274267262

Shades and tints

Shades of #BCB7B2

#BCB7B2
(188,183,178)
#ABA7A2
(171,167,162)
#9A9792
(154,151,146)
#898782
(137,135,130)
#787772
(120,119,114)
#676762
(103,103,98)
#565752
(86,87,82)
#454742
(69,71,66)
#343732
(52,55,50)
#232722
(35,39,34)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #BCB7B2

#BCB7B2
(188,183,178)
#C2BDB9
(194,189,185)
#C8C3C0
(200,195,192)
#CEC9C7
(206,201,199)
#D4CFCE
(212,207,206)
#DAD5D5
(218,213,213)
#E0DBDC
(224,219,220)
#E6E1E3
(230,225,227)
#ECE7EA
(236,231,234)
#F2EDF1
(242,237,241)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB7B2; }

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

This text font color is #BCB7B2.


Background Color

.myBgColor { background-color: #BCB7B2; }

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

This div background color is #BCB7B2.


Border color

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

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

This div border color is #BCB7B2.


Opacity

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

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

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

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

This text has shadow with #BCB7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB7B2 on black background.


Color preview on white background

This text has color #BCB7B2 on white background.



Black color preview on #BCB7B2 background

This text has black color on #BCB7B2 background.


White color preview on #BCB7B2 background

This text has white color on #BCB7B2 background.