COLOR #BA9ABB

HEX: #BA9ABB
RGB: (186,154,187)

Color info

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

RGB color model

#BA9ABB color RGB value is (186,154,187).

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

RGB channels and saturation

R 186 of 255 = 73%
G 154 of 255 = 60%
B 187 of 255 = 73%

186
154
187

R + G + B ~ 69%. #BA9ABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 154 + 187 = 527 (100%)
R 186 of 527 ~ 35.29%
G 154 of 527 ~ 29.22%
B 187 of 527 ~ 35.48%

%35.29
%29.22
%35.48

CMYK color model

#BA9ABB color CMYK value is (1,18,0,27).

  • cyan value is 0.53%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,18,0,27)
C1M18Y0K27 
(1%,18%,0%,27%)
(0.01/0.18/0.00/0.27)	

CMYK percentages

%0.53
%17.65
%0
%26.67

Codes

Color #BA9ABB in popluar color models

BA9ABB
RGB186154187
HSL298°19.53%66.86%
HSB/HSV298°17.65%73.33%
CMYK0.53%17.65%0.00%
26.67%

Color #BA9ABB in popluar number systems.

HEXBA9ABB
Decimal186154187
Binary101110101001101010111011
Octal272232273

Shades and tints

Shades of #BA9ABB

#BA9ABB
(186,154,187)
#AA8CAA
(170,140,170)
#9A7E99
(154,126,153)
#8A7088
(138,112,136)
#7A6277
(122,98,119)
#6A5466
(106,84,102)
#5A4655
(90,70,85)
#4A3844
(74,56,68)
#3A2A33
(58,42,51)
#2A1C22
(42,28,34)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #BA9ABB

#BA9ABB
(186,154,187)
#C0A3C1
(192,163,193)
#C6ACC7
(198,172,199)
#CCB5CD
(204,181,205)
#D2BED3
(210,190,211)
#D8C7D9
(216,199,217)
#DED0DF
(222,208,223)
#E4D9E5
(228,217,229)
#EAE2EB
(234,226,235)
#F0EBF1
(240,235,241)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9ABB; }

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

This text font color is #BA9ABB.


Background Color

.myBgColor { background-color: #BA9ABB; }

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

This div background color is #BA9ABB.


Border color

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

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

This div border color is #BA9ABB.


Opacity

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

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

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

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

This text has shadow with #BA9ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9ABB on black background.


Color preview on white background

This text has color #BA9ABB on white background.



Black color preview on #BA9ABB background

This text has black color on #BA9ABB background.


White color preview on #BA9ABB background

This text has white color on #BA9ABB background.