COLOR #BCA9D1

HEX: #BCA9D1
RGB: (188,169,209)

Color info

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

RGB color model

#BCA9D1 color RGB value is (188,169,209).

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

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 209 of 255 = 82%

188
169
209

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

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 209 = 566 (100%)
R 188 of 566 ~ 33.22%
G 169 of 566 ~ 29.86%
B 209 of 566 ~ 36.93%

%33.22
%29.86
%36.93

CMYK color model

#BCA9D1 color CMYK value is (10,19,0,18).

  • cyan value is 10.05%
  • magenta value is 19.14%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(10,19,0,18)
C10M19Y0K18 
(10%,19%,0%,18%)
(0.10/0.19/0.00/0.18)	

CMYK percentages

%10.05
%19.14
%0
%18.04

Codes

Color #BCA9D1 in popluar color models

BCA9D1
RGB188169209
HSL269°30.30%74.12%
HSB/HSV269°19.14%81.96%
CMYK10.05%19.14%0.00%
18.04%

Color #BCA9D1 in popluar number systems.

HEXBCA9D1
Decimal188169209
Binary101111001010100111010001
Octal274251321

Shades and tints

Shades of #BCA9D1

#BCA9D1
(188,169,209)
#AB9ABE
(171,154,190)
#9A8BAB
(154,139,171)
#897C98
(137,124,152)
#786D85
(120,109,133)
#675E72
(103,94,114)
#564F5F
(86,79,95)
#45404C
(69,64,76)
#343139
(52,49,57)
#232226
(35,34,38)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BCA9D1

#BCA9D1
(188,169,209)
#C2B0D5
(194,176,213)
#C8B7D9
(200,183,217)
#CEBEDD
(206,190,221)
#D4C5E1
(212,197,225)
#DACCE5
(218,204,229)
#E0D3E9
(224,211,233)
#E6DAED
(230,218,237)
#ECE1F1
(236,225,241)
#F2E8F5
(242,232,245)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA9D1; }

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

This text font color is #BCA9D1.


Background Color

.myBgColor { background-color: #BCA9D1; }

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

This div background color is #BCA9D1.


Border color

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

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

This div border color is #BCA9D1.


Opacity

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

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

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

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

This text has shadow with #BCA9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA9D1 on black background.


Color preview on white background

This text has color #BCA9D1 on white background.



Black color preview on #BCA9D1 background

This text has black color on #BCA9D1 background.


White color preview on #BCA9D1 background

This text has white color on #BCA9D1 background.