COLOR #BC90BE

HEX: #BC90BE RGB: (188,144,190)

Color info

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

RGB color model

#BC90BE color RGB value is (188,144,190).

RGB: (188,144,190) (74%, 56%, 75%)

RGB channels and saturation

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

188
144
190

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

Portions of RGB colors in percentages

R + G + B = 188 + 144 + 190 = 522 (100%)
R 188 of 522 ~ 36.02%
G 144 of 522 ~ 27.59%
B 190 of 522 ~ 36.4'%

%36.02
%27.59
%36.4

CMYK color model

#BC90BE color CMYK value is (1,24,0,25).

  • cyan value is 1.05%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (1,24,0,25)
C1M24Y0K25 (1%, 24%, 0%, 25%)
(0.01 / 0.24 / 0.00 / 0.25)

CMYK percentages

%1.05
%24.21
%0
%25.49

Codes

Color #BC90BE in popluar color models

BC 90 BE
RGB 188 144 190
HSL 297° 26.14% 65.49%
HSB/HSV 297° 24.21% 74.51%
CMYK 1.05% 24.21% 0.00%
25.49%

Color #BC90BE in popluar number systems.

HEX BC 90 BE
Decimal 188 144 190
Binary 10111100 10010000 10111110
Octal 274 220 276

Shades and tints

Shades of #BC90BE

#BC90BE
(188,144,190)
#AB83AD
(171,131,173)
#9A769C
(154,118,156)
#89698B
(137,105,139)
#785C7A
(120,92,122)
#674F69
(103,79,105)
#564258
(86,66,88)
#453547
(69,53,71)
#342836
(52,40,54)
#231B25
(35,27,37)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #BC90BE

#BC90BE
(188,144,190)
#C29AC3
(194,154,195)
#C8A4C8
(200,164,200)
#CEAECD
(206,174,205)
#D4B8D2
(212,184,210)
#DAC2D7
(218,194,215)
#E0CCDC
(224,204,220)
#E6D6E1
(230,214,225)
#ECE0E6
(236,224,230)
#F2EAEB
(242,234,235)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC90BE; }

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

This text font color is #BC90BE.

Background Color

.myBgColor { background-color: #BC90BE; }

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

This div background color is #BC90BE.

Border color

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

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

This div border color is #BC90BE.

Opacity

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

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

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

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

This text has shadow with #BC90BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC90BE.

Preview

Color preview on black background

This text has color #BC90BE on black background.


Color preview on white background

This text has color #BC90BE on white background.


Black color preview on #BC90BE background

This text has black color on #BC90BE background.


White color preview on #BC90BE background

This text has white color on #BC90BE background.


Related colors

Complementary color

Complementary color for #hex is #436F41.


I love getcolorcode.com

Triadic colors

1 #BEBC90 and #90BEBC with #BC90BE are triadic colors.

2 #BE90BC and #90BCBE with #BC90BE are triadic colors.