COLOR #BCB3D6

HEX: #BCB3D6
RGB: (188,179,214)

Color info

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

RGB color model

#BCB3D6 color RGB value is (188,179,214).

  • red value is 188;
  • green value is 179;
  • blue value is 214.
RGB:
(188,179,214)
(74%,70%,84%)

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 214 of 255 = 84%

188
179
214

R + G + B ~ 76%. #BCB3D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 179 + 214 = 581 (100%)
R 188 of 581 ~ 32.36%
G 179 of 581 ~ 30.81%
B 214 of 581 ~ 36.83%

%32.36
%30.81
%36.83

CMYK color model

#BCB3D6 color CMYK value is (12,16,0,16).

  • cyan value is 12.15%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(12,16,0,16)
C12M16Y0K16 
(12%,16%,0%,16%)
(0.12/0.16/0.00/0.16)	

CMYK percentages

%12.15
%16.36
%0
%16.08

Codes

Color #BCB3D6 in popluar color models

BCB3D6
RGB188179214
HSL255°29.91%77.06%
HSB/HSV255°16.36%83.92%
CMYK12.15%16.36%0.00%
16.08%

Color #BCB3D6 in popluar number systems.

HEXBCB3D6
Decimal188179214
Binary101111001011001111010110
Octal274263326

Shades and tints

Shades of #BCB3D6

#BCB3D6
(188,179,214)
#ABA3C3
(171,163,195)
#9A93B0
(154,147,176)
#89839D
(137,131,157)
#78738A
(120,115,138)
#676377
(103,99,119)
#565364
(86,83,100)
#454351
(69,67,81)
#34333E
(52,51,62)
#23232B
(35,35,43)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #BCB3D6

#BCB3D6
(188,179,214)
#C2B9D9
(194,185,217)
#C8BFDC
(200,191,220)
#CEC5DF
(206,197,223)
#D4CBE2
(212,203,226)
#DAD1E5
(218,209,229)
#E0D7E8
(224,215,232)
#E6DDEB
(230,221,235)
#ECE3EE
(236,227,238)
#F2E9F1
(242,233,241)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB3D6 color. Also use rgb(188,179,214) instead hex code.

Text Font Color

.myTextColor { color: #BCB3D6; }

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

This text font color is #BCB3D6.


Background Color

.myBgColor { background-color: #BCB3D6; }

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

This div background color is #BCB3D6.


Border color

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

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

This div border color is #BCB3D6.


Opacity

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

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

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

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

This text has shadow with #BCB3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB3D6 on black background.


Color preview on white background

This text has color #BCB3D6 on white background.



Black color preview on #BCB3D6 background

This text has black color on #BCB3D6 background.


White color preview on #BCB3D6 background

This text has white color on #BCB3D6 background.