COLOR #BCB1CE

HEX: #BCB1CE RGB: (188,177,206)

Color info

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

RGB color model

#BCB1CE color RGB value is (188,177,206).

RGB: (188,177,206) (74%, 69%, 81%)

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 206 of 255 = 81%

188
177
206

R + G + B ~ 75%. #BCB1CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 177 + 206 = 571 (100%)
R 188 of 571 ~ 32.92%
G 177 of 571 ~ 31%
B 206 of 571 ~ 36.08'%

%32.92
%31
%36.08

CMYK color model

#BCB1CE color CMYK value is (9,14,0,19).

  • cyan value is 8.74%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (9,14,0,19)
C9M14Y0K19 (9%, 14%, 0%, 19%)
(0.09 / 0.14 / 0.00 / 0.19)

CMYK percentages

%8.74
%14.08
%0
%19.22

Codes

Color #BCB1CE in popluar color models

BC B1 CE
RGB 188 177 206
HSL 263° 22.83% 75.10%
HSB/HSV 263° 14.08% 80.78%
CMYK 8.74% 14.08% 0.00%
19.22%

Color #BCB1CE in popluar number systems.

HEX BC B1 CE
Decimal 188 177 206
Binary 10111100 10110001 11001110
Octal 274 261 316

Shades and tints

Shades of #BCB1CE

#BCB1CE
(188,177,206)
#ABA1BC
(171,161,188)
#9A91AA
(154,145,170)
#898198
(137,129,152)
#787186
(120,113,134)
#676174
(103,97,116)
#565162
(86,81,98)
#454150
(69,65,80)
#34313E
(52,49,62)
#23212C
(35,33,44)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #BCB1CE

#BCB1CE
(188,177,206)
#C2B8D2
(194,184,210)
#C8BFD6
(200,191,214)
#CEC6DA
(206,198,218)
#D4CDDE
(212,205,222)
#DAD4E2
(218,212,226)
#E0DBE6
(224,219,230)
#E6E2EA
(230,226,234)
#ECE9EE
(236,233,238)
#F2F0F2
(242,240,242)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB1CE; }

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

This text font color is #BCB1CE.

Background Color

.myBgColor { background-color: #BCB1CE; }

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

This div background color is #BCB1CE.

Border color

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

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

This div border color is #BCB1CE.

Opacity

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

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

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

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

This text has shadow with #BCB1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB1CE.

Preview

Color preview on black background

This text has color #BCB1CE on black background.


Color preview on white background

This text has color #BCB1CE on white background.


Black color preview on #BCB1CE background

This text has black color on #BCB1CE background.


White color preview on #BCB1CE background

This text has white color on #BCB1CE background.


Related colors

Complementary color

Complementary color for #hex is #434E31.


I love getcolorcode.com

Triadic colors

1 #CEBCB1 and #B1CEBC with #BCB1CE are triadic colors.

2 #CEB1BC and #B1BCCE with #BCB1CE are triadic colors.