COLOR #BCB0E4

HEX: #BCB0E4 RGB: (188,176,228)

Color info

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

RGB color model

#BCB0E4 color RGB value is (188,176,228).

RGB: (188,176,228) (74%, 69%, 89%)

RGB channels and saturation

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

188
176
228

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

Portions of RGB colors in percentages

R + G + B = 188 + 176 + 228 = 592 (100%)
R 188 of 592 ~ 31.76%
G 176 of 592 ~ 29.73%
B 228 of 592 ~ 38.51'%

%31.76
%29.73
%38.51

CMYK color model

#BCB0E4 color CMYK value is (18,23,0,11).

  • cyan value is 17.54%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (18,23,0,11)
C18M23Y0K11 (18%, 23%, 0%, 11%)
(0.18 / 0.23 / 0.00 / 0.11)

CMYK percentages

%17.54
%22.81
%0
%10.59

Codes

Color #BCB0E4 in popluar color models

BC B0 E4
RGB 188 176 228
HSL 254° 49.06% 79.22%
HSB/HSV 254° 22.81% 89.41%
CMYK 17.54% 22.81% 0.00%
10.59%

Color #BCB0E4 in popluar number systems.

HEX BC B0 E4
Decimal 188 176 228
Binary 10111100 10110000 11100100
Octal 274 260 344

Shades and tints

Shades of #BCB0E4

#BCB0E4
(188,176,228)
#ABA0D0
(171,160,208)
#9A90BC
(154,144,188)
#8980A8
(137,128,168)
#787094
(120,112,148)
#676080
(103,96,128)
#56506C
(86,80,108)
#454058
(69,64,88)
#343044
(52,48,68)
#232030
(35,32,48)
#12101C
(18,16,28)
#000000
(0,0,0)

Tints of #BCB0E4

#BCB0E4
(188,176,228)
#C2B7E6
(194,183,230)
#C8BEE8
(200,190,232)
#CEC5EA
(206,197,234)
#D4CCEC
(212,204,236)
#DAD3EE
(218,211,238)
#E0DAF0
(224,218,240)
#E6E1F2
(230,225,242)
#ECE8F4
(236,232,244)
#F2EFF6
(242,239,246)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB0E4; }

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

This text font color is #BCB0E4.

Background Color

.myBgColor { background-color: #BCB0E4; }

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

This div background color is #BCB0E4.

Border color

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

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

This div border color is #BCB0E4.

Opacity

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

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

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

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

This text has shadow with #BCB0E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB0E4.

Preview

Color preview on black background

This text has color #BCB0E4 on black background.


Color preview on white background

This text has color #BCB0E4 on white background.


Black color preview on #BCB0E4 background

This text has black color on #BCB0E4 background.


White color preview on #BCB0E4 background

This text has white color on #BCB0E4 background.


Related colors

Complementary color

Complementary color for #hex is #434F1B.


I love getcolorcode.com

Triadic colors

1 #E4BCB0 and #B0E4BC with #BCB0E4 are triadic colors.

2 #E4B0BC and #B0BCE4 with #BCB0E4 are triadic colors.