COLOR #BCB0B3

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

188
176
179

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

Portions of RGB colors in percentages

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

%34.62
%32.41
%32.97

CMYK color model

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

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

CMYK percentages

%0
%6.38
%4.79
%26.27

Codes

Color #BCB0B3 in popluar color models

BCB0B3
RGB188176179
HSL345°8.22%71.37%
HSB/HSV345°6.38%73.73%
CMYK0.00%6.38%4.79%
26.27%

Color #BCB0B3 in popluar number systems.

HEXBCB0B3
Decimal188176179
Binary101111001011000010110011
Octal274260263

Shades and tints

Shades of #BCB0B3

#BCB0B3
(188,176,179)
#ABA0A3
(171,160,163)
#9A9093
(154,144,147)
#898083
(137,128,131)
#787073
(120,112,115)
#676063
(103,96,99)
#565053
(86,80,83)
#454043
(69,64,67)
#343033
(52,48,51)
#232023
(35,32,35)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #BCB0B3

#BCB0B3
(188,176,179)
#C2B7B9
(194,183,185)
#C8BEBF
(200,190,191)
#CEC5C5
(206,197,197)
#D4CCCB
(212,204,203)
#DAD3D1
(218,211,209)
#E0DAD7
(224,218,215)
#E6E1DD
(230,225,221)
#ECE8E3
(236,232,227)
#F2EFE9
(242,239,233)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB0B3; }

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

This text font color is #BCB0B3.


Background Color

.myBgColor { background-color: #BCB0B3; }

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

This div background color is #BCB0B3.


Border color

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

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

This div border color is #BCB0B3.


Opacity

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

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

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

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

This text has shadow with #BCB0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB0B3 on black background.


Color preview on white background

This text has color #BCB0B3 on white background.



Black color preview on #BCB0B3 background

This text has black color on #BCB0B3 background.


White color preview on #BCB0B3 background

This text has white color on #BCB0B3 background.