COLOR #BCA0C6

HEX: #BCA0C6
RGB: (188,160,198)

Color info

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

RGB color model

#BCA0C6 color RGB value is (188,160,198).

  • red value is 188;
  • green value is 160;
  • blue value is 198.
RGB:
(188,160,198)
(74%,63%,78%)

RGB channels and saturation

R 188 of 255 = 74%
G 160 of 255 = 63%
B 198 of 255 = 78%

188
160
198

R + G + B ~ 72%. #BCA0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 160 + 198 = 546 (100%)
R 188 of 546 ~ 34.43%
G 160 of 546 ~ 29.3%
B 198 of 546 ~ 36.26%

%34.43
%29.3
%36.26

CMYK color model

#BCA0C6 color CMYK value is (5,19,0,22).

  • cyan value is 5.05%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(5,19,0,22)
C5M19Y0K22 
(5%,19%,0%,22%)
(0.05/0.19/0.00/0.22)	

CMYK percentages

%5.05
%19.19
%0
%22.35

Codes

Color #BCA0C6 in popluar color models

BCA0C6
RGB188160198
HSL284°25.00%70.20%
HSB/HSV284°19.19%77.65%
CMYK5.05%19.19%0.00%
22.35%

Color #BCA0C6 in popluar number systems.

HEXBCA0C6
Decimal188160198
Binary101111001010000011000110
Octal274240306

Shades and tints

Shades of #BCA0C6

#BCA0C6
(188,160,198)
#AB92B4
(171,146,180)
#9A84A2
(154,132,162)
#897690
(137,118,144)
#78687E
(120,104,126)
#675A6C
(103,90,108)
#564C5A
(86,76,90)
#453E48
(69,62,72)
#343036
(52,48,54)
#232224
(35,34,36)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #BCA0C6

#BCA0C6
(188,160,198)
#C2A8CB
(194,168,203)
#C8B0D0
(200,176,208)
#CEB8D5
(206,184,213)
#D4C0DA
(212,192,218)
#DAC8DF
(218,200,223)
#E0D0E4
(224,208,228)
#E6D8E9
(230,216,233)
#ECE0EE
(236,224,238)
#F2E8F3
(242,232,243)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA0C6 color. Also use rgb(188,160,198) instead hex code.

Text Font Color

.myTextColor { color: #BCA0C6; }

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

This text font color is #BCA0C6.


Background Color

.myBgColor { background-color: #BCA0C6; }

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

This div background color is #BCA0C6.


Border color

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

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

This div border color is #BCA0C6.


Opacity

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

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

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

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

This text has shadow with #BCA0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA0C6 on black background.


Color preview on white background

This text has color #BCA0C6 on white background.



Black color preview on #BCA0C6 background

This text has black color on #BCA0C6 background.


White color preview on #BCA0C6 background

This text has white color on #BCA0C6 background.