COLOR #BCB5DA

HEX: #BCB5DA
RGB: (188,181,218)

Color info

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

RGB color model

#BCB5DA color RGB value is (188,181,218).

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

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 218 of 255 = 85%

188
181
218

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

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 218 = 587 (100%)
R 188 of 587 ~ 32.03%
G 181 of 587 ~ 30.83%
B 218 of 587 ~ 37.14%

%32.03
%30.83
%37.14

CMYK color model

#BCB5DA color CMYK value is (14,17,0,15).

  • cyan value is 13.76%
  • magenta value is 16.97%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(14,17,0,15)
C14M17Y0K15 
(14%,17%,0%,15%)
(0.14/0.17/0.00/0.15)	

CMYK percentages

%13.76
%16.97
%0
%14.51

Codes

Color #BCB5DA in popluar color models

BCB5DA
RGB188181218
HSL251°33.33%78.24%
HSB/HSV251°16.97%85.49%
CMYK13.76%16.97%0.00%
14.51%

Color #BCB5DA in popluar number systems.

HEXBCB5DA
Decimal188181218
Binary101111001011010111011010
Octal274265332

Shades and tints

Shades of #BCB5DA

#BCB5DA
(188,181,218)
#ABA5C7
(171,165,199)
#9A95B4
(154,149,180)
#8985A1
(137,133,161)
#78758E
(120,117,142)
#67657B
(103,101,123)
#565568
(86,85,104)
#454555
(69,69,85)
#343542
(52,53,66)
#23252F
(35,37,47)
#12151C
(18,21,28)
#000000
(0,0,0)

Tints of #BCB5DA

#BCB5DA
(188,181,218)
#C2BBDD
(194,187,221)
#C8C1E0
(200,193,224)
#CEC7E3
(206,199,227)
#D4CDE6
(212,205,230)
#DAD3E9
(218,211,233)
#E0D9EC
(224,217,236)
#E6DFEF
(230,223,239)
#ECE5F2
(236,229,242)
#F2EBF5
(242,235,245)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5DA; }

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

This text font color is #BCB5DA.


Background Color

.myBgColor { background-color: #BCB5DA; }

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

This div background color is #BCB5DA.


Border color

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

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

This div border color is #BCB5DA.


Opacity

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

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

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

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

This text has shadow with #BCB5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB5DA on black background.


Color preview on white background

This text has color #BCB5DA on white background.



Black color preview on #BCB5DA background

This text has black color on #BCB5DA background.


White color preview on #BCB5DA background

This text has white color on #BCB5DA background.