COLOR #BCB5CD

HEX: #BCB5CD RGB: (188,181,205)

Color info

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

RGB color model

#BCB5CD color RGB value is (188,181,205).

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

RGB channels and saturation

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

188
181
205

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

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 205 = 574 (100%)
R 188 of 574 ~ 32.75%
G 181 of 574 ~ 31.53%
B 205 of 574 ~ 35.71'%

%32.75
%31.53
%35.71

CMYK color model

#BCB5CD color CMYK value is (8,12,0,20).

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

CMYK: (8,12,0,20)
C8M12Y0K20 (8%, 12%, 0%, 20%)
(0.08 / 0.12 / 0.00 / 0.20)

CMYK percentages

%8.29
%11.71
%0
%19.61

Codes

Color #BCB5CD in popluar color models

BC B5 CD
RGB 188 181 205
HSL 258° 19.35% 75.69%
HSB/HSV 258° 11.71% 80.39%
CMYK 8.29% 11.71% 0.00%
19.61%

Color #BCB5CD in popluar number systems.

HEX BC B5 CD
Decimal 188 181 205
Binary 10111100 10110101 11001101
Octal 274 265 315

Shades and tints

Shades of #BCB5CD

#BCB5CD
(188,181,205)
#ABA5BB
(171,165,187)
#9A95A9
(154,149,169)
#898597
(137,133,151)
#787585
(120,117,133)
#676573
(103,101,115)
#565561
(86,85,97)
#45454F
(69,69,79)
#34353D
(52,53,61)
#23252B
(35,37,43)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #BCB5CD

#BCB5CD
(188,181,205)
#C2BBD1
(194,187,209)
#C8C1D5
(200,193,213)
#CEC7D9
(206,199,217)
#D4CDDD
(212,205,221)
#DAD3E1
(218,211,225)
#E0D9E5
(224,217,229)
#E6DFE9
(230,223,233)
#ECE5ED
(236,229,237)
#F2EBF1
(242,235,241)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5CD; }

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

This text font color is #BCB5CD.

Background Color

.myBgColor { background-color: #BCB5CD; }

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

This div background color is #BCB5CD.

Border color

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

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

This div border color is #BCB5CD.

Opacity

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

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

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

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

This text has shadow with #BCB5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB5CD.

Preview

Color preview on black background

This text has color #BCB5CD on black background.


Color preview on white background

This text has color #BCB5CD on white background.


Black color preview on #BCB5CD background

This text has black color on #BCB5CD background.


White color preview on #BCB5CD background

This text has white color on #BCB5CD background.


Related colors

Complementary color

Complementary color for #hex is #434A32.


I love getcolorcode.com

Triadic colors

1 #CDBCB5 and #B5CDBC with #BCB5CD are triadic colors.

2 #CDB5BC and #B5BCCD with #BCB5CD are triadic colors.