COLOR #BC88A6

HEX: #BC88A6
RGB: (188,136,166)

Color info

#BC88A6 contains red, green and blue colors in about the same proportion. Web safe color of #BC88A6 is #CC9999 (or #C99).

RGB color model

#BC88A6 color RGB value is (188,136,166).

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

RGB channels and saturation

R 188 of 255 = 74%
G 136 of 255 = 53%
B 166 of 255 = 65%

188
136
166

R + G + B ~ 64%. #BC88A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 136 + 166 = 490 (100%)
R 188 of 490 ~ 38.37%
G 136 of 490 ~ 27.76%
B 166 of 490 ~ 33.88%

%38.37
%27.76
%33.88

CMYK color model

#BC88A6 color CMYK value is (0,28,12,26).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(0,28,12,26)
C0M28Y12K26 
(0%,28%,12%,26%)
(0.00/0.28/0.12/0.26)	

CMYK percentages

%0
%27.66
%11.7
%26.27

Codes

Color #BC88A6 in popluar color models

BC88A6
RGB188136166
HSL325°27.96%63.53%
HSB/HSV325°27.66%73.73%
CMYK0.00%27.66%11.70%
26.27%

Color #BC88A6 in popluar number systems.

HEXBC88A6
Decimal188136166
Binary101111001000100010100110
Octal274210246

Shades and tints

Shades of #BC88A6

#BC88A6
(188,136,166)
#AB7C97
(171,124,151)
#9A7088
(154,112,136)
#896479
(137,100,121)
#78586A
(120,88,106)
#674C5B
(103,76,91)
#56404C
(86,64,76)
#45343D
(69,52,61)
#34282E
(52,40,46)
#231C1F
(35,28,31)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #BC88A6

#BC88A6
(188,136,166)
#C292AE
(194,146,174)
#C89CB6
(200,156,182)
#CEA6BE
(206,166,190)
#D4B0C6
(212,176,198)
#DABACE
(218,186,206)
#E0C4D6
(224,196,214)
#E6CEDE
(230,206,222)
#ECD8E6
(236,216,230)
#F2E2EE
(242,226,238)
#F8ECF6
(248,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC88A6; }

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

This text font color is #BC88A6.


Background Color

.myBgColor { background-color: #BC88A6; }

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

This div background color is #BC88A6.


Border color

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

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

This div border color is #BC88A6.


Opacity

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

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

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

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

This text has shadow with #BC88A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC88A6 on black background.


Color preview on white background

This text has color #BC88A6 on white background.



Black color preview on #BC88A6 background

This text has black color on #BC88A6 background.


White color preview on #BC88A6 background

This text has white color on #BC88A6 background.