COLOR #BCB5CE

HEX: #BCB5CE
RGB: (188,181,206)

Color info

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

RGB color model

#BCB5CE color RGB value is (188,181,206).

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

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 206 of 255 = 81%

188
181
206

R + G + B ~ 75%. #BCB5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 206 = 575 (100%)
R 188 of 575 ~ 32.7%
G 181 of 575 ~ 31.48%
B 206 of 575 ~ 35.83%

%32.7
%31.48
%35.83

CMYK color model

#BCB5CE color CMYK value is (9,12,0,19).

  • cyan value is 8.74%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,12,0,19)
C9M12Y0K19 
(9%,12%,0%,19%)
(0.09/0.12/0.00/0.19)	

CMYK percentages

%8.74
%12.14
%0
%19.22

Codes

Color #BCB5CE in popluar color models

BCB5CE
RGB188181206
HSL257°20.33%75.88%
HSB/HSV257°12.14%80.78%
CMYK8.74%12.14%0.00%
19.22%

Color #BCB5CE in popluar number systems.

HEXBCB5CE
Decimal188181206
Binary101111001011010111001110
Octal274265316

Shades and tints

Shades of #BCB5CE

#BCB5CE
(188,181,206)
#ABA5BC
(171,165,188)
#9A95AA
(154,149,170)
#898598
(137,133,152)
#787586
(120,117,134)
#676574
(103,101,116)
#565562
(86,85,98)
#454550
(69,69,80)
#34353E
(52,53,62)
#23252C
(35,37,44)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #BCB5CE

#BCB5CE
(188,181,206)
#C2BBD2
(194,187,210)
#C8C1D6
(200,193,214)
#CEC7DA
(206,199,218)
#D4CDDE
(212,205,222)
#DAD3E2
(218,211,226)
#E0D9E6
(224,217,230)
#E6DFEA
(230,223,234)
#ECE5EE
(236,229,238)
#F2EBF2
(242,235,242)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5CE; }

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

This text font color is #BCB5CE.


Background Color

.myBgColor { background-color: #BCB5CE; }

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

This div background color is #BCB5CE.


Border color

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

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

This div border color is #BCB5CE.


Opacity

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

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

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

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

This text has shadow with #BCB5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB5CE on black background.


Color preview on white background

This text has color #BCB5CE on white background.



Black color preview on #BCB5CE background

This text has black color on #BCB5CE background.


White color preview on #BCB5CE background

This text has white color on #BCB5CE background.