COLOR #BC89AE

HEX: #BC89AE RGB: (188,137,174)

Color info

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

RGB color model

#BC89AE color RGB value is (188,137,174).

RGB: (188,137,174) (74%, 54%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 137 of 255 = 54%
B 174 of 255 = 68%

188
137
174

R + G + B ~ 65%. #BC89AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 137 + 174 = 499 (100%)
R 188 of 499 ~ 37.68%
G 137 of 499 ~ 27.45%
B 174 of 499 ~ 34.87'%

%37.68
%27.45
%34.87

CMYK color model

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

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

Codes

Color #BC89AE in popluar color models

BC 89 AE
RGB 188 137 174
HSL 316° 27.57% 63.73%
HSB/HSV 316° 27.13% 73.73%
CMYK 0.00% 27.13% 7.45%
26.27%

Color #BC89AE in popluar number systems.

HEX BC 89 AE
Decimal 188 137 174
Binary 10111100 10001001 10101110
Octal 274 211 256

Shades and tints

Shades of #BC89AE

#BC89AE
(188,137,174)
#AB7D9F
(171,125,159)
#9A7190
(154,113,144)
#896581
(137,101,129)
#785972
(120,89,114)
#674D63
(103,77,99)
#564154
(86,65,84)
#453545
(69,53,69)
#342936
(52,41,54)
#231D27
(35,29,39)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #BC89AE

#BC89AE
(188,137,174)
#C293B5
(194,147,181)
#C89DBC
(200,157,188)
#CEA7C3
(206,167,195)
#D4B1CA
(212,177,202)
#DABBD1
(218,187,209)
#E0C5D8
(224,197,216)
#E6CFDF
(230,207,223)
#ECD9E6
(236,217,230)
#F2E3ED
(242,227,237)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC89AE; }

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

This text font color is #BC89AE.

Background Color

.myBgColor { background-color: #BC89AE; }

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

This div background color is #BC89AE.

Border color

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

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

This div border color is #BC89AE.

Opacity

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

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

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

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

This text has shadow with #BC89AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC89AE.

Preview

Color preview on black background

This text has color #BC89AE on black background.


Color preview on white background

This text has color #BC89AE on white background.


Black color preview on #BC89AE background

This text has black color on #BC89AE background.


White color preview on #BC89AE background

This text has white color on #BC89AE background.


Related colors

Complementary color

Complementary color for #hex is #437651.


I love getcolorcode.com

Triadic colors

1 #AEBC89 and #89AEBC with #BC89AE are triadic colors.

2 #AE89BC and #89BCAE with #BC89AE are triadic colors.