COLOR #BCBCE0

HEX: #BCBCE0
RGB: (188,188,224)

Color info

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

RGB color model

#BCBCE0 color RGB value is (188,188,224).

  • red value is 188;
  • green value is 188;
  • blue value is 224.
RGB:
(188,188,224)
(74%,74%,88%)

RGB channels and saturation

R 188 of 255 = 74%
G 188 of 255 = 74%
B 224 of 255 = 88%

188
188
224

R + G + B ~ 79%. #BCBCE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 188 + 224 = 600 (100%)
R 188 of 600 ~ 31.33%
G 188 of 600 ~ 31.33%
B 224 of 600 ~ 37.33%

%31.33
%31.33
%37.33

CMYK color model

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

  • cyan value is 16.07%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(16,16,0,12)
C16M16Y0K12 
(16%,16%,0%,12%)
(0.16/0.16/0.00/0.12)	

CMYK percentages

%16.07
%16.07
%0
%12.16

Codes

Color #BCBCE0 in popluar color models

BCBCE0
RGB188188224
HSL240°36.73%80.78%
HSB/HSV240°16.07%87.84%
CMYK16.07%16.07%0.00%
12.16%

Color #BCBCE0 in popluar number systems.

HEXBCBCE0
Decimal188188224
Binary101111001011110011100000
Octal274274340

Shades and tints

Shades of #BCBCE0

#BCBCE0
(188,188,224)
#ABABCC
(171,171,204)
#9A9AB8
(154,154,184)
#8989A4
(137,137,164)
#787890
(120,120,144)
#67677C
(103,103,124)
#565668
(86,86,104)
#454554
(69,69,84)
#343440
(52,52,64)
#23232C
(35,35,44)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #BCBCE0

#BCBCE0
(188,188,224)
#C2C2E2
(194,194,226)
#C8C8E4
(200,200,228)
#CECEE6
(206,206,230)
#D4D4E8
(212,212,232)
#DADAEA
(218,218,234)
#E0E0EC
(224,224,236)
#E6E6EE
(230,230,238)
#ECECF0
(236,236,240)
#F2F2F2
(242,242,242)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBCE0; }

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

This text font color is #BCBCE0.


Background Color

.myBgColor { background-color: #BCBCE0; }

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

This div background color is #BCBCE0.


Border color

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

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

This div border color is #BCBCE0.


Opacity

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

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

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

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

This text has shadow with #BCBCE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBCE0 on black background.


Color preview on white background

This text has color #BCBCE0 on white background.



Black color preview on #BCBCE0 background

This text has black color on #BCBCE0 background.


White color preview on #BCBCE0 background

This text has white color on #BCBCE0 background.