COLOR #BC66AA

HEX: #BC66AA
RGB: (188,102,170)

Color info

#BC66AA contains mainly red and blue colors. Web safe color of #BC66AA is #CC6699 (or #C69).

RGB color model

#BC66AA color RGB value is (188,102,170).

  • red value is 188;
  • green value is 102;
  • blue value is 170.
RGB:
(188,102,170)
(74%,40%,67%)

RGB channels and saturation

R 188 of 255 = 74%
G 102 of 255 = 40%
B 170 of 255 = 67%

188
102
170

R + G + B ~ 60%. #BC66AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
188 + 102 + 170 = 460 (100%)
R 188 of 460 ~ 40.87%
G 102 of 460 ~ 22.17%
B 170 of 460 ~ 36.96%

%40.87
%22.17
%36.96

CMYK color model

#BC66AA color CMYK value is (0,46,10,26).

  • cyan value is 0.00%
  • magenta value is 45.74%
  • yellow value is 9.57%
  • key color value is 26.27%
CMYK:
(0,46,10,26)
C0M46Y10K26 
(0%,46%,10%,26%)
(0.00/0.46/0.10/0.26)	

CMYK percentages

%0
%45.74
%9.57
%26.27

Codes

Color #BC66AA in popluar color models

BC66AA
RGB188102170
HSL313°39.09%56.86%
HSB/HSV313°45.74%73.73%
CMYK0.00%45.74%9.57%
26.27%

Color #BC66AA in popluar number systems.

HEXBC66AA
Decimal188102170
Binary10111100110011010101010
Octal274146252

Shades and tints

Shades of #BC66AA

#BC66AA
(188,102,170)
#AB5D9B
(171,93,155)
#9A548C
(154,84,140)
#894B7D
(137,75,125)
#78426E
(120,66,110)
#67395F
(103,57,95)
#563050
(86,48,80)
#452741
(69,39,65)
#341E32
(52,30,50)
#231523
(35,21,35)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #BC66AA

#BC66AA
(188,102,170)
#C273B1
(194,115,177)
#C880B8
(200,128,184)
#CE8DBF
(206,141,191)
#D49AC6
(212,154,198)
#DAA7CD
(218,167,205)
#E0B4D4
(224,180,212)
#E6C1DB
(230,193,219)
#ECCEE2
(236,206,226)
#F2DBE9
(242,219,233)
#F8E8F0
(248,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC66AA color. Also use rgb(188,102,170) instead hex code.

Text Font Color

.myTextColor { color: #BC66AA; }

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

This text font color is #BC66AA.


Background Color

.myBgColor { background-color: #BC66AA; }

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

This div background color is #BC66AA.


Border color

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

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

This div border color is #BC66AA.


Opacity

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

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

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

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

This text has shadow with #BC66AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC66AA on black background.


Color preview on white background

This text has color #BC66AA on white background.



Black color preview on #BC66AA background

This text has black color on #BC66AA background.


White color preview on #BC66AA background

This text has white color on #BC66AA background.