COLOR #BC90A0

HEX: #BC90A0 RGB: (188,144,160)

Color info

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

RGB color model

#BC90A0 color RGB value is (188,144,160).

RGB: (188,144,160) (74%, 56%, 63%)

RGB channels and saturation

R 188 of 255 = 74%
G 144 of 255 = 56%
B 160 of 255 = 63%

188
144
160

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

Portions of RGB colors in percentages

R + G + B = 188 + 144 + 160 = 492 (100%)
R 188 of 492 ~ 38.21%
G 144 of 492 ~ 29.27%
B 160 of 492 ~ 32.52'%

%38.21
%29.27
%32.52

CMYK color model

#BC90A0 color CMYK value is (0,23,15,26).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 14.89%
  • key color value is 26.27%

CMYK: (0,23,15,26)
C0M23Y15K26 (0%, 23%, 15%, 26%)
(0.00 / 0.23 / 0.15 / 0.26)

CMYK percentages

%0
%23.4
%14.89
%26.27

Codes

Color #BC90A0 in popluar color models

BC 90 A0
RGB 188 144 160
HSL 338° 24.72% 65.10%
HSB/HSV 338° 23.40% 73.73%
CMYK 0.00% 23.40% 14.89%
26.27%

Color #BC90A0 in popluar number systems.

HEX BC 90 A0
Decimal 188 144 160
Binary 10111100 10010000 10100000
Octal 274 220 240

Shades and tints

Shades of #BC90A0

#BC90A0
(188,144,160)
#AB8392
(171,131,146)
#9A7684
(154,118,132)
#896976
(137,105,118)
#785C68
(120,92,104)
#674F5A
(103,79,90)
#56424C
(86,66,76)
#45353E
(69,53,62)
#342830
(52,40,48)
#231B22
(35,27,34)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #BC90A0

#BC90A0
(188,144,160)
#C29AA8
(194,154,168)
#C8A4B0
(200,164,176)
#CEAEB8
(206,174,184)
#D4B8C0
(212,184,192)
#DAC2C8
(218,194,200)
#E0CCD0
(224,204,208)
#E6D6D8
(230,214,216)
#ECE0E0
(236,224,224)
#F2EAE8
(242,234,232)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC90A0; }

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

This text font color is #BC90A0.

Background Color

.myBgColor { background-color: #BC90A0; }

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

This div background color is #BC90A0.

Border color

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

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

This div border color is #BC90A0.

Opacity

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

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

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

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

This text has shadow with #BC90A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC90A0.

Preview

Color preview on black background

This text has color #BC90A0 on black background.


Color preview on white background

This text has color #BC90A0 on white background.


Black color preview on #BC90A0 background

This text has black color on #BC90A0 background.


White color preview on #BC90A0 background

This text has white color on #BC90A0 background.


Related colors

Complementary color

Complementary color for #hex is #436F5F.


I love getcolorcode.com

Triadic colors

1 #A0BC90 and #90A0BC with #BC90A0 are triadic colors.

2 #A090BC and #90BCA0 with #BC90A0 are triadic colors.