COLOR #BC93A3

HEX: #BC93A3
RGB: (188,147,163)

Color info

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

RGB color model

#BC93A3 color RGB value is (188,147,163).

  • red value is 188;
  • green value is 147;
  • blue value is 163.
RGB:
(188,147,163)
(74%,58%,64%)

RGB channels and saturation

R 188 of 255 = 74%
G 147 of 255 = 58%
B 163 of 255 = 64%

188
147
163

R + G + B ~ 65%. #BC93A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 147 + 163 = 498 (100%)
R 188 of 498 ~ 37.75%
G 147 of 498 ~ 29.52%
B 163 of 498 ~ 32.73%

%37.75
%29.52
%32.73

CMYK color model

#BC93A3 color CMYK value is (0,22,13,26).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 13.30%
  • key color value is 26.27%
CMYK:
(0,22,13,26)
C0M22Y13K26 
(0%,22%,13%,26%)
(0.00/0.22/0.13/0.26)	

CMYK percentages

%0
%21.81
%13.3
%26.27

Codes

Color #BC93A3 in popluar color models

BC93A3
RGB188147163
HSL337°23.43%65.69%
HSB/HSV337°21.81%73.73%
CMYK0.00%21.81%13.30%
26.27%

Color #BC93A3 in popluar number systems.

HEXBC93A3
Decimal188147163
Binary101111001001001110100011
Octal274223243

Shades and tints

Shades of #BC93A3

#BC93A3
(188,147,163)
#AB8695
(171,134,149)
#9A7987
(154,121,135)
#896C79
(137,108,121)
#785F6B
(120,95,107)
#67525D
(103,82,93)
#56454F
(86,69,79)
#453841
(69,56,65)
#342B33
(52,43,51)
#231E25
(35,30,37)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #BC93A3

#BC93A3
(188,147,163)
#C29CAB
(194,156,171)
#C8A5B3
(200,165,179)
#CEAEBB
(206,174,187)
#D4B7C3
(212,183,195)
#DAC0CB
(218,192,203)
#E0C9D3
(224,201,211)
#E6D2DB
(230,210,219)
#ECDBE3
(236,219,227)
#F2E4EB
(242,228,235)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC93A3 color. Also use rgb(188,147,163) instead hex code.

Text Font Color

.myTextColor { color: #BC93A3; }

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

This text font color is #BC93A3.


Background Color

.myBgColor { background-color: #BC93A3; }

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

This div background color is #BC93A3.


Border color

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

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

This div border color is #BC93A3.


Opacity

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

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

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

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

This text has shadow with #BC93A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC93A3 on black background.


Color preview on white background

This text has color #BC93A3 on white background.



Black color preview on #BC93A3 background

This text has black color on #BC93A3 background.


White color preview on #BC93A3 background

This text has white color on #BC93A3 background.