COLOR #BC92A3

HEX: #BC92A3
RGB: (188,146,163)

Color info

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

RGB color model

#BC92A3 color RGB value is (188,146,163).

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

RGB channels and saturation

R 188 of 255 = 74%
G 146 of 255 = 57%
B 163 of 255 = 64%

188
146
163

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

Portions of RGB colors in percentages

R + G + B =
188 + 146 + 163 = 497 (100%)
R 188 of 497 ~ 37.83%
G 146 of 497 ~ 29.38%
B 163 of 497 ~ 32.8%

%37.83
%29.38
%32.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.34%
  • 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
%22.34
%13.3
%26.27

Codes

Color #BC92A3 in popluar color models

BC92A3
RGB188146163
HSL336°23.86%65.49%
HSB/HSV336°22.34%73.73%
CMYK0.00%22.34%13.30%
26.27%

Color #BC92A3 in popluar number systems.

HEXBC92A3
Decimal188146163
Binary101111001001001010100011
Octal274222243

Shades and tints

Shades of #BC92A3

#BC92A3
(188,146,163)
#AB8595
(171,133,149)
#9A7887
(154,120,135)
#896B79
(137,107,121)
#785E6B
(120,94,107)
#67515D
(103,81,93)
#56444F
(86,68,79)
#453741
(69,55,65)
#342A33
(52,42,51)
#231D25
(35,29,37)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #BC92A3

#BC92A3
(188,146,163)
#C29BAB
(194,155,171)
#C8A4B3
(200,164,179)
#CEADBB
(206,173,187)
#D4B6C3
(212,182,195)
#DABFCB
(218,191,203)
#E0C8D3
(224,200,211)
#E6D1DB
(230,209,219)
#ECDAE3
(236,218,227)
#F2E3EB
(242,227,235)
#F8ECF3
(248,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC92A3; }

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

This text font color is #BC92A3.


Background Color

.myBgColor { background-color: #BC92A3; }

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

This div background color is #BC92A3.


Border color

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

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

This div border color is #BC92A3.


Opacity

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

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

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

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

This text has shadow with #BC92A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC92A3 on black background.


Color preview on white background

This text has color #BC92A3 on white background.



Black color preview on #BC92A3 background

This text has black color on #BC92A3 background.


White color preview on #BC92A3 background

This text has white color on #BC92A3 background.