COLOR #BC969A

HEX: #BC969A
RGB: (188,150,154)

Color info

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

RGB color model

#BC969A color RGB value is (188,150,154).

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

RGB channels and saturation

R 188 of 255 = 74%
G 150 of 255 = 59%
B 154 of 255 = 60%

188
150
154

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

Portions of RGB colors in percentages

R + G + B =
188 + 150 + 154 = 492 (100%)
R 188 of 492 ~ 38.21%
G 150 of 492 ~ 30.49%
B 154 of 492 ~ 31.3%

%38.21
%30.49
%31.3

CMYK color model

#BC969A color CMYK value is (0,20,18,26).

  • cyan value is 0.00%
  • magenta value is 20.21%
  • yellow value is 18.09%
  • key color value is 26.27%
CMYK:
(0,20,18,26)
C0M20Y18K26 
(0%,20%,18%,26%)
(0.00/0.20/0.18/0.26)	

CMYK percentages

%0
%20.21
%18.09
%26.27

Codes

Color #BC969A in popluar color models

BC969A
RGB188150154
HSL354°22.09%66.27%
HSB/HSV354°20.21%73.73%
CMYK0.00%20.21%18.09%
26.27%

Color #BC969A in popluar number systems.

HEXBC969A
Decimal188150154
Binary101111001001011010011010
Octal274226232

Shades and tints

Shades of #BC969A

#BC969A
(188,150,154)
#AB898C
(171,137,140)
#9A7C7E
(154,124,126)
#896F70
(137,111,112)
#786262
(120,98,98)
#675554
(103,85,84)
#564846
(86,72,70)
#453B38
(69,59,56)
#342E2A
(52,46,42)
#23211C
(35,33,28)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #BC969A

#BC969A
(188,150,154)
#C29FA3
(194,159,163)
#C8A8AC
(200,168,172)
#CEB1B5
(206,177,181)
#D4BABE
(212,186,190)
#DAC3C7
(218,195,199)
#E0CCD0
(224,204,208)
#E6D5D9
(230,213,217)
#ECDEE2
(236,222,226)
#F2E7EB
(242,231,235)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC969A; }

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

This text font color is #BC969A.


Background Color

.myBgColor { background-color: #BC969A; }

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

This div background color is #BC969A.


Border color

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

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

This div border color is #BC969A.


Opacity

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

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

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

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

This text has shadow with #BC969A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC969A on black background.


Color preview on white background

This text has color #BC969A on white background.



Black color preview on #BC969A background

This text has black color on #BC969A background.


White color preview on #BC969A background

This text has white color on #BC969A background.