COLOR #BCB2DC

HEX: #BCB2DC
RGB: (188,178,220)

Color info

#BCB2DC contains red, green and blue colors in about the same proportion. Web safe color of #BCB2DC is #CC99CC (or #C9C).

RGB color model

#BCB2DC color RGB value is (188,178,220).

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

RGB channels and saturation

R 188 of 255 = 74%
G 178 of 255 = 70%
B 220 of 255 = 86%

188
178
220

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

Portions of RGB colors in percentages

R + G + B =
188 + 178 + 220 = 586 (100%)
R 188 of 586 ~ 32.08%
G 178 of 586 ~ 30.38%
B 220 of 586 ~ 37.54%

%32.08
%30.38
%37.54

CMYK color model

#BCB2DC color CMYK value is (15,19,0,14).

  • cyan value is 14.55%
  • magenta value is 19.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(15,19,0,14)
C15M19Y0K14 
(15%,19%,0%,14%)
(0.15/0.19/0.00/0.14)	

CMYK percentages

%14.55
%19.09
%0
%13.73

Codes

Color #BCB2DC in popluar color models

BCB2DC
RGB188178220
HSL254°37.50%78.04%
HSB/HSV254°19.09%86.27%
CMYK14.55%19.09%0.00%
13.73%

Color #BCB2DC in popluar number systems.

HEXBCB2DC
Decimal188178220
Binary101111001011001011011100
Octal274262334

Shades and tints

Shades of #BCB2DC

#BCB2DC
(188,178,220)
#ABA2C8
(171,162,200)
#9A92B4
(154,146,180)
#8982A0
(137,130,160)
#78728C
(120,114,140)
#676278
(103,98,120)
#565264
(86,82,100)
#454250
(69,66,80)
#34323C
(52,50,60)
#232228
(35,34,40)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #BCB2DC

#BCB2DC
(188,178,220)
#C2B9DF
(194,185,223)
#C8C0E2
(200,192,226)
#CEC7E5
(206,199,229)
#D4CEE8
(212,206,232)
#DAD5EB
(218,213,235)
#E0DCEE
(224,220,238)
#E6E3F1
(230,227,241)
#ECEAF4
(236,234,244)
#F2F1F7
(242,241,247)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB2DC; }

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

This text font color is #BCB2DC.


Background Color

.myBgColor { background-color: #BCB2DC; }

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

This div background color is #BCB2DC.


Border color

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

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

This div border color is #BCB2DC.


Opacity

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

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

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

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

This text has shadow with #BCB2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB2DC on black background.


Color preview on white background

This text has color #BCB2DC on white background.



Black color preview on #BCB2DC background

This text has black color on #BCB2DC background.


White color preview on #BCB2DC background

This text has white color on #BCB2DC background.