COLOR #BCA8DD

HEX: #BCA8DD
RGB: (188,168,221)

Color info

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

RGB color model

#BCA8DD color RGB value is (188,168,221).

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

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 221 of 255 = 87%

188
168
221

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

Portions of RGB colors in percentages

R + G + B =
188 + 168 + 221 = 577 (100%)
R 188 of 577 ~ 32.58%
G 168 of 577 ~ 29.12%
B 221 of 577 ~ 38.3%

%32.58
%29.12
%38.3

CMYK color model

#BCA8DD color CMYK value is (15,24,0,13).

  • cyan value is 14.93%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(15,24,0,13)
C15M24Y0K13 
(15%,24%,0%,13%)
(0.15/0.24/0.00/0.13)	

CMYK percentages

%14.93
%23.98
%0
%13.33

Codes

Color #BCA8DD in popluar color models

BCA8DD
RGB188168221
HSL263°43.80%76.27%
HSB/HSV263°23.98%86.67%
CMYK14.93%23.98%0.00%
13.33%

Color #BCA8DD in popluar number systems.

HEXBCA8DD
Decimal188168221
Binary101111001010100011011101
Octal274250335

Shades and tints

Shades of #BCA8DD

#BCA8DD
(188,168,221)
#AB99C9
(171,153,201)
#9A8AB5
(154,138,181)
#897BA1
(137,123,161)
#786C8D
(120,108,141)
#675D79
(103,93,121)
#564E65
(86,78,101)
#453F51
(69,63,81)
#34303D
(52,48,61)
#232129
(35,33,41)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #BCA8DD

#BCA8DD
(188,168,221)
#C2AFE0
(194,175,224)
#C8B6E3
(200,182,227)
#CEBDE6
(206,189,230)
#D4C4E9
(212,196,233)
#DACBEC
(218,203,236)
#E0D2EF
(224,210,239)
#E6D9F2
(230,217,242)
#ECE0F5
(236,224,245)
#F2E7F8
(242,231,248)
#F8EEFB
(248,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA8DD; }

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

This text font color is #BCA8DD.


Background Color

.myBgColor { background-color: #BCA8DD; }

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

This div background color is #BCA8DD.


Border color

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

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

This div border color is #BCA8DD.


Opacity

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

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

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

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

This text has shadow with #BCA8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA8DD on black background.


Color preview on white background

This text has color #BCA8DD on white background.



Black color preview on #BCA8DD background

This text has black color on #BCA8DD background.


White color preview on #BCA8DD background

This text has white color on #BCA8DD background.