COLOR #BCB5EF

HEX: #BCB5EF RGB: (188,181,239)

Color info

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

RGB color model

#BCB5EF color RGB value is (188,181,239).

RGB: (188,181,239) (74%, 71%, 94%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 239 of 255 = 94%

188
181
239

R + G + B ~ 80%. #BCB5EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 239 = 608 (100%)
R 188 of 608 ~ 30.92%
G 181 of 608 ~ 29.77%
B 239 of 608 ~ 39.31'%

%30.92
%29.77
%39.31

CMYK color model

#BCB5EF color CMYK value is (21,24,0,6).

  • cyan value is 21.34%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (21,24,0,6) C21M24Y0K6 (21%,24%,0%,6%) (0.21/0.24/0.00/0.06) 

CMYK percentages

%21.34
%24.27
%0
%6.27

Codes

Color #BCB5EF in popluar color models

BC B5 EF
RGB 188 181 239
HSL 247° 64.44% 82.35%
HSB/HSV 247° 24.27% 93.73%
CMYK 21.34% 24.27% 0.00%
6.27%

Color #BCB5EF in popluar number systems.

HEX BC B5 EF
Decimal 188 181 239
Binary 10111100 10110101 11101111
Octal 274 265 357

Shades and tints

Shades of #BCB5EF

#BCB5EF
(188,181,239)
#ABA5DA
(171,165,218)
#9A95C5
(154,149,197)
#8985B0
(137,133,176)
#78759B
(120,117,155)
#676586
(103,101,134)
#565571
(86,85,113)
#45455C
(69,69,92)
#343547
(52,53,71)
#232532
(35,37,50)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #BCB5EF

#BCB5EF
(188,181,239)
#C2BBF0
(194,187,240)
#C8C1F1
(200,193,241)
#CEC7F2
(206,199,242)
#D4CDF3
(212,205,243)
#DAD3F4
(218,211,244)
#E0D9F5
(224,217,245)
#E6DFF6
(230,223,246)
#ECE5F7
(236,229,247)
#F2EBF8
(242,235,248)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5EF; }

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

This text font color is #BCB5EF.

Background Color

.myBgColor { background-color: #BCB5EF; }

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

This div background color is #BCB5EF.

Border color

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

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

This div border color is #BCB5EF.

Opacity

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

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

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

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

This text has shadow with #BCB5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB5EF.

Preview

Color preview on black background

This text has color #BCB5EF on black background.


Color preview on white background

This text has color #BCB5EF on white background.


Black color preview on #BCB5EF background

This text has black color on #BCB5EF background.


White color preview on #BCB5EF background

This text has white color on #BCB5EF background.


Related colors

Complementary color

Complementary color for #hex is #434A10.


I love getcolorcode.com

Triadic colors

1 #EFBCB5 and #B5EFBC with #BCB5EF are triadic colors.

2 #EFB5BC and #B5BCEF with #BCB5EF are triadic colors.