COLOR #BCA9C8

HEX: #BCA9C8
RGB: (188,169,200)

Color info

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

RGB color model

#BCA9C8 color RGB value is (188,169,200).

  • red value is 188;
  • green value is 169;
  • blue value is 200.
RGB:
(188,169,200)
(74%,66%,78%)

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 200 of 255 = 78%

188
169
200

R + G + B ~ 73%. #BCA9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 200 = 557 (100%)
R 188 of 557 ~ 33.75%
G 169 of 557 ~ 30.34%
B 200 of 557 ~ 35.91%

%33.75
%30.34
%35.91

CMYK color model

#BCA9C8 color CMYK value is (6,16,0,22).

  • cyan value is 6.00%
  • magenta value is 15.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(6,16,0,22)
C6M16Y0K22 
(6%,16%,0%,22%)
(0.06/0.16/0.00/0.22)	

CMYK percentages

%6
%15.5
%0
%21.57

Codes

Color #BCA9C8 in popluar color models

BCA9C8
RGB188169200
HSL277°21.99%72.35%
HSB/HSV277°15.50%78.43%
CMYK6.00%15.50%0.00%
21.57%

Color #BCA9C8 in popluar number systems.

HEXBCA9C8
Decimal188169200
Binary101111001010100111001000
Octal274251310

Shades and tints

Shades of #BCA9C8

#BCA9C8
(188,169,200)
#AB9AB6
(171,154,182)
#9A8BA4
(154,139,164)
#897C92
(137,124,146)
#786D80
(120,109,128)
#675E6E
(103,94,110)
#564F5C
(86,79,92)
#45404A
(69,64,74)
#343138
(52,49,56)
#232226
(35,34,38)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #BCA9C8

#BCA9C8
(188,169,200)
#C2B0CD
(194,176,205)
#C8B7D2
(200,183,210)
#CEBED7
(206,190,215)
#D4C5DC
(212,197,220)
#DACCE1
(218,204,225)
#E0D3E6
(224,211,230)
#E6DAEB
(230,218,235)
#ECE1F0
(236,225,240)
#F2E8F5
(242,232,245)
#F8EFFA
(248,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA9C8 color. Also use rgb(188,169,200) instead hex code.

Text Font Color

.myTextColor { color: #BCA9C8; }

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

This text font color is #BCA9C8.


Background Color

.myBgColor { background-color: #BCA9C8; }

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

This div background color is #BCA9C8.


Border color

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

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

This div border color is #BCA9C8.


Opacity

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

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

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

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

This text has shadow with #BCA9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA9C8 on black background.


Color preview on white background

This text has color #BCA9C8 on white background.



Black color preview on #BCA9C8 background

This text has black color on #BCA9C8 background.


White color preview on #BCA9C8 background

This text has white color on #BCA9C8 background.