COLOR #BA87BE

HEX: #BA87BE
RGB: (186,135,190)

Color info

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

RGB color model

#BA87BE color RGB value is (186,135,190).

  • red value is 186;
  • green value is 135;
  • blue value is 190.
RGB:
(186,135,190)
(73%,53%,75%)

RGB channels and saturation

R 186 of 255 = 73%
G 135 of 255 = 53%
B 190 of 255 = 75%

186
135
190

R + G + B ~ 67%. #BA87BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 135 + 190 = 511 (100%)
R 186 of 511 ~ 36.4%
G 135 of 511 ~ 26.42%
B 190 of 511 ~ 37.18%

%36.4
%26.42
%37.18

CMYK color model

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

  • cyan value is 2.11%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,29,0,25)
C2M29Y0K25 
(2%,29%,0%,25%)
(0.02/0.29/0.00/0.25)	

CMYK percentages

%2.11
%28.95
%0
%25.49

Codes

Color #BA87BE in popluar color models

BA87BE
RGB186135190
HSL296°29.73%63.73%
HSB/HSV296°28.95%74.51%
CMYK2.11%28.95%0.00%
25.49%

Color #BA87BE in popluar number systems.

HEXBA87BE
Decimal186135190
Binary101110101000011110111110
Octal272207276

Shades and tints

Shades of #BA87BE

#BA87BE
(186,135,190)
#AA7BAD
(170,123,173)
#9A6F9C
(154,111,156)
#8A638B
(138,99,139)
#7A577A
(122,87,122)
#6A4B69
(106,75,105)
#5A3F58
(90,63,88)
#4A3347
(74,51,71)
#3A2736
(58,39,54)
#2A1B25
(42,27,37)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #BA87BE

#BA87BE
(186,135,190)
#C091C3
(192,145,195)
#C69BC8
(198,155,200)
#CCA5CD
(204,165,205)
#D2AFD2
(210,175,210)
#D8B9D7
(216,185,215)
#DEC3DC
(222,195,220)
#E4CDE1
(228,205,225)
#EAD7E6
(234,215,230)
#F0E1EB
(240,225,235)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA87BE color. Also use rgb(186,135,190) instead hex code.

Text Font Color

.myTextColor { color: #BA87BE; }

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

This text font color is #BA87BE.


Background Color

.myBgColor { background-color: #BA87BE; }

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

This div background color is #BA87BE.


Border color

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

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

This div border color is #BA87BE.


Opacity

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

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

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

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

This text has shadow with #BA87BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA87BE on black background.


Color preview on white background

This text has color #BA87BE on white background.



Black color preview on #BA87BE background

This text has black color on #BA87BE background.


White color preview on #BA87BE background

This text has white color on #BA87BE background.