COLOR #BCBACE

HEX: #BCBACE
RGB: (188,186,206)

Color info

#BCBACE contains red, green and blue colors in about the same proportion. Web safe color of #BCBACE is #CCCCCC (or #CCC).

RGB color model

#BCBACE color RGB value is (188,186,206).

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

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 206 of 255 = 81%

188
186
206

R + G + B ~ 76%. #BCBACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 186 + 206 = 580 (100%)
R 188 of 580 ~ 32.41%
G 186 of 580 ~ 32.07%
B 206 of 580 ~ 35.52%

%32.41
%32.07
%35.52

CMYK color model

#BCBACE color CMYK value is (9,10,0,19).

  • cyan value is 8.74%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,10,0,19)
C9M10Y0K19 
(9%,10%,0%,19%)
(0.09/0.10/0.00/0.19)	

CMYK percentages

%8.74
%9.71
%0
%19.22

Codes

Color #BCBACE in popluar color models

BCBACE
RGB188186206
HSL246°16.95%76.86%
HSB/HSV246°9.71%80.78%
CMYK8.74%9.71%0.00%
19.22%

Color #BCBACE in popluar number systems.

HEXBCBACE
Decimal188186206
Binary101111001011101011001110
Octal274272316

Shades and tints

Shades of #BCBACE

#BCBACE
(188,186,206)
#ABAABC
(171,170,188)
#9A9AAA
(154,154,170)
#898A98
(137,138,152)
#787A86
(120,122,134)
#676A74
(103,106,116)
#565A62
(86,90,98)
#454A50
(69,74,80)
#343A3E
(52,58,62)
#232A2C
(35,42,44)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #BCBACE

#BCBACE
(188,186,206)
#C2C0D2
(194,192,210)
#C8C6D6
(200,198,214)
#CECCDA
(206,204,218)
#D4D2DE
(212,210,222)
#DAD8E2
(218,216,226)
#E0DEE6
(224,222,230)
#E6E4EA
(230,228,234)
#ECEAEE
(236,234,238)
#F2F0F2
(242,240,242)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBACE; }

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

This text font color is #BCBACE.


Background Color

.myBgColor { background-color: #BCBACE; }

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

This div background color is #BCBACE.


Border color

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

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

This div border color is #BCBACE.


Opacity

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

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

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

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

This text has shadow with #BCBACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBACE on black background.


Color preview on white background

This text has color #BCBACE on white background.



Black color preview on #BCBACE background

This text has black color on #BCBACE background.


White color preview on #BCBACE background

This text has white color on #BCBACE background.