COLOR #BC8998

HEX: #BC8998 RGB: (188,137,152)

Color info

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

RGB color model

#BC8998 color RGB value is (188,137,152).

RGB: (188,137,152) (74%, 54%, 60%)

RGB channels and saturation

R 188 of 255 = 74%
G 137 of 255 = 54%
B 152 of 255 = 60%

188
137
152

R + G + B ~ 63%. #BC8998 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 137 + 152 = 477 (100%)
R 188 of 477 ~ 39.41%
G 137 of 477 ~ 28.72%
B 152 of 477 ~ 31.87'%

%39.41
%28.72
%31.87

CMYK color model

#BC8998 color CMYK value is (0,27,19,26).

  • cyan value is 0.00%
  • magenta value is 27.13%
  • yellow value is 19.15%
  • key color value is 26.27%
CMYK: (0,27,19,26) C0M27Y19K26 (0%,27%,19%,26%) (0.00/0.27/0.19/0.26) 

CMYK percentages

%0
%27.13
%19.15
%26.27

Codes

Color #BC8998 in popluar color models

BC 89 98
RGB 188 137 152
HSL 342° 27.57% 63.73%
HSB/HSV 342° 27.13% 73.73%
CMYK 0.00% 27.13% 19.15%
26.27%

Color #BC8998 in popluar number systems.

HEX BC 89 98
Decimal 188 137 152
Binary 10111100 10001001 10011000
Octal 274 211 230

Shades and tints

Shades of #BC8998

#BC8998
(188,137,152)
#AB7D8B
(171,125,139)
#9A717E
(154,113,126)
#896571
(137,101,113)
#785964
(120,89,100)
#674D57
(103,77,87)
#56414A
(86,65,74)
#45353D
(69,53,61)
#342930
(52,41,48)
#231D23
(35,29,35)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #BC8998

#BC8998
(188,137,152)
#C293A1
(194,147,161)
#C89DAA
(200,157,170)
#CEA7B3
(206,167,179)
#D4B1BC
(212,177,188)
#DABBC5
(218,187,197)
#E0C5CE
(224,197,206)
#E6CFD7
(230,207,215)
#ECD9E0
(236,217,224)
#F2E3E9
(242,227,233)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8998; }

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

This text font color is #BC8998.

Background Color

.myBgColor { background-color: #BC8998; }

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

This div background color is #BC8998.

Border color

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

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

This div border color is #BC8998.

Opacity

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

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

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

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

This text has shadow with #BC8998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8998.

Preview

Color preview on black background

This text has color #BC8998 on black background.


Color preview on white background

This text has color #BC8998 on white background.


Black color preview on #BC8998 background

This text has black color on #BC8998 background.


White color preview on #BC8998 background

This text has white color on #BC8998 background.


Related colors

Complementary color

Complementary color for #hex is #437667.


I love getcolorcode.com

Triadic colors

1 #98BC89 and #8998BC with #BC8998 are triadic colors.

2 #9889BC and #89BC98 with #BC8998 are triadic colors.