COLOR #BC89AF

HEX: #BC89AF
RGB: (188,137,175)

Color info

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

RGB color model

#BC89AF color RGB value is (188,137,175).

  • red value is 188;
  • green value is 137;
  • blue value is 175.
RGB:
(188,137,175)
(74%,54%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 137 of 255 = 54%
B 175 of 255 = 69%

188
137
175

R + G + B ~ 66%. #BC89AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 137 + 175 = 500 (100%)
R 188 of 500 ~ 37.6%
G 137 of 500 ~ 27.4%
B 175 of 500 ~ 35%

%37.6
%27.4
%35

CMYK color model

#BC89AF color CMYK value is (0,27,7,26).

  • cyan value is 0.00%
  • magenta value is 27.13%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK:
(0,27,7,26)
C0M27Y7K26 
(0%,27%,7%,26%)
(0.00/0.27/0.07/0.26)	

CMYK percentages

%0
%27.13
%6.91
%26.27

Codes

Color #BC89AF in popluar color models

BC89AF
RGB188137175
HSL315°27.57%63.73%
HSB/HSV315°27.13%73.73%
CMYK0.00%27.13%6.91%
26.27%

Color #BC89AF in popluar number systems.

HEXBC89AF
Decimal188137175
Binary101111001000100110101111
Octal274211257

Shades and tints

Shades of #BC89AF

#BC89AF
(188,137,175)
#AB7DA0
(171,125,160)
#9A7191
(154,113,145)
#896582
(137,101,130)
#785973
(120,89,115)
#674D64
(103,77,100)
#564155
(86,65,85)
#453546
(69,53,70)
#342937
(52,41,55)
#231D28
(35,29,40)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #BC89AF

#BC89AF
(188,137,175)
#C293B6
(194,147,182)
#C89DBD
(200,157,189)
#CEA7C4
(206,167,196)
#D4B1CB
(212,177,203)
#DABBD2
(218,187,210)
#E0C5D9
(224,197,217)
#E6CFE0
(230,207,224)
#ECD9E7
(236,217,231)
#F2E3EE
(242,227,238)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC89AF color. Also use rgb(188,137,175) instead hex code.

Text Font Color

.myTextColor { color: #BC89AF; }

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

This text font color is #BC89AF.


Background Color

.myBgColor { background-color: #BC89AF; }

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

This div background color is #BC89AF.


Border color

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

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

This div border color is #BC89AF.


Opacity

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

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

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

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

This text has shadow with #BC89AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC89AF on black background.


Color preview on white background

This text has color #BC89AF on white background.



Black color preview on #BC89AF background

This text has black color on #BC89AF background.


White color preview on #BC89AF background

This text has white color on #BC89AF background.