COLOR #BC69A2

HEX: #BC69A2
RGB: (188,105,162)

Color info

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

RGB color model

#BC69A2 color RGB value is (188,105,162).

  • red value is 188;
  • green value is 105;
  • blue value is 162.
RGB:
(188,105,162)
(74%,41%,64%)

RGB channels and saturation

R 188 of 255 = 74%
G 105 of 255 = 41%
B 162 of 255 = 64%

188
105
162

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

Portions of RGB colors in percentages

R + G + B =
188 + 105 + 162 = 455 (100%)
R 188 of 455 ~ 41.32%
G 105 of 455 ~ 23.08%
B 162 of 455 ~ 35.6%

%41.32
%23.08
%35.6

CMYK color model

#BC69A2 color CMYK value is (0,44,14,26).

  • cyan value is 0.00%
  • magenta value is 44.15%
  • yellow value is 13.83%
  • key color value is 26.27%
CMYK:
(0,44,14,26)
C0M44Y14K26 
(0%,44%,14%,26%)
(0.00/0.44/0.14/0.26)	

CMYK percentages

%0
%44.15
%13.83
%26.27

Codes

Color #BC69A2 in popluar color models

BC69A2
RGB188105162
HSL319°38.25%57.45%
HSB/HSV319°44.15%73.73%
CMYK0.00%44.15%13.83%
26.27%

Color #BC69A2 in popluar number systems.

HEXBC69A2
Decimal188105162
Binary10111100110100110100010
Octal274151242

Shades and tints

Shades of #BC69A2

#BC69A2
(188,105,162)
#AB6094
(171,96,148)
#9A5786
(154,87,134)
#894E78
(137,78,120)
#78456A
(120,69,106)
#673C5C
(103,60,92)
#56334E
(86,51,78)
#452A40
(69,42,64)
#342132
(52,33,50)
#231824
(35,24,36)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #BC69A2

#BC69A2
(188,105,162)
#C276AA
(194,118,170)
#C883B2
(200,131,178)
#CE90BA
(206,144,186)
#D49DC2
(212,157,194)
#DAAACA
(218,170,202)
#E0B7D2
(224,183,210)
#E6C4DA
(230,196,218)
#ECD1E2
(236,209,226)
#F2DEEA
(242,222,234)
#F8EBF2
(248,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC69A2 color. Also use rgb(188,105,162) instead hex code.

Text Font Color

.myTextColor { color: #BC69A2; }

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

This text font color is #BC69A2.


Background Color

.myBgColor { background-color: #BC69A2; }

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

This div background color is #BC69A2.


Border color

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

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

This div border color is #BC69A2.


Opacity

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

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

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

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

This text has shadow with #BC69A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC69A2 on black background.


Color preview on white background

This text has color #BC69A2 on white background.



Black color preview on #BC69A2 background

This text has black color on #BC69A2 background.


White color preview on #BC69A2 background

This text has white color on #BC69A2 background.