COLOR #BA94BB

HEX: #BA94BB
RGB: (186,148,187)

Color info

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

RGB color model

#BA94BB color RGB value is (186,148,187).

  • red value is 186;
  • green value is 148;
  • blue value is 187.
RGB:
(186,148,187)
(73%,58%,73%)

RGB channels and saturation

R 186 of 255 = 73%
G 148 of 255 = 58%
B 187 of 255 = 73%

186
148
187

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

Portions of RGB colors in percentages

R + G + B =
186 + 148 + 187 = 521 (100%)
R 186 of 521 ~ 35.7%
G 148 of 521 ~ 28.41%
B 187 of 521 ~ 35.89%

%35.7
%28.41
%35.89

CMYK color model

#BA94BB color CMYK value is (1,21,0,27).

  • cyan value is 0.53%
  • magenta value is 20.86%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,21,0,27)
C1M21Y0K27 
(1%,21%,0%,27%)
(0.01/0.21/0.00/0.27)	

CMYK percentages

%0.53
%20.86
%0
%26.67

Codes

Color #BA94BB in popluar color models

BA94BB
RGB186148187
HSL298°22.29%65.69%
HSB/HSV298°20.86%73.33%
CMYK0.53%20.86%0.00%
26.67%

Color #BA94BB in popluar number systems.

HEXBA94BB
Decimal186148187
Binary101110101001010010111011
Octal272224273

Shades and tints

Shades of #BA94BB

#BA94BB
(186,148,187)
#AA87AA
(170,135,170)
#9A7A99
(154,122,153)
#8A6D88
(138,109,136)
#7A6077
(122,96,119)
#6A5366
(106,83,102)
#5A4655
(90,70,85)
#4A3944
(74,57,68)
#3A2C33
(58,44,51)
#2A1F22
(42,31,34)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #BA94BB

#BA94BB
(186,148,187)
#C09DC1
(192,157,193)
#C6A6C7
(198,166,199)
#CCAFCD
(204,175,205)
#D2B8D3
(210,184,211)
#D8C1D9
(216,193,217)
#DECADF
(222,202,223)
#E4D3E5
(228,211,229)
#EADCEB
(234,220,235)
#F0E5F1
(240,229,241)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA94BB color. Also use rgb(186,148,187) instead hex code.

Text Font Color

.myTextColor { color: #BA94BB; }

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

This text font color is #BA94BB.


Background Color

.myBgColor { background-color: #BA94BB; }

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

This div background color is #BA94BB.


Border color

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

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

This div border color is #BA94BB.


Opacity

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

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

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

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

This text has shadow with #BA94BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA94BB on black background.


Color preview on white background

This text has color #BA94BB on white background.



Black color preview on #BA94BB background

This text has black color on #BA94BB background.


White color preview on #BA94BB background

This text has white color on #BA94BB background.