COLOR #BC919A

HEX: #BC919A
RGB: (188,145,154)

Color info

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

RGB color model

#BC919A color RGB value is (188,145,154).

  • red value is 188;
  • green value is 145;
  • blue value is 154.
RGB:
(188,145,154)
(74%,57%,60%)

RGB channels and saturation

R 188 of 255 = 74%
G 145 of 255 = 57%
B 154 of 255 = 60%

188
145
154

R + G + B ~ 64%. #BC919A is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 145 + 154 = 487 (100%)
R 188 of 487 ~ 38.6%
G 145 of 487 ~ 29.77%
B 154 of 487 ~ 31.62%

%38.6
%29.77
%31.62

CMYK color model

#BC919A color CMYK value is (0,23,18,26).

  • cyan value is 0.00%
  • magenta value is 22.87%
  • yellow value is 18.09%
  • key color value is 26.27%
CMYK:
(0,23,18,26)
C0M23Y18K26 
(0%,23%,18%,26%)
(0.00/0.23/0.18/0.26)	

CMYK percentages

%0
%22.87
%18.09
%26.27

Codes

Color #BC919A in popluar color models

BC919A
RGB188145154
HSL347°24.29%65.29%
HSB/HSV347°22.87%73.73%
CMYK0.00%22.87%18.09%
26.27%

Color #BC919A in popluar number systems.

HEXBC919A
Decimal188145154
Binary101111001001000110011010
Octal274221232

Shades and tints

Shades of #BC919A

#BC919A
(188,145,154)
#AB848C
(171,132,140)
#9A777E
(154,119,126)
#896A70
(137,106,112)
#785D62
(120,93,98)
#675054
(103,80,84)
#564346
(86,67,70)
#453638
(69,54,56)
#34292A
(52,41,42)
#231C1C
(35,28,28)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #BC919A

#BC919A
(188,145,154)
#C29BA3
(194,155,163)
#C8A5AC
(200,165,172)
#CEAFB5
(206,175,181)
#D4B9BE
(212,185,190)
#DAC3C7
(218,195,199)
#E0CDD0
(224,205,208)
#E6D7D9
(230,215,217)
#ECE1E2
(236,225,226)
#F2EBEB
(242,235,235)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC919A color. Also use rgb(188,145,154) instead hex code.

Text Font Color

.myTextColor { color: #BC919A; }

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

This text font color is #BC919A.


Background Color

.myBgColor { background-color: #BC919A; }

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

This div background color is #BC919A.


Border color

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

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

This div border color is #BC919A.


Opacity

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

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

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

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

This text has shadow with #BC919A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC919A on black background.


Color preview on white background

This text has color #BC919A on white background.



Black color preview on #BC919A background

This text has black color on #BC919A background.


White color preview on #BC919A background

This text has white color on #BC919A background.