COLOR #BC97B9

HEX: #BC97B9 RGB: (188,151,185)

Color info

#BC97B9 contains red, green and blue colors in about the same proportion. Web safe color of #BC97B9 is #CC99CC (or #C9C).

RGB color model

#BC97B9 color RGB value is (188,151,185).

RGB: (188,151,185) (74%, 59%, 73%)

RGB channels and saturation

R 188 of 255 = 74%
G 151 of 255 = 59%
B 185 of 255 = 73%

188
151
185

R + G + B ~ 69%. #BC97B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 151 + 185 = 524 (100%)
R 188 of 524 ~ 35.88%
G 151 of 524 ~ 28.82%
B 185 of 524 ~ 35.31'%

%35.88
%28.82
%35.31

CMYK color model

#BC97B9 color CMYK value is (0,20,2,26).

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

CMYK: (0,20,2,26)
C0M20Y2K26 (0%, 20%, 2%, 26%)
(0.00 / 0.20 / 0.02 / 0.26)

CMYK percentages

%0
%19.68
%1.6
%26.27

Codes

Color #BC97B9 in popluar color models

BC 97 B9
RGB 188 151 185
HSL 305° 21.64% 66.47%
HSB/HSV 305° 19.68% 73.73%
CMYK 0.00% 19.68% 1.60%
26.27%

Color #BC97B9 in popluar number systems.

HEX BC 97 B9
Decimal 188 151 185
Binary 10111100 10010111 10111001
Octal 274 227 271

Shades and tints

Shades of #BC97B9

#BC97B9
(188,151,185)
#AB8AA9
(171,138,169)
#9A7D99
(154,125,153)
#897089
(137,112,137)
#786379
(120,99,121)
#675669
(103,86,105)
#564959
(86,73,89)
#453C49
(69,60,73)
#342F39
(52,47,57)
#232229
(35,34,41)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #BC97B9

#BC97B9
(188,151,185)
#C2A0BF
(194,160,191)
#C8A9C5
(200,169,197)
#CEB2CB
(206,178,203)
#D4BBD1
(212,187,209)
#DAC4D7
(218,196,215)
#E0CDDD
(224,205,221)
#E6D6E3
(230,214,227)
#ECDFE9
(236,223,233)
#F2E8EF
(242,232,239)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC97B9; }

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

This text font color is #BC97B9.

Background Color

.myBgColor { background-color: #BC97B9; }

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

This div background color is #BC97B9.

Border color

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

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

This div border color is #BC97B9.

Opacity

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

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

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

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

This text has shadow with #BC97B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC97B9.

Preview

Color preview on black background

This text has color #BC97B9 on black background.


Color preview on white background

This text has color #BC97B9 on white background.


Black color preview on #BC97B9 background

This text has black color on #BC97B9 background.


White color preview on #BC97B9 background

This text has white color on #BC97B9 background.


Related colors

Complementary color

Complementary color for #hex is #436846.


I love getcolorcode.com

Triadic colors

1 #B9BC97 and #97B9BC with #BC97B9 are triadic colors.

2 #B997BC and #97BCB9 with #BC97B9 are triadic colors.