COLOR #BC90A5

HEX: #BC90A5
RGB: (188,144,165)

Color info

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

RGB color model

#BC90A5 color RGB value is (188,144,165).

  • red value is 188;
  • green value is 144;
  • blue value is 165.
RGB:
(188,144,165)
(74%,56%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 144 of 255 = 56%
B 165 of 255 = 65%

188
144
165

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

Portions of RGB colors in percentages

R + G + B =
188 + 144 + 165 = 497 (100%)
R 188 of 497 ~ 37.83%
G 144 of 497 ~ 28.97%
B 165 of 497 ~ 33.2%

%37.83
%28.97
%33.2

CMYK color model

#BC90A5 color CMYK value is (0,23,12,26).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 12.23%
  • key color value is 26.27%
CMYK:
(0,23,12,26)
C0M23Y12K26 
(0%,23%,12%,26%)
(0.00/0.23/0.12/0.26)	

CMYK percentages

%0
%23.4
%12.23
%26.27

Codes

Color #BC90A5 in popluar color models

BC90A5
RGB188144165
HSL331°24.72%65.10%
HSB/HSV331°23.40%73.73%
CMYK0.00%23.40%12.23%
26.27%

Color #BC90A5 in popluar number systems.

HEXBC90A5
Decimal188144165
Binary101111001001000010100101
Octal274220245

Shades and tints

Shades of #BC90A5

#BC90A5
(188,144,165)
#AB8396
(171,131,150)
#9A7687
(154,118,135)
#896978
(137,105,120)
#785C69
(120,92,105)
#674F5A
(103,79,90)
#56424B
(86,66,75)
#45353C
(69,53,60)
#34282D
(52,40,45)
#231B1E
(35,27,30)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #BC90A5

#BC90A5
(188,144,165)
#C29AAD
(194,154,173)
#C8A4B5
(200,164,181)
#CEAEBD
(206,174,189)
#D4B8C5
(212,184,197)
#DAC2CD
(218,194,205)
#E0CCD5
(224,204,213)
#E6D6DD
(230,214,221)
#ECE0E5
(236,224,229)
#F2EAED
(242,234,237)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC90A5 color. Also use rgb(188,144,165) instead hex code.

Text Font Color

.myTextColor { color: #BC90A5; }

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

This text font color is #BC90A5.


Background Color

.myBgColor { background-color: #BC90A5; }

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

This div background color is #BC90A5.


Border color

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

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

This div border color is #BC90A5.


Opacity

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

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

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

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

This text has shadow with #BC90A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC90A5 on black background.


Color preview on white background

This text has color #BC90A5 on white background.



Black color preview on #BC90A5 background

This text has black color on #BC90A5 background.


White color preview on #BC90A5 background

This text has white color on #BC90A5 background.