COLOR #BA89C7

HEX: #BA89C7
RGB: (186,137,199)

Color info

#BA89C7 contains mainly red and blue colors. Web safe color of #BA89C7 is #CC99CC (or #C9C).

RGB color model

#BA89C7 color RGB value is (186,137,199).

  • red value is 186;
  • green value is 137;
  • blue value is 199.
RGB:
(186,137,199)
(73%,54%,78%)

RGB channels and saturation

R 186 of 255 = 73%
G 137 of 255 = 54%
B 199 of 255 = 78%

186
137
199

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

Portions of RGB colors in percentages

R + G + B =
186 + 137 + 199 = 522 (100%)
R 186 of 522 ~ 35.63%
G 137 of 522 ~ 26.25%
B 199 of 522 ~ 38.12%

%35.63
%26.25
%38.12

CMYK color model

#BA89C7 color CMYK value is (7,31,0,22).

  • cyan value is 6.53%
  • magenta value is 31.16%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(7,31,0,22)
C7M31Y0K22 
(7%,31%,0%,22%)
(0.07/0.31/0.00/0.22)	

CMYK percentages

%6.53
%31.16
%0
%21.96

Codes

Color #BA89C7 in popluar color models

BA89C7
RGB186137199
HSL287°35.63%65.88%
HSB/HSV287°31.16%78.04%
CMYK6.53%31.16%0.00%
21.96%

Color #BA89C7 in popluar number systems.

HEXBA89C7
Decimal186137199
Binary101110101000100111000111
Octal272211307

Shades and tints

Shades of #BA89C7

#BA89C7
(186,137,199)
#AA7DB5
(170,125,181)
#9A71A3
(154,113,163)
#8A6591
(138,101,145)
#7A597F
(122,89,127)
#6A4D6D
(106,77,109)
#5A415B
(90,65,91)
#4A3549
(74,53,73)
#3A2937
(58,41,55)
#2A1D25
(42,29,37)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #BA89C7

#BA89C7
(186,137,199)
#C093CC
(192,147,204)
#C69DD1
(198,157,209)
#CCA7D6
(204,167,214)
#D2B1DB
(210,177,219)
#D8BBE0
(216,187,224)
#DEC5E5
(222,197,229)
#E4CFEA
(228,207,234)
#EAD9EF
(234,217,239)
#F0E3F4
(240,227,244)
#F6EDF9
(246,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA89C7 color. Also use rgb(186,137,199) instead hex code.

Text Font Color

.myTextColor { color: #BA89C7; }

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

This text font color is #BA89C7.


Background Color

.myBgColor { background-color: #BA89C7; }

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

This div background color is #BA89C7.


Border color

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

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

This div border color is #BA89C7.


Opacity

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

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

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

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

This text has shadow with #BA89C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA89C7 on black background.


Color preview on white background

This text has color #BA89C7 on white background.



Black color preview on #BA89C7 background

This text has black color on #BA89C7 background.


White color preview on #BA89C7 background

This text has white color on #BA89C7 background.