COLOR #BCB6CD

HEX: #BCB6CD RGB: (188,182,205)

Color info

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

RGB color model

#BCB6CD color RGB value is (188,182,205).

RGB: (188,182,205) (74%, 71%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 182 of 255 = 71%
B 205 of 255 = 80%

188
182
205

R + G + B ~ 75%. #BCB6CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 182 + 205 = 575 (100%)
R 188 of 575 ~ 32.7%
G 182 of 575 ~ 31.65%
B 205 of 575 ~ 35.65'%

%32.7
%31.65
%35.65

CMYK color model

#BCB6CD color CMYK value is (8,11,0,20).

  • cyan value is 8.29%
  • magenta value is 11.22%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (8,11,0,20)
C8M11Y0K20 (8%, 11%, 0%, 20%)
(0.08 / 0.11 / 0.00 / 0.20)

CMYK percentages

%8.29
%11.22
%0
%19.61

Codes

Color #BCB6CD in popluar color models

BC B6 CD
RGB 188 182 205
HSL 256° 18.70% 75.88%
HSB/HSV 256° 11.22% 80.39%
CMYK 8.29% 11.22% 0.00%
19.61%

Color #BCB6CD in popluar number systems.

HEX BC B6 CD
Decimal 188 182 205
Binary 10111100 10110110 11001101
Octal 274 266 315

Shades and tints

Shades of #BCB6CD

#BCB6CD
(188,182,205)
#ABA6BB
(171,166,187)
#9A96A9
(154,150,169)
#898697
(137,134,151)
#787685
(120,118,133)
#676673
(103,102,115)
#565661
(86,86,97)
#45464F
(69,70,79)
#34363D
(52,54,61)
#23262B
(35,38,43)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #BCB6CD

#BCB6CD
(188,182,205)
#C2BCD1
(194,188,209)
#C8C2D5
(200,194,213)
#CEC8D9
(206,200,217)
#D4CEDD
(212,206,221)
#DAD4E1
(218,212,225)
#E0DAE5
(224,218,229)
#E6E0E9
(230,224,233)
#ECE6ED
(236,230,237)
#F2ECF1
(242,236,241)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB6CD; }

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

This text font color is #BCB6CD.

Background Color

.myBgColor { background-color: #BCB6CD; }

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

This div background color is #BCB6CD.

Border color

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

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

This div border color is #BCB6CD.

Opacity

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

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

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

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

This text has shadow with #BCB6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB6CD.

Preview

Color preview on black background

This text has color #BCB6CD on black background.


Color preview on white background

This text has color #BCB6CD on white background.


Black color preview on #BCB6CD background

This text has black color on #BCB6CD background.


White color preview on #BCB6CD background

This text has white color on #BCB6CD background.


Related colors

Complementary color

Complementary color for #hex is #434932.


I love getcolorcode.com

Triadic colors

1 #CDBCB6 and #B6CDBC with #BCB6CD are triadic colors.

2 #CDB6BC and #B6BCCD with #BCB6CD are triadic colors.