COLOR #BCB0E2

HEX: #BCB0E2
RGB: (188,176,226)

Color info

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

RGB color model

#BCB0E2 color RGB value is (188,176,226).

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

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 226 of 255 = 89%

188
176
226

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

Portions of RGB colors in percentages

R + G + B =
188 + 176 + 226 = 590 (100%)
R 188 of 590 ~ 31.86%
G 176 of 590 ~ 29.83%
B 226 of 590 ~ 38.31%

%31.86
%29.83
%38.31

CMYK color model

#BCB0E2 color CMYK value is (17,22,0,11).

  • cyan value is 16.81%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(17,22,0,11)
C17M22Y0K11 
(17%,22%,0%,11%)
(0.17/0.22/0.00/0.11)	

CMYK percentages

%16.81
%22.12
%0
%11.37

Codes

Color #BCB0E2 in popluar color models

BCB0E2
RGB188176226
HSL254°46.30%78.82%
HSB/HSV254°22.12%88.63%
CMYK16.81%22.12%0.00%
11.37%

Color #BCB0E2 in popluar number systems.

HEXBCB0E2
Decimal188176226
Binary101111001011000011100010
Octal274260342

Shades and tints

Shades of #BCB0E2

#BCB0E2
(188,176,226)
#ABA0CE
(171,160,206)
#9A90BA
(154,144,186)
#8980A6
(137,128,166)
#787092
(120,112,146)
#67607E
(103,96,126)
#56506A
(86,80,106)
#454056
(69,64,86)
#343042
(52,48,66)
#23202E
(35,32,46)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #BCB0E2

#BCB0E2
(188,176,226)
#C2B7E4
(194,183,228)
#C8BEE6
(200,190,230)
#CEC5E8
(206,197,232)
#D4CCEA
(212,204,234)
#DAD3EC
(218,211,236)
#E0DAEE
(224,218,238)
#E6E1F0
(230,225,240)
#ECE8F2
(236,232,242)
#F2EFF4
(242,239,244)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB0E2; }

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

This text font color is #BCB0E2.


Background Color

.myBgColor { background-color: #BCB0E2; }

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

This div background color is #BCB0E2.


Border color

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

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

This div border color is #BCB0E2.


Opacity

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

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

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

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

This text has shadow with #BCB0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB0E2 on black background.


Color preview on white background

This text has color #BCB0E2 on white background.



Black color preview on #BCB0E2 background

This text has black color on #BCB0E2 background.


White color preview on #BCB0E2 background

This text has white color on #BCB0E2 background.