COLOR #BCB5DC

HEX: #BCB5DC
RGB: (188,181,220)

Color info

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

RGB color model

#BCB5DC color RGB value is (188,181,220).

  • red value is 188;
  • green value is 181;
  • blue value is 220.
RGB:
(188,181,220)
(74%,71%,86%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 220 of 255 = 86%

188
181
220

R + G + B ~ 77%. #BCB5DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 220 = 589 (100%)
R 188 of 589 ~ 31.92%
G 181 of 589 ~ 30.73%
B 220 of 589 ~ 37.35%

%31.92
%30.73
%37.35

CMYK color model

#BCB5DC color CMYK value is (15,18,0,14).

  • cyan value is 14.55%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(15,18,0,14)
C15M18Y0K14 
(15%,18%,0%,14%)
(0.15/0.18/0.00/0.14)	

CMYK percentages

%14.55
%17.73
%0
%13.73

Codes

Color #BCB5DC in popluar color models

BCB5DC
RGB188181220
HSL251°35.78%78.63%
HSB/HSV251°17.73%86.27%
CMYK14.55%17.73%0.00%
13.73%

Color #BCB5DC in popluar number systems.

HEXBCB5DC
Decimal188181220
Binary101111001011010111011100
Octal274265334

Shades and tints

Shades of #BCB5DC

#BCB5DC
(188,181,220)
#ABA5C8
(171,165,200)
#9A95B4
(154,149,180)
#8985A0
(137,133,160)
#78758C
(120,117,140)
#676578
(103,101,120)
#565564
(86,85,100)
#454550
(69,69,80)
#34353C
(52,53,60)
#232528
(35,37,40)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #BCB5DC

#BCB5DC
(188,181,220)
#C2BBDF
(194,187,223)
#C8C1E2
(200,193,226)
#CEC7E5
(206,199,229)
#D4CDE8
(212,205,232)
#DAD3EB
(218,211,235)
#E0D9EE
(224,217,238)
#E6DFF1
(230,223,241)
#ECE5F4
(236,229,244)
#F2EBF7
(242,235,247)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5DC; }

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

This text font color is #BCB5DC.


Background Color

.myBgColor { background-color: #BCB5DC; }

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

This div background color is #BCB5DC.


Border color

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

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

This div border color is #BCB5DC.


Opacity

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

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

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

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

This text has shadow with #BCB5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB5DC on black background.


Color preview on white background

This text has color #BCB5DC on white background.



Black color preview on #BCB5DC background

This text has black color on #BCB5DC background.


White color preview on #BCB5DC background

This text has white color on #BCB5DC background.