COLOR #BCA6D6

HEX: #BCA6D6
RGB: (188,166,214)

Color info

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

RGB color model

#BCA6D6 color RGB value is (188,166,214).

  • red value is 188;
  • green value is 166;
  • blue value is 214.
RGB:
(188,166,214)
(74%,65%,84%)

RGB channels and saturation

R 188 of 255 = 74%
G 166 of 255 = 65%
B 214 of 255 = 84%

188
166
214

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

Portions of RGB colors in percentages

R + G + B =
188 + 166 + 214 = 568 (100%)
R 188 of 568 ~ 33.1%
G 166 of 568 ~ 29.23%
B 214 of 568 ~ 37.68%

%33.1
%29.23
%37.68

CMYK color model

#BCA6D6 color CMYK value is (12,22,0,16).

  • cyan value is 12.15%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(12,22,0,16)
C12M22Y0K16 
(12%,22%,0%,16%)
(0.12/0.22/0.00/0.16)	

CMYK percentages

%12.15
%22.43
%0
%16.08

Codes

Color #BCA6D6 in popluar color models

BCA6D6
RGB188166214
HSL268°36.92%74.51%
HSB/HSV268°22.43%83.92%
CMYK12.15%22.43%0.00%
16.08%

Color #BCA6D6 in popluar number systems.

HEXBCA6D6
Decimal188166214
Binary101111001010011011010110
Octal274246326

Shades and tints

Shades of #BCA6D6

#BCA6D6
(188,166,214)
#AB97C3
(171,151,195)
#9A88B0
(154,136,176)
#89799D
(137,121,157)
#786A8A
(120,106,138)
#675B77
(103,91,119)
#564C64
(86,76,100)
#453D51
(69,61,81)
#342E3E
(52,46,62)
#231F2B
(35,31,43)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #BCA6D6

#BCA6D6
(188,166,214)
#C2AED9
(194,174,217)
#C8B6DC
(200,182,220)
#CEBEDF
(206,190,223)
#D4C6E2
(212,198,226)
#DACEE5
(218,206,229)
#E0D6E8
(224,214,232)
#E6DEEB
(230,222,235)
#ECE6EE
(236,230,238)
#F2EEF1
(242,238,241)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA6D6 color. Also use rgb(188,166,214) instead hex code.

Text Font Color

.myTextColor { color: #BCA6D6; }

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

This text font color is #BCA6D6.


Background Color

.myBgColor { background-color: #BCA6D6; }

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

This div background color is #BCA6D6.


Border color

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

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

This div border color is #BCA6D6.


Opacity

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

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

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

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

This text has shadow with #BCA6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA6D6 on black background.


Color preview on white background

This text has color #BCA6D6 on white background.



Black color preview on #BCA6D6 background

This text has black color on #BCA6D6 background.


White color preview on #BCA6D6 background

This text has white color on #BCA6D6 background.