COLOR #BC97AD

HEX: #BC97AD RGB: (188,151,173)

Color info

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

RGB color model

#BC97AD color RGB value is (188,151,173).

RGB: (188,151,173) (74%, 59%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 151 of 255 = 59%
B 173 of 255 = 68%

188
151
173

R + G + B ~ 67%. #BC97AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 151 + 173 = 512 (100%)
R 188 of 512 ~ 36.72%
G 151 of 512 ~ 29.49%
B 173 of 512 ~ 33.79'%

%36.72
%29.49
%33.79

CMYK color model

#BC97AD color CMYK value is (0,20,8,26).

  • cyan value is 0.00%
  • magenta value is 19.68%
  • yellow value is 7.98%
  • key color value is 26.27%

CMYK: (0,20,8,26)
C0M20Y8K26 (0%, 20%, 8%, 26%)
(0.00 / 0.20 / 0.08 / 0.26)

CMYK percentages

%0
%19.68
%7.98
%26.27

Codes

Color #BC97AD in popluar color models

BC 97 AD
RGB 188 151 173
HSL 324° 21.64% 66.47%
HSB/HSV 324° 19.68% 73.73%
CMYK 0.00% 19.68% 7.98%
26.27%

Color #BC97AD in popluar number systems.

HEX BC 97 AD
Decimal 188 151 173
Binary 10111100 10010111 10101101
Octal 274 227 255

Shades and tints

Shades of #BC97AD

#BC97AD
(188,151,173)
#AB8A9E
(171,138,158)
#9A7D8F
(154,125,143)
#897080
(137,112,128)
#786371
(120,99,113)
#675662
(103,86,98)
#564953
(86,73,83)
#453C44
(69,60,68)
#342F35
(52,47,53)
#232226
(35,34,38)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BC97AD

#BC97AD
(188,151,173)
#C2A0B4
(194,160,180)
#C8A9BB
(200,169,187)
#CEB2C2
(206,178,194)
#D4BBC9
(212,187,201)
#DAC4D0
(218,196,208)
#E0CDD7
(224,205,215)
#E6D6DE
(230,214,222)
#ECDFE5
(236,223,229)
#F2E8EC
(242,232,236)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC97AD color. Also use rgb(188,151,173) instead hex code.

Text Font Color

.myTextColor { color: #BC97AD; }

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

This text font color is #BC97AD.

Background Color

.myBgColor { background-color: #BC97AD; }

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

This div background color is #BC97AD.

Border color

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

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

This div border color is #BC97AD.

Opacity

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

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

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

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

This text has shadow with #BC97AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC97AD.

Preview

Color preview on black background

This text has color #BC97AD on black background.


Color preview on white background

This text has color #BC97AD on white background.


Black color preview on #BC97AD background

This text has black color on #BC97AD background.


White color preview on #BC97AD background

This text has white color on #BC97AD background.


Related colors

Complementary color

Complementary color for #hex is #436852.


I love getcolorcode.com

Triadic colors

1 #ADBC97 and #97ADBC with #BC97AD are triadic colors.

2 #AD97BC and #97BCAD with #BC97AD are triadic colors.