COLOR #BCB5EB

HEX: #BCB5EB
RGB: (188,181,235)

Color info

#BCB5EB contains red, green and blue colors in about the same proportion. Web safe color of #BCB5EB is #CCCCFF (or #CCF).

RGB color model

#BCB5EB color RGB value is (188,181,235).

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

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 235 of 255 = 92%

188
181
235

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

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 235 = 604 (100%)
R 188 of 604 ~ 31.13%
G 181 of 604 ~ 29.97%
B 235 of 604 ~ 38.91%

%31.13
%29.97
%38.91

CMYK color model

#BCB5EB color CMYK value is (20,23,0,8).

  • cyan value is 20.00%
  • magenta value is 22.98%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(20,23,0,8)
C20M23Y0K8 
(20%,23%,0%,8%)
(0.20/0.23/0.00/0.08)	

CMYK percentages

%20
%22.98
%0
%7.84

Codes

Color #BCB5EB in popluar color models

BCB5EB
RGB188181235
HSL248°57.45%81.57%
HSB/HSV248°22.98%92.16%
CMYK20.00%22.98%0.00%
7.84%

Color #BCB5EB in popluar number systems.

HEXBCB5EB
Decimal188181235
Binary101111001011010111101011
Octal274265353

Shades and tints

Shades of #BCB5EB

#BCB5EB
(188,181,235)
#ABA5D6
(171,165,214)
#9A95C1
(154,149,193)
#8985AC
(137,133,172)
#787597
(120,117,151)
#676582
(103,101,130)
#56556D
(86,85,109)
#454558
(69,69,88)
#343543
(52,53,67)
#23252E
(35,37,46)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #BCB5EB

#BCB5EB
(188,181,235)
#C2BBEC
(194,187,236)
#C8C1ED
(200,193,237)
#CEC7EE
(206,199,238)
#D4CDEF
(212,205,239)
#DAD3F0
(218,211,240)
#E0D9F1
(224,217,241)
#E6DFF2
(230,223,242)
#ECE5F3
(236,229,243)
#F2EBF4
(242,235,244)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5EB; }

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

This text font color is #BCB5EB.


Background Color

.myBgColor { background-color: #BCB5EB; }

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

This div background color is #BCB5EB.


Border color

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

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

This div border color is #BCB5EB.


Opacity

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

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

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

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

This text has shadow with #BCB5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB5EB on black background.


Color preview on white background

This text has color #BCB5EB on white background.



Black color preview on #BCB5EB background

This text has black color on #BCB5EB background.


White color preview on #BCB5EB background

This text has white color on #BCB5EB background.