COLOR #BC88A5

HEX: #BC88A5
RGB: (188,136,165)

Color info

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

RGB color model

#BC88A5 color RGB value is (188,136,165).

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

RGB channels and saturation

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

188
136
165

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

Portions of RGB colors in percentages

R + G + B =
188 + 136 + 165 = 489 (100%)
R 188 of 489 ~ 38.45%
G 136 of 489 ~ 27.81%
B 165 of 489 ~ 33.74%

%38.45
%27.81
%33.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 12.23%
  • 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
%12.23
%26.27

Codes

Color #BC88A5 in popluar color models

BC88A5
RGB188136165
HSL327°27.96%63.53%
HSB/HSV327°27.66%73.73%
CMYK0.00%27.66%12.23%
26.27%

Color #BC88A5 in popluar number systems.

HEXBC88A5
Decimal188136165
Binary101111001000100010100101
Octal274210245

Shades and tints

Shades of #BC88A5

#BC88A5
(188,136,165)
#AB7C96
(171,124,150)
#9A7087
(154,112,135)
#896478
(137,100,120)
#785869
(120,88,105)
#674C5A
(103,76,90)
#56404B
(86,64,75)
#45343C
(69,52,60)
#34282D
(52,40,45)
#231C1E
(35,28,30)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #BC88A5

#BC88A5
(188,136,165)
#C292AD
(194,146,173)
#C89CB5
(200,156,181)
#CEA6BD
(206,166,189)
#D4B0C5
(212,176,197)
#DABACD
(218,186,205)
#E0C4D5
(224,196,213)
#E6CEDD
(230,206,221)
#ECD8E5
(236,216,229)
#F2E2ED
(242,226,237)
#F8ECF5
(248,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC88A5; }

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

This text font color is #BC88A5.


Background Color

.myBgColor { background-color: #BC88A5; }

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

This div background color is #BC88A5.


Border color

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

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

This div border color is #BC88A5.


Opacity

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

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

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

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

This text has shadow with #BC88A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC88A5 on black background.


Color preview on white background

This text has color #BC88A5 on white background.



Black color preview on #BC88A5 background

This text has black color on #BC88A5 background.


White color preview on #BC88A5 background

This text has white color on #BC88A5 background.