COLOR #BCA8CE

HEX: #BCA8CE
RGB: (188,168,206)

Color info

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

RGB color model

#BCA8CE color RGB value is (188,168,206).

  • red value is 188;
  • green value is 168;
  • blue value is 206.
RGB:
(188,168,206)
(74%,66%,81%)

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 206 of 255 = 81%

188
168
206

R + G + B ~ 74%. #BCA8CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 168 + 206 = 562 (100%)
R 188 of 562 ~ 33.45%
G 168 of 562 ~ 29.89%
B 206 of 562 ~ 36.65%

%33.45
%29.89
%36.65

CMYK color model

#BCA8CE color CMYK value is (9,18,0,19).

  • cyan value is 8.74%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,18,0,19)
C9M18Y0K19 
(9%,18%,0%,19%)
(0.09/0.18/0.00/0.19)	

CMYK percentages

%8.74
%18.45
%0
%19.22

Codes

Color #BCA8CE in popluar color models

BCA8CE
RGB188168206
HSL272°27.94%73.33%
HSB/HSV272°18.45%80.78%
CMYK8.74%18.45%0.00%
19.22%

Color #BCA8CE in popluar number systems.

HEXBCA8CE
Decimal188168206
Binary101111001010100011001110
Octal274250316

Shades and tints

Shades of #BCA8CE

#BCA8CE
(188,168,206)
#AB99BC
(171,153,188)
#9A8AAA
(154,138,170)
#897B98
(137,123,152)
#786C86
(120,108,134)
#675D74
(103,93,116)
#564E62
(86,78,98)
#453F50
(69,63,80)
#34303E
(52,48,62)
#23212C
(35,33,44)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #BCA8CE

#BCA8CE
(188,168,206)
#C2AFD2
(194,175,210)
#C8B6D6
(200,182,214)
#CEBDDA
(206,189,218)
#D4C4DE
(212,196,222)
#DACBE2
(218,203,226)
#E0D2E6
(224,210,230)
#E6D9EA
(230,217,234)
#ECE0EE
(236,224,238)
#F2E7F2
(242,231,242)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA8CE; }

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

This text font color is #BCA8CE.


Background Color

.myBgColor { background-color: #BCA8CE; }

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

This div background color is #BCA8CE.


Border color

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

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

This div border color is #BCA8CE.


Opacity

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

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

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

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

This text has shadow with #BCA8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA8CE on black background.


Color preview on white background

This text has color #BCA8CE on white background.



Black color preview on #BCA8CE background

This text has black color on #BCA8CE background.


White color preview on #BCA8CE background

This text has white color on #BCA8CE background.