COLOR #BCB0B1

HEX: #BCB0B1 RGB: (188,176,177)

Color info

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

RGB color model

#BCB0B1 color RGB value is (188,176,177).

RGB: (188,176,177) (74%, 69%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 177 of 255 = 69%

188
176
177

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

Portions of RGB colors in percentages

R + G + B = 188 + 176 + 177 = 541 (100%)
R 188 of 541 ~ 34.75%
G 176 of 541 ~ 32.53%
B 177 of 541 ~ 32.72'%

%34.75
%32.53
%32.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 5.85%
  • key color value is 26.27%

CMYK: (0,6,6,26)
C0M6Y6K26 (0%, 6%, 6%, 26%)
(0.00 / 0.06 / 0.06 / 0.26)

CMYK percentages

%0
%6.38
%5.85
%26.27

Codes

Color #BCB0B1 in popluar color models

BC B0 B1
RGB 188 176 177
HSL 355° 8.22% 71.37%
HSB/HSV 355° 6.38% 73.73%
CMYK 0.00% 6.38% 5.85%
26.27%

Color #BCB0B1 in popluar number systems.

HEX BC B0 B1
Decimal 188 176 177
Binary 10111100 10110000 10110001
Octal 274 260 261

Shades and tints

Shades of #BCB0B1

#BCB0B1
(188,176,177)
#ABA0A1
(171,160,161)
#9A9091
(154,144,145)
#898081
(137,128,129)
#787071
(120,112,113)
#676061
(103,96,97)
#565051
(86,80,81)
#454041
(69,64,65)
#343031
(52,48,49)
#232021
(35,32,33)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #BCB0B1

#BCB0B1
(188,176,177)
#C2B7B8
(194,183,184)
#C8BEBF
(200,190,191)
#CEC5C6
(206,197,198)
#D4CCCD
(212,204,205)
#DAD3D4
(218,211,212)
#E0DADB
(224,218,219)
#E6E1E2
(230,225,226)
#ECE8E9
(236,232,233)
#F2EFF0
(242,239,240)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB0B1; }

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

This text font color is #BCB0B1.

Background Color

.myBgColor { background-color: #BCB0B1; }

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

This div background color is #BCB0B1.

Border color

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

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

This div border color is #BCB0B1.

Opacity

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

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

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

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

This text has shadow with #BCB0B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB0B1.

Preview

Color preview on black background

This text has color #BCB0B1 on black background.


Color preview on white background

This text has color #BCB0B1 on white background.


Black color preview on #BCB0B1 background

This text has black color on #BCB0B1 background.


White color preview on #BCB0B1 background

This text has white color on #BCB0B1 background.


Related colors

Complementary color

Complementary color for #hex is #434F4E.


I love getcolorcode.com

Triadic colors

1 #B1BCB0 and #B0B1BC with #BCB0B1 are triadic colors.

2 #B1B0BC and #B0BCB1 with #BCB0B1 are triadic colors.