COLOR #BC90C2

HEX: #BC90C2
RGB: (188,144,194)

Color info

#BC90C2 contains red, green and blue colors in about the same proportion. Web safe color of #BC90C2 is #CC99CC (or #C9C).

RGB color model

#BC90C2 color RGB value is (188,144,194).

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

RGB channels and saturation

R 188 of 255 = 74%
G 144 of 255 = 56%
B 194 of 255 = 76%

188
144
194

R + G + B ~ 69%. #BC90C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 144 + 194 = 526 (100%)
R 188 of 526 ~ 35.74%
G 144 of 526 ~ 27.38%
B 194 of 526 ~ 36.88%

%35.74
%27.38
%36.88

CMYK color model

#BC90C2 color CMYK value is (3,26,0,24).

  • cyan value is 3.09%
  • magenta value is 25.77%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(3,26,0,24)
C3M26Y0K24 
(3%,26%,0%,24%)
(0.03/0.26/0.00/0.24)	

CMYK percentages

%3.09
%25.77
%0
%23.92

Codes

Color #BC90C2 in popluar color models

BC90C2
RGB188144194
HSL293°29.07%66.27%
HSB/HSV293°25.77%76.08%
CMYK3.09%25.77%0.00%
23.92%

Color #BC90C2 in popluar number systems.

HEXBC90C2
Decimal188144194
Binary101111001001000011000010
Octal274220302

Shades and tints

Shades of #BC90C2

#BC90C2
(188,144,194)
#AB83B1
(171,131,177)
#9A76A0
(154,118,160)
#89698F
(137,105,143)
#785C7E
(120,92,126)
#674F6D
(103,79,109)
#56425C
(86,66,92)
#45354B
(69,53,75)
#34283A
(52,40,58)
#231B29
(35,27,41)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #BC90C2

#BC90C2
(188,144,194)
#C29AC7
(194,154,199)
#C8A4CC
(200,164,204)
#CEAED1
(206,174,209)
#D4B8D6
(212,184,214)
#DAC2DB
(218,194,219)
#E0CCE0
(224,204,224)
#E6D6E5
(230,214,229)
#ECE0EA
(236,224,234)
#F2EAEF
(242,234,239)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC90C2; }

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

This text font color is #BC90C2.


Background Color

.myBgColor { background-color: #BC90C2; }

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

This div background color is #BC90C2.


Border color

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

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

This div border color is #BC90C2.


Opacity

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

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

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

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

This text has shadow with #BC90C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC90C2 on black background.


Color preview on white background

This text has color #BC90C2 on white background.



Black color preview on #BC90C2 background

This text has black color on #BC90C2 background.


White color preview on #BC90C2 background

This text has white color on #BC90C2 background.