COLOR #BCB0E1

HEX: #BCB0E1
RGB: (188,176,225)

Color info

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

RGB color model

#BCB0E1 color RGB value is (188,176,225).

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

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 225 of 255 = 88%

188
176
225

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

Portions of RGB colors in percentages

R + G + B =
188 + 176 + 225 = 589 (100%)
R 188 of 589 ~ 31.92%
G 176 of 589 ~ 29.88%
B 225 of 589 ~ 38.2%

%31.92
%29.88
%38.2

CMYK color model

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

  • cyan value is 16.44%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(16,22,0,12)
C16M22Y0K12 
(16%,22%,0%,12%)
(0.16/0.22/0.00/0.12)	

CMYK percentages

%16.44
%21.78
%0
%11.76

Codes

Color #BCB0E1 in popluar color models

BCB0E1
RGB188176225
HSL255°44.95%78.63%
HSB/HSV255°21.78%88.24%
CMYK16.44%21.78%0.00%
11.76%

Color #BCB0E1 in popluar number systems.

HEXBCB0E1
Decimal188176225
Binary101111001011000011100001
Octal274260341

Shades and tints

Shades of #BCB0E1

#BCB0E1
(188,176,225)
#ABA0CD
(171,160,205)
#9A90B9
(154,144,185)
#8980A5
(137,128,165)
#787091
(120,112,145)
#67607D
(103,96,125)
#565069
(86,80,105)
#454055
(69,64,85)
#343041
(52,48,65)
#23202D
(35,32,45)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #BCB0E1

#BCB0E1
(188,176,225)
#C2B7E3
(194,183,227)
#C8BEE5
(200,190,229)
#CEC5E7
(206,197,231)
#D4CCE9
(212,204,233)
#DAD3EB
(218,211,235)
#E0DAED
(224,218,237)
#E6E1EF
(230,225,239)
#ECE8F1
(236,232,241)
#F2EFF3
(242,239,243)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB0E1; }

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

This text font color is #BCB0E1.


Background Color

.myBgColor { background-color: #BCB0E1; }

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

This div background color is #BCB0E1.


Border color

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

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

This div border color is #BCB0E1.


Opacity

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

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

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

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

This text has shadow with #BCB0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB0E1 on black background.


Color preview on white background

This text has color #BCB0E1 on white background.



Black color preview on #BCB0E1 background

This text has black color on #BCB0E1 background.


White color preview on #BCB0E1 background

This text has white color on #BCB0E1 background.