COLOR #BCB5E2

HEX: #BCB5E2
RGB: (188,181,226)

Color info

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

RGB color model

#BCB5E2 color RGB value is (188,181,226).

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

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 226 of 255 = 89%

188
181
226

R + G + B ~ 78%. #BCB5E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 226 = 595 (100%)
R 188 of 595 ~ 31.6%
G 181 of 595 ~ 30.42%
B 226 of 595 ~ 37.98%

%31.6
%30.42
%37.98

CMYK color model

#BCB5E2 color CMYK value is (17,20,0,11).

  • cyan value is 16.81%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(17,20,0,11)
C17M20Y0K11 
(17%,20%,0%,11%)
(0.17/0.20/0.00/0.11)	

CMYK percentages

%16.81
%19.91
%0
%11.37

Codes

Color #BCB5E2 in popluar color models

BCB5E2
RGB188181226
HSL249°43.69%79.80%
HSB/HSV249°19.91%88.63%
CMYK16.81%19.91%0.00%
11.37%

Color #BCB5E2 in popluar number systems.

HEXBCB5E2
Decimal188181226
Binary101111001011010111100010
Octal274265342

Shades and tints

Shades of #BCB5E2

#BCB5E2
(188,181,226)
#ABA5CE
(171,165,206)
#9A95BA
(154,149,186)
#8985A6
(137,133,166)
#787592
(120,117,146)
#67657E
(103,101,126)
#56556A
(86,85,106)
#454556
(69,69,86)
#343542
(52,53,66)
#23252E
(35,37,46)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #BCB5E2

#BCB5E2
(188,181,226)
#C2BBE4
(194,187,228)
#C8C1E6
(200,193,230)
#CEC7E8
(206,199,232)
#D4CDEA
(212,205,234)
#DAD3EC
(218,211,236)
#E0D9EE
(224,217,238)
#E6DFF0
(230,223,240)
#ECE5F2
(236,229,242)
#F2EBF4
(242,235,244)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5E2; }

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

This text font color is #BCB5E2.


Background Color

.myBgColor { background-color: #BCB5E2; }

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

This div background color is #BCB5E2.


Border color

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

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

This div border color is #BCB5E2.


Opacity

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

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

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

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

This text has shadow with #BCB5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB5E2 on black background.


Color preview on white background

This text has color #BCB5E2 on white background.



Black color preview on #BCB5E2 background

This text has black color on #BCB5E2 background.


White color preview on #BCB5E2 background

This text has white color on #BCB5E2 background.