COLOR #BCB1E6

HEX: #BCB1E6 RGB: (188,177,230)

Color info

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

RGB color model

#BCB1E6 color RGB value is (188,177,230).

RGB: (188,177,230) (74%, 69%, 90%)

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 230 of 255 = 90%

188
177
230

R + G + B ~ 78%. #BCB1E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 177 + 230 = 595 (100%)
R 188 of 595 ~ 31.6%
G 177 of 595 ~ 29.75%
B 230 of 595 ~ 38.66'%

%31.6
%29.75
%38.66

CMYK color model

#BCB1E6 color CMYK value is (18,23,0,10).

  • cyan value is 18.26%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (18,23,0,10) C18M23Y0K10 (18%,23%,0%,10%) (0.18/0.23/0.00/0.10) 

CMYK percentages

%18.26
%23.04
%0
%9.8

Codes

Color #BCB1E6 in popluar color models

BC B1 E6
RGB 188 177 230
HSL 252° 51.46% 79.80%
HSB/HSV 252° 23.04% 90.20%
CMYK 18.26% 23.04% 0.00%
9.80%

Color #BCB1E6 in popluar number systems.

HEX BC B1 E6
Decimal 188 177 230
Binary 10111100 10110001 11100110
Octal 274 261 346

Shades and tints

Shades of #BCB1E6

#BCB1E6
(188,177,230)
#ABA1D2
(171,161,210)
#9A91BE
(154,145,190)
#8981AA
(137,129,170)
#787196
(120,113,150)
#676182
(103,97,130)
#56516E
(86,81,110)
#45415A
(69,65,90)
#343146
(52,49,70)
#232132
(35,33,50)
#12111E
(18,17,30)
#000000
(0,0,0)

Tints of #BCB1E6

#BCB1E6
(188,177,230)
#C2B8E8
(194,184,232)
#C8BFEA
(200,191,234)
#CEC6EC
(206,198,236)
#D4CDEE
(212,205,238)
#DAD4F0
(218,212,240)
#E0DBF2
(224,219,242)
#E6E2F4
(230,226,244)
#ECE9F6
(236,233,246)
#F2F0F8
(242,240,248)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB1E6 color. Also use rgb(188,177,230) instead hex code.

Text Font Color

.myTextColor { color: #BCB1E6; }

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

This text font color is #BCB1E6.

Background Color

.myBgColor { background-color: #BCB1E6; }

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

This div background color is #BCB1E6.

Border color

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

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

This div border color is #BCB1E6.

Opacity

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

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

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

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

This text has shadow with #BCB1E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB1E6.

Preview

Color preview on black background

This text has color #BCB1E6 on black background.


Color preview on white background

This text has color #BCB1E6 on white background.


Black color preview on #BCB1E6 background

This text has black color on #BCB1E6 background.


White color preview on #BCB1E6 background

This text has white color on #BCB1E6 background.


Related colors

Complementary color

Complementary color for #hex is #434E19.


I love getcolorcode.com

Triadic colors

1 #E6BCB1 and #B1E6BC with #BCB1E6 are triadic colors.

2 #E6B1BC and #B1BCE6 with #BCB1E6 are triadic colors.