COLOR #BC97AE

HEX: #BC97AE
RGB: (188,151,174)

Color info

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

RGB color model

#BC97AE color RGB value is (188,151,174).

  • red value is 188;
  • green value is 151;
  • blue value is 174.
RGB: (188,151,174) (74%,59%,68%)

RGB channels and saturation

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

188
151
174

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

Portions of RGB colors in percentages

R + G + B =
188 + 151 + 174 = 513 (100%)
R 188 of 513 ~ 36.65%
G 151 of 513 ~ 29.43%
B 174 of 513 ~ 33.92%

%36.65
%29.43
%33.92

CMYK color model

#BC97AE color CMYK value is (0,20,7,26).

  • cyan value is 0.00%
  • magenta value is 19.68%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK: (0,20,7,26) C0M20Y7K26 (0%,20%,7%,26%) (0.00/0.20/0.07/0.26)

CMYK percentages

%0
%19.68
%7.45
%26.27

Codes

Color #BC97AE in popluar color models

BC97AE
RGB188151174
HSL323°21.64%66.47%
HSB/HSV323°19.68%73.73%
CMYK0.00%19.68%7.45%
26.27%

Color #BC97AE in popluar number systems.

HEXBC97AE
Decimal188151174
Binary101111001001011110101110
Octal274227256

Shades and tints

Shades of #BC97AE

#BC97AE
(188,151,174)
#AB8A9F
(171,138,159)
#9A7D90
(154,125,144)
#897081
(137,112,129)
#786372
(120,99,114)
#675663
(103,86,99)
#564954
(86,73,84)
#453C45
(69,60,69)
#342F36
(52,47,54)
#232227
(35,34,39)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #BC97AE

#BC97AE
(188,151,174)
#C2A0B5
(194,160,181)
#C8A9BC
(200,169,188)
#CEB2C3
(206,178,195)
#D4BBCA
(212,187,202)
#DAC4D1
(218,196,209)
#E0CDD8
(224,205,216)
#E6D6DF
(230,214,223)
#ECDFE6
(236,223,230)
#F2E8ED
(242,232,237)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC97AE; }

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

This text font color is #BC97AE.


Background Color

.myBgColor { background-color: #BC97AE; }

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

This div background color is #BC97AE.


Border color

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

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

This div border color is #BC97AE.


Opacity

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

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

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

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

This text has shadow with #BC97AE color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #BC97AE; -webkit-box-shadow:	1px 1px 3px 2px #BC97AE; box-shadow:	1px 1px 3px 2px #BC97AE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC97AE; -webkit-box-shadow: 1px 1px 3px 2px #BC97AE; box-shadow:1px 1px 3px 2px #BC97AE;">
Div content here</div>
This div box has shadow with color #BC97AE.

Preview

Color preview on black background

This text has color #BC97AE on black background.


Color preview on white background

This text has color #BC97AE on white background.



Black color preview on #BC97AE background

This text has black color on #BC97AE background.


White color preview on #BC97AE background

This text has white color on #BC97AE background.