COLOR #BCB0BB

HEX: #BCB0BB RGB: (188,176,187)

Color info

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

RGB color model

#BCB0BB color RGB value is (188,176,187).

RGB: (188,176,187) (74%, 69%, 73%)

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 187 of 255 = 73%

188
176
187

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

Portions of RGB colors in percentages

R + G + B = 188 + 176 + 187 = 551 (100%)
R 188 of 551 ~ 34.12%
G 176 of 551 ~ 31.94%
B 187 of 551 ~ 33.94'%

%34.12
%31.94
%33.94

CMYK color model

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

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

CMYK: (0,6,1,26)
C0M6Y1K26 (0%, 6%, 1%, 26%)
(0.00 / 0.06 / 0.01 / 0.26)

CMYK percentages

%0
%6.38
%0.53
%26.27

Codes

Color #BCB0BB in popluar color models

BC B0 BB
RGB 188 176 187
HSL 305° 8.22% 71.37%
HSB/HSV 305° 6.38% 73.73%
CMYK 0.00% 6.38% 0.53%
26.27%

Color #BCB0BB in popluar number systems.

HEX BC B0 BB
Decimal 188 176 187
Binary 10111100 10110000 10111011
Octal 274 260 273

Shades and tints

Shades of #BCB0BB

#BCB0BB
(188,176,187)
#ABA0AA
(171,160,170)
#9A9099
(154,144,153)
#898088
(137,128,136)
#787077
(120,112,119)
#676066
(103,96,102)
#565055
(86,80,85)
#454044
(69,64,68)
#343033
(52,48,51)
#232022
(35,32,34)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #BCB0BB

#BCB0BB
(188,176,187)
#C2B7C1
(194,183,193)
#C8BEC7
(200,190,199)
#CEC5CD
(206,197,205)
#D4CCD3
(212,204,211)
#DAD3D9
(218,211,217)
#E0DADF
(224,218,223)
#E6E1E5
(230,225,229)
#ECE8EB
(236,232,235)
#F2EFF1
(242,239,241)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB0BB; }

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

This text font color is #BCB0BB.

Background Color

.myBgColor { background-color: #BCB0BB; }

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

This div background color is #BCB0BB.

Border color

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

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

This div border color is #BCB0BB.

Opacity

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

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

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

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

This text has shadow with #BCB0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB0BB.

Preview

Color preview on black background

This text has color #BCB0BB on black background.


Color preview on white background

This text has color #BCB0BB on white background.


Black color preview on #BCB0BB background

This text has black color on #BCB0BB background.


White color preview on #BCB0BB background

This text has white color on #BCB0BB background.


Related colors

Complementary color

Complementary color for #hex is #434F44.


I love getcolorcode.com

Triadic colors

1 #BBBCB0 and #B0BBBC with #BCB0BB are triadic colors.

2 #BBB0BC and #B0BCBB with #BCB0BB are triadic colors.