COLOR #BCB3B0

HEX: #BCB3B0
RGB: (188,179,176)

Color info

#BCB3B0 contains red, green and blue colors in about the same proportion. Web safe color of #BCB3B0 is #CC9999 (or #C99).

RGB color model

#BCB3B0 color RGB value is (188,179,176).

  • red value is 188;
  • green value is 179;
  • blue value is 176.
RGB:
(188,179,176)
(74%,70%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 176 of 255 = 69%

188
179
176

R + G + B ~ 71%. #BCB3B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 179 + 176 = 543 (100%)
R 188 of 543 ~ 34.62%
G 179 of 543 ~ 32.97%
B 176 of 543 ~ 32.41%

%34.62
%32.97
%32.41

CMYK color model

#BCB3B0 color CMYK value is (0,5,6,26).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(0,5,6,26)
C0M5Y6K26 
(0%,5%,6%,26%)
(0.00/0.05/0.06/0.26)	

CMYK percentages

%0
%4.79
%6.38
%26.27

Codes

Color #BCB3B0 in popluar color models

BCB3B0
RGB188179176
HSL15°8.22%71.37%
HSB/HSV15°6.38%73.73%
CMYK0.00%4.79%6.38%
26.27%

Color #BCB3B0 in popluar number systems.

HEXBCB3B0
Decimal188179176
Binary101111001011001110110000
Octal274263260

Shades and tints

Shades of #BCB3B0

#BCB3B0
(188,179,176)
#ABA3A0
(171,163,160)
#9A9390
(154,147,144)
#898380
(137,131,128)
#787370
(120,115,112)
#676360
(103,99,96)
#565350
(86,83,80)
#454340
(69,67,64)
#343330
(52,51,48)
#232320
(35,35,32)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BCB3B0

#BCB3B0
(188,179,176)
#C2B9B7
(194,185,183)
#C8BFBE
(200,191,190)
#CEC5C5
(206,197,197)
#D4CBCC
(212,203,204)
#DAD1D3
(218,209,211)
#E0D7DA
(224,215,218)
#E6DDE1
(230,221,225)
#ECE3E8
(236,227,232)
#F2E9EF
(242,233,239)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB3B0 color. Also use rgb(188,179,176) instead hex code.

Text Font Color

.myTextColor { color: #BCB3B0; }

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

This text font color is #BCB3B0.


Background Color

.myBgColor { background-color: #BCB3B0; }

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

This div background color is #BCB3B0.


Border color

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

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

This div border color is #BCB3B0.


Opacity

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

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

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

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

This text has shadow with #BCB3B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB3B0 on black background.


Color preview on white background

This text has color #BCB3B0 on white background.



Black color preview on #BCB3B0 background

This text has black color on #BCB3B0 background.


White color preview on #BCB3B0 background

This text has white color on #BCB3B0 background.