COLOR #BA98D6

HEX: #BA98D6
RGB: (186,152,214)

Color info

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

RGB color model

#BA98D6 color RGB value is (186,152,214).

  • red value is 186;
  • green value is 152;
  • blue value is 214.
RGB:
(186,152,214)
(73%,60%,84%)

RGB channels and saturation

R 186 of 255 = 73%
G 152 of 255 = 60%
B 214 of 255 = 84%

186
152
214

R + G + B ~ 72%. #BA98D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 152 + 214 = 552 (100%)
R 186 of 552 ~ 33.7%
G 152 of 552 ~ 27.54%
B 214 of 552 ~ 38.77%

%33.7
%27.54
%38.77

CMYK color model

#BA98D6 color CMYK value is (13,29,0,16).

  • cyan value is 13.08%
  • magenta value is 28.97%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(13,29,0,16)
C13M29Y0K16 
(13%,29%,0%,16%)
(0.13/0.29/0.00/0.16)	

CMYK percentages

%13.08
%28.97
%0
%16.08

Codes

Color #BA98D6 in popluar color models

BA98D6
RGB186152214
HSL273°43.06%71.76%
HSB/HSV273°28.97%83.92%
CMYK13.08%28.97%0.00%
16.08%

Color #BA98D6 in popluar number systems.

HEXBA98D6
Decimal186152214
Binary101110101001100011010110
Octal272230326

Shades and tints

Shades of #BA98D6

#BA98D6
(186,152,214)
#AA8BC3
(170,139,195)
#9A7EB0
(154,126,176)
#8A719D
(138,113,157)
#7A648A
(122,100,138)
#6A5777
(106,87,119)
#5A4A64
(90,74,100)
#4A3D51
(74,61,81)
#3A303E
(58,48,62)
#2A232B
(42,35,43)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #BA98D6

#BA98D6
(186,152,214)
#C0A1D9
(192,161,217)
#C6AADC
(198,170,220)
#CCB3DF
(204,179,223)
#D2BCE2
(210,188,226)
#D8C5E5
(216,197,229)
#DECEE8
(222,206,232)
#E4D7EB
(228,215,235)
#EAE0EE
(234,224,238)
#F0E9F1
(240,233,241)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA98D6 color. Also use rgb(186,152,214) instead hex code.

Text Font Color

.myTextColor { color: #BA98D6; }

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

This text font color is #BA98D6.


Background Color

.myBgColor { background-color: #BA98D6; }

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

This div background color is #BA98D6.


Border color

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

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

This div border color is #BA98D6.


Opacity

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

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

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

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

This text has shadow with #BA98D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA98D6 on black background.


Color preview on white background

This text has color #BA98D6 on white background.



Black color preview on #BA98D6 background

This text has black color on #BA98D6 background.


White color preview on #BA98D6 background

This text has white color on #BA98D6 background.