COLOR #BA9BBB

HEX: #BA9BBB
RGB: (186,155,187)

Color info

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

RGB color model

#BA9BBB color RGB value is (186,155,187).

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

RGB channels and saturation

R 186 of 255 = 73%
G 155 of 255 = 61%
B 187 of 255 = 73%

186
155
187

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

Portions of RGB colors in percentages

R + G + B =
186 + 155 + 187 = 528 (100%)
R 186 of 528 ~ 35.23%
G 155 of 528 ~ 29.36%
B 187 of 528 ~ 35.42%

%35.23
%29.36
%35.42

CMYK color model

#BA9BBB color CMYK value is (1,17,0,27).

  • cyan value is 0.53%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,17,0,27)
C1M17Y0K27 
(1%,17%,0%,27%)
(0.01/0.17/0.00/0.27)	

CMYK percentages

%0.53
%17.11
%0
%26.67

Codes

Color #BA9BBB in popluar color models

BA9BBB
RGB186155187
HSL298°19.05%67.06%
HSB/HSV298°17.11%73.33%
CMYK0.53%17.11%0.00%
26.67%

Color #BA9BBB in popluar number systems.

HEXBA9BBB
Decimal186155187
Binary101110101001101110111011
Octal272233273

Shades and tints

Shades of #BA9BBB

#BA9BBB
(186,155,187)
#AA8DAA
(170,141,170)
#9A7F99
(154,127,153)
#8A7188
(138,113,136)
#7A6377
(122,99,119)
#6A5566
(106,85,102)
#5A4755
(90,71,85)
#4A3944
(74,57,68)
#3A2B33
(58,43,51)
#2A1D22
(42,29,34)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #BA9BBB

#BA9BBB
(186,155,187)
#C0A4C1
(192,164,193)
#C6ADC7
(198,173,199)
#CCB6CD
(204,182,205)
#D2BFD3
(210,191,211)
#D8C8D9
(216,200,217)
#DED1DF
(222,209,223)
#E4DAE5
(228,218,229)
#EAE3EB
(234,227,235)
#F0ECF1
(240,236,241)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9BBB; }

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

This text font color is #BA9BBB.


Background Color

.myBgColor { background-color: #BA9BBB; }

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

This div background color is #BA9BBB.


Border color

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

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

This div border color is #BA9BBB.


Opacity

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

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

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

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

This text has shadow with #BA9BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9BBB on black background.


Color preview on white background

This text has color #BA9BBB on white background.



Black color preview on #BA9BBB background

This text has black color on #BA9BBB background.


White color preview on #BA9BBB background

This text has white color on #BA9BBB background.