COLOR #BC90CB

HEX: #BC90CB
RGB: (188,144,203)

Color info

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

RGB color model

#BC90CB color RGB value is (188,144,203).

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

RGB channels and saturation

R 188 of 255 = 74%
G 144 of 255 = 56%
B 203 of 255 = 80%

188
144
203

R + G + B ~ 70%. #BC90CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 144 + 203 = 535 (100%)
R 188 of 535 ~ 35.14%
G 144 of 535 ~ 26.92%
B 203 of 535 ~ 37.94%

%35.14
%26.92
%37.94

CMYK color model

#BC90CB color CMYK value is (7,29,0,20).

  • cyan value is 7.39%
  • magenta value is 29.06%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,29,0,20)
C7M29Y0K20 
(7%,29%,0%,20%)
(0.07/0.29/0.00/0.20)	

CMYK percentages

%7.39
%29.06
%0
%20.39

Codes

Color #BC90CB in popluar color models

BC90CB
RGB188144203
HSL285°36.20%68.04%
HSB/HSV285°29.06%79.61%
CMYK7.39%29.06%0.00%
20.39%

Color #BC90CB in popluar number systems.

HEXBC90CB
Decimal188144203
Binary101111001001000011001011
Octal274220313

Shades and tints

Shades of #BC90CB

#BC90CB
(188,144,203)
#AB83B9
(171,131,185)
#9A76A7
(154,118,167)
#896995
(137,105,149)
#785C83
(120,92,131)
#674F71
(103,79,113)
#56425F
(86,66,95)
#45354D
(69,53,77)
#34283B
(52,40,59)
#231B29
(35,27,41)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #BC90CB

#BC90CB
(188,144,203)
#C29ACF
(194,154,207)
#C8A4D3
(200,164,211)
#CEAED7
(206,174,215)
#D4B8DB
(212,184,219)
#DAC2DF
(218,194,223)
#E0CCE3
(224,204,227)
#E6D6E7
(230,214,231)
#ECE0EB
(236,224,235)
#F2EAEF
(242,234,239)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC90CB; }

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

This text font color is #BC90CB.


Background Color

.myBgColor { background-color: #BC90CB; }

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

This div background color is #BC90CB.


Border color

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

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

This div border color is #BC90CB.


Opacity

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

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

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

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

This text has shadow with #BC90CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC90CB on black background.


Color preview on white background

This text has color #BC90CB on white background.



Black color preview on #BC90CB background

This text has black color on #BC90CB background.


White color preview on #BC90CB background

This text has white color on #BC90CB background.