COLOR #BCB7E8

HEX: #BCB7E8
RGB: (188,183,232)

Color info

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

RGB color model

#BCB7E8 color RGB value is (188,183,232).

  • red value is 188;
  • green value is 183;
  • blue value is 232.
RGB:
(188,183,232)
(74%,72%,91%)

RGB channels and saturation

R 188 of 255 = 74%
G 183 of 255 = 72%
B 232 of 255 = 91%

188
183
232

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

Portions of RGB colors in percentages

R + G + B =
188 + 183 + 232 = 603 (100%)
R 188 of 603 ~ 31.18%
G 183 of 603 ~ 30.35%
B 232 of 603 ~ 38.47%

%31.18
%30.35
%38.47

CMYK color model

#BCB7E8 color CMYK value is (19,21,0,9).

  • cyan value is 18.97%
  • magenta value is 21.12%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,21,0,9)
C19M21Y0K9 
(19%,21%,0%,9%)
(0.19/0.21/0.00/0.09)	

CMYK percentages

%18.97
%21.12
%0
%9.02

Codes

Color #BCB7E8 in popluar color models

BCB7E8
RGB188183232
HSL246°51.58%81.37%
HSB/HSV246°21.12%90.98%
CMYK18.97%21.12%0.00%
9.02%

Color #BCB7E8 in popluar number systems.

HEXBCB7E8
Decimal188183232
Binary101111001011011111101000
Octal274267350

Shades and tints

Shades of #BCB7E8

#BCB7E8
(188,183,232)
#ABA7D3
(171,167,211)
#9A97BE
(154,151,190)
#8987A9
(137,135,169)
#787794
(120,119,148)
#67677F
(103,103,127)
#56576A
(86,87,106)
#454755
(69,71,85)
#343740
(52,55,64)
#23272B
(35,39,43)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #BCB7E8

#BCB7E8
(188,183,232)
#C2BDEA
(194,189,234)
#C8C3EC
(200,195,236)
#CEC9EE
(206,201,238)
#D4CFF0
(212,207,240)
#DAD5F2
(218,213,242)
#E0DBF4
(224,219,244)
#E6E1F6
(230,225,246)
#ECE7F8
(236,231,248)
#F2EDFA
(242,237,250)
#F8F3FC
(248,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB7E8; }

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

This text font color is #BCB7E8.


Background Color

.myBgColor { background-color: #BCB7E8; }

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

This div background color is #BCB7E8.


Border color

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

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

This div border color is #BCB7E8.


Opacity

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

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

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

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

This text has shadow with #BCB7E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB7E8 on black background.


Color preview on white background

This text has color #BCB7E8 on white background.



Black color preview on #BCB7E8 background

This text has black color on #BCB7E8 background.


White color preview on #BCB7E8 background

This text has white color on #BCB7E8 background.