COLOR #BC97C5

HEX: #BC97C5 RGB: (188,151,197)

Color info

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

RGB color model

#BC97C5 color RGB value is (188,151,197).

RGB: (188,151,197) (74%, 59%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 151 of 255 = 59%
B 197 of 255 = 77%

188
151
197

R + G + B ~ 70%. #BC97C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 151 + 197 = 536 (100%)
R 188 of 536 ~ 35.07%
G 151 of 536 ~ 28.17%
B 197 of 536 ~ 36.75'%

%35.07
%28.17
%36.75

CMYK color model

#BC97C5 color CMYK value is (5,23,0,23).

  • cyan value is 4.57%
  • magenta value is 23.35%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (5,23,0,23)
C5M23Y0K23 (5%, 23%, 0%, 23%)
(0.05 / 0.23 / 0.00 / 0.23)

CMYK percentages

%4.57
%23.35
%0
%22.75

Codes

Color #BC97C5 in popluar color models

BC 97 C5
RGB 188 151 197
HSL 288° 28.40% 68.24%
HSB/HSV 288° 23.35% 77.25%
CMYK 4.57% 23.35% 0.00%
22.75%

Color #BC97C5 in popluar number systems.

HEX BC 97 C5
Decimal 188 151 197
Binary 10111100 10010111 11000101
Octal 274 227 305

Shades and tints

Shades of #BC97C5

#BC97C5
(188,151,197)
#AB8AB4
(171,138,180)
#9A7DA3
(154,125,163)
#897092
(137,112,146)
#786381
(120,99,129)
#675670
(103,86,112)
#56495F
(86,73,95)
#453C4E
(69,60,78)
#342F3D
(52,47,61)
#23222C
(35,34,44)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #BC97C5

#BC97C5
(188,151,197)
#C2A0CA
(194,160,202)
#C8A9CF
(200,169,207)
#CEB2D4
(206,178,212)
#D4BBD9
(212,187,217)
#DAC4DE
(218,196,222)
#E0CDE3
(224,205,227)
#E6D6E8
(230,214,232)
#ECDFED
(236,223,237)
#F2E8F2
(242,232,242)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC97C5; }

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

This text font color is #BC97C5.

Background Color

.myBgColor { background-color: #BC97C5; }

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

This div background color is #BC97C5.

Border color

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

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

This div border color is #BC97C5.

Opacity

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

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

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

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

This text has shadow with #BC97C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC97C5.

Preview

Color preview on black background

This text has color #BC97C5 on black background.


Color preview on white background

This text has color #BC97C5 on white background.


Black color preview on #BC97C5 background

This text has black color on #BC97C5 background.


White color preview on #BC97C5 background

This text has white color on #BC97C5 background.


Related colors

Complementary color

Complementary color for #hex is #43683A.


I love getcolorcode.com

Triadic colors

1 #C5BC97 and #97C5BC with #BC97C5 are triadic colors.

2 #C597BC and #97BCC5 with #BC97C5 are triadic colors.