COLOR #BC90BF

HEX: #BC90BF
RGB: (188,144,191)

Color info

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

RGB color model

#BC90BF color RGB value is (188,144,191).

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

RGB channels and saturation

R 188 of 255 = 74%
G 144 of 255 = 56%
B 191 of 255 = 75%

188
144
191

R + G + B ~ 68%. #BC90BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 144 + 191 = 523 (100%)
R 188 of 523 ~ 35.95%
G 144 of 523 ~ 27.53%
B 191 of 523 ~ 36.52%

%35.95
%27.53
%36.52

CMYK color model

#BC90BF color CMYK value is (2,25,0,25).

  • cyan value is 1.57%
  • magenta value is 24.61%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(2,25,0,25)
C2M25Y0K25 
(2%,25%,0%,25%)
(0.02/0.25/0.00/0.25)	

CMYK percentages

%1.57
%24.61
%0
%25.1

Codes

Color #BC90BF in popluar color models

BC90BF
RGB188144191
HSL296°26.86%65.69%
HSB/HSV296°24.61%74.90%
CMYK1.57%24.61%0.00%
25.10%

Color #BC90BF in popluar number systems.

HEXBC90BF
Decimal188144191
Binary101111001001000010111111
Octal274220277

Shades and tints

Shades of #BC90BF

#BC90BF
(188,144,191)
#AB83AE
(171,131,174)
#9A769D
(154,118,157)
#89698C
(137,105,140)
#785C7B
(120,92,123)
#674F6A
(103,79,106)
#564259
(86,66,89)
#453548
(69,53,72)
#342837
(52,40,55)
#231B26
(35,27,38)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #BC90BF

#BC90BF
(188,144,191)
#C29AC4
(194,154,196)
#C8A4C9
(200,164,201)
#CEAECE
(206,174,206)
#D4B8D3
(212,184,211)
#DAC2D8
(218,194,216)
#E0CCDD
(224,204,221)
#E6D6E2
(230,214,226)
#ECE0E7
(236,224,231)
#F2EAEC
(242,234,236)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC90BF; }

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

This text font color is #BC90BF.


Background Color

.myBgColor { background-color: #BC90BF; }

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

This div background color is #BC90BF.


Border color

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

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

This div border color is #BC90BF.


Opacity

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

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

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

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

This text has shadow with #BC90BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC90BF on black background.


Color preview on white background

This text has color #BC90BF on white background.



Black color preview on #BC90BF background

This text has black color on #BC90BF background.


White color preview on #BC90BF background

This text has white color on #BC90BF background.