COLOR #BCB6BE

HEX: #BCB6BE RGB: (188,182,190)

Color info

#BCB6BE contains red, green and blue colors in about the same proportion. Web safe color of #BCB6BE is #CCCCCC (or #CCC).

RGB color model

#BCB6BE color RGB value is (188,182,190).

RGB: (188,182,190) (74%, 71%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 182 of 255 = 71%
B 190 of 255 = 75%

188
182
190

R + G + B ~ 73%. #BCB6BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 182 + 190 = 560 (100%)
R 188 of 560 ~ 33.57%
G 182 of 560 ~ 32.5%
B 190 of 560 ~ 33.93'%

%33.57
%32.5
%33.93

CMYK color model

#BCB6BE color CMYK value is (1,4,0,25).

  • cyan value is 1.05%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (1,4,0,25)
C1M4Y0K25 (1%, 4%, 0%, 25%)
(0.01 / 0.04 / 0.00 / 0.25)

CMYK percentages

%1.05
%4.21
%0
%25.49

Codes

Color #BCB6BE in popluar color models

BC B6 BE
RGB 188 182 190
HSL 285° 5.80% 72.94%
HSB/HSV 285° 4.21% 74.51%
CMYK 1.05% 4.21% 0.00%
25.49%

Color #BCB6BE in popluar number systems.

HEX BC B6 BE
Decimal 188 182 190
Binary 10111100 10110110 10111110
Octal 274 266 276

Shades and tints

Shades of #BCB6BE

#BCB6BE
(188,182,190)
#ABA6AD
(171,166,173)
#9A969C
(154,150,156)
#89868B
(137,134,139)
#78767A
(120,118,122)
#676669
(103,102,105)
#565658
(86,86,88)
#454647
(69,70,71)
#343636
(52,54,54)
#232625
(35,38,37)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #BCB6BE

#BCB6BE
(188,182,190)
#C2BCC3
(194,188,195)
#C8C2C8
(200,194,200)
#CEC8CD
(206,200,205)
#D4CED2
(212,206,210)
#DAD4D7
(218,212,215)
#E0DADC
(224,218,220)
#E6E0E1
(230,224,225)
#ECE6E6
(236,230,230)
#F2ECEB
(242,236,235)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB6BE color. Also use rgb(188,182,190) instead hex code.

Text Font Color

.myTextColor { color: #BCB6BE; }

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

This text font color is #BCB6BE.

Background Color

.myBgColor { background-color: #BCB6BE; }

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

This div background color is #BCB6BE.

Border color

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

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

This div border color is #BCB6BE.

Opacity

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

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

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

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

This text has shadow with #BCB6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB6BE.

Preview

Color preview on black background

This text has color #BCB6BE on black background.


Color preview on white background

This text has color #BCB6BE on white background.


Black color preview on #BCB6BE background

This text has black color on #BCB6BE background.


White color preview on #BCB6BE background

This text has white color on #BCB6BE background.


Related colors

Complementary color

Complementary color for #hex is #434941.


I love getcolorcode.com

Triadic colors

1 #BEBCB6 and #B6BEBC with #BCB6BE are triadic colors.

2 #BEB6BC and #B6BCBE with #BCB6BE are triadic colors.