COLOR #BCB9DC

HEX: #BCB9DC
RGB: (188,185,220)

Color info

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

RGB color model

#BCB9DC color RGB value is (188,185,220).

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

RGB channels and saturation

R 188 of 255 = 74%
G 185 of 255 = 73%
B 220 of 255 = 86%

188
185
220

R + G + B ~ 78%. #BCB9DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 185 + 220 = 593 (100%)
R 188 of 593 ~ 31.7%
G 185 of 593 ~ 31.2%
B 220 of 593 ~ 37.1%

%31.7
%31.2
%37.1

CMYK color model

#BCB9DC color CMYK value is (15,16,0,14).

  • cyan value is 14.55%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(15,16,0,14)
C15M16Y0K14 
(15%,16%,0%,14%)
(0.15/0.16/0.00/0.14)	

CMYK percentages

%14.55
%15.91
%0
%13.73

Codes

Color #BCB9DC in popluar color models

BCB9DC
RGB188185220
HSL245°33.33%79.41%
HSB/HSV245°15.91%86.27%
CMYK14.55%15.91%0.00%
13.73%

Color #BCB9DC in popluar number systems.

HEXBCB9DC
Decimal188185220
Binary101111001011100111011100
Octal274271334

Shades and tints

Shades of #BCB9DC

#BCB9DC
(188,185,220)
#ABA9C8
(171,169,200)
#9A99B4
(154,153,180)
#8989A0
(137,137,160)
#78798C
(120,121,140)
#676978
(103,105,120)
#565964
(86,89,100)
#454950
(69,73,80)
#34393C
(52,57,60)
#232928
(35,41,40)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #BCB9DC

#BCB9DC
(188,185,220)
#C2BFDF
(194,191,223)
#C8C5E2
(200,197,226)
#CECBE5
(206,203,229)
#D4D1E8
(212,209,232)
#DAD7EB
(218,215,235)
#E0DDEE
(224,221,238)
#E6E3F1
(230,227,241)
#ECE9F4
(236,233,244)
#F2EFF7
(242,239,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB9DC; }

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

This text font color is #BCB9DC.


Background Color

.myBgColor { background-color: #BCB9DC; }

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

This div background color is #BCB9DC.


Border color

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

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

This div border color is #BCB9DC.


Opacity

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

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

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

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

This text has shadow with #BCB9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB9DC on black background.


Color preview on white background

This text has color #BCB9DC on white background.



Black color preview on #BCB9DC background

This text has black color on #BCB9DC background.


White color preview on #BCB9DC background

This text has white color on #BCB9DC background.