COLOR #BCB0BA

HEX: #BCB0BA RGB: (188,176,186)

Color info

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

RGB color model

#BCB0BA color RGB value is (188,176,186).

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

RGB channels and saturation

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

188
176
186

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

Portions of RGB colors in percentages

R + G + B = 188 + 176 + 186 = 550 (100%)
R 188 of 550 ~ 34.18%
G 176 of 550 ~ 32%
B 186 of 550 ~ 33.82'%

%34.18
%32
%33.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 1.06%
  • 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
%1.06
%26.27

Codes

Color #BCB0BA in popluar color models

BC B0 BA
RGB 188 176 186
HSL 310° 8.22% 71.37%
HSB/HSV 310° 6.38% 73.73%
CMYK 0.00% 6.38% 1.06%
26.27%

Color #BCB0BA in popluar number systems.

HEX BC B0 BA
Decimal 188 176 186
Binary 10111100 10110000 10111010
Octal 274 260 272

Shades and tints

Shades of #BCB0BA

#BCB0BA
(188,176,186)
#ABA0AA
(171,160,170)
#9A909A
(154,144,154)
#89808A
(137,128,138)
#78707A
(120,112,122)
#67606A
(103,96,106)
#56505A
(86,80,90)
#45404A
(69,64,74)
#34303A
(52,48,58)
#23202A
(35,32,42)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #BCB0BA

#BCB0BA
(188,176,186)
#C2B7C0
(194,183,192)
#C8BEC6
(200,190,198)
#CEC5CC
(206,197,204)
#D4CCD2
(212,204,210)
#DAD3D8
(218,211,216)
#E0DADE
(224,218,222)
#E6E1E4
(230,225,228)
#ECE8EA
(236,232,234)
#F2EFF0
(242,239,240)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB0BA; }

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

This text font color is #BCB0BA.

Background Color

.myBgColor { background-color: #BCB0BA; }

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

This div background color is #BCB0BA.

Border color

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

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

This div border color is #BCB0BA.

Opacity

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

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

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

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

This text has shadow with #BCB0BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB0BA.

Preview

Color preview on black background

This text has color #BCB0BA on black background.


Color preview on white background

This text has color #BCB0BA on white background.


Black color preview on #BCB0BA background

This text has black color on #BCB0BA background.


White color preview on #BCB0BA background

This text has white color on #BCB0BA background.


Related colors

Complementary color

Complementary color for #hex is #434F45.


I love getcolorcode.com

Triadic colors

1 #BABCB0 and #B0BABC with #BCB0BA are triadic colors.

2 #BAB0BC and #B0BCBA with #BCB0BA are triadic colors.