COLOR #BA9BB2

HEX: #BA9BB2
RGB: (186,155,178)

Color info

#BA9BB2 contains red, green and blue colors in about the same proportion. Web safe color of #BA9BB2 is #CC9999 (or #C99).

RGB color model

#BA9BB2 color RGB value is (186,155,178).

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

RGB channels and saturation

R 186 of 255 = 73%
G 155 of 255 = 61%
B 178 of 255 = 70%

186
155
178

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

Portions of RGB colors in percentages

R + G + B =
186 + 155 + 178 = 519 (100%)
R 186 of 519 ~ 35.84%
G 155 of 519 ~ 29.87%
B 178 of 519 ~ 34.3%

%35.84
%29.87
%34.3

CMYK color model

#BA9BB2 color CMYK value is (0,17,4,27).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 4.30%
  • key color value is 27.06%
CMYK:
(0,17,4,27)
C0M17Y4K27 
(0%,17%,4%,27%)
(0.00/0.17/0.04/0.27)	

CMYK percentages

%0
%16.67
%4.3
%27.06

Codes

Color #BA9BB2 in popluar color models

BA9BB2
RGB186155178
HSL315°18.34%66.86%
HSB/HSV315°16.67%72.94%
CMYK0.00%16.67%4.30%
27.06%

Color #BA9BB2 in popluar number systems.

HEXBA9BB2
Decimal186155178
Binary101110101001101110110010
Octal272233262

Shades and tints

Shades of #BA9BB2

#BA9BB2
(186,155,178)
#AA8DA2
(170,141,162)
#9A7F92
(154,127,146)
#8A7182
(138,113,130)
#7A6372
(122,99,114)
#6A5562
(106,85,98)
#5A4752
(90,71,82)
#4A3942
(74,57,66)
#3A2B32
(58,43,50)
#2A1D22
(42,29,34)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #BA9BB2

#BA9BB2
(186,155,178)
#C0A4B9
(192,164,185)
#C6ADC0
(198,173,192)
#CCB6C7
(204,182,199)
#D2BFCE
(210,191,206)
#D8C8D5
(216,200,213)
#DED1DC
(222,209,220)
#E4DAE3
(228,218,227)
#EAE3EA
(234,227,234)
#F0ECF1
(240,236,241)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9BB2; }

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

This text font color is #BA9BB2.


Background Color

.myBgColor { background-color: #BA9BB2; }

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

This div background color is #BA9BB2.


Border color

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

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

This div border color is #BA9BB2.


Opacity

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

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

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

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

This text has shadow with #BA9BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9BB2 on black background.


Color preview on white background

This text has color #BA9BB2 on white background.



Black color preview on #BA9BB2 background

This text has black color on #BA9BB2 background.


White color preview on #BA9BB2 background

This text has white color on #BA9BB2 background.