COLOR #BA9EB1

HEX: #BA9EB1 RGB: (186,158,177)

Color info

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

RGB color model

#BA9EB1 color RGB value is (186,158,177).

RGB: (186,158,177) (73%, 62%, 69%)

RGB channels and saturation

R 186 of 255 = 73%
G 158 of 255 = 62%
B 177 of 255 = 69%

186
158
177

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

Portions of RGB colors in percentages

R + G + B = 186 + 158 + 177 = 521 (100%)
R 186 of 521 ~ 35.7%
G 158 of 521 ~ 30.33%
B 177 of 521 ~ 33.97'%

%35.7
%30.33
%33.97

CMYK color model

#BA9EB1 color CMYK value is (0,15,5,27).

  • cyan value is 0.00%
  • magenta value is 15.05%
  • yellow value is 4.84%
  • key color value is 27.06%

CMYK: (0,15,5,27)
C0M15Y5K27 (0%, 15%, 5%, 27%)
(0.00 / 0.15 / 0.05 / 0.27)

CMYK percentages

%0
%15.05
%4.84
%27.06

Codes

Color #BA9EB1 in popluar color models

BA 9E B1
RGB 186 158 177
HSL 319° 16.87% 67.45%
HSB/HSV 319° 15.05% 72.94%
CMYK 0.00% 15.05% 4.84%
27.06%

Color #BA9EB1 in popluar number systems.

HEX BA 9E B1
Decimal 186 158 177
Binary 10111010 10011110 10110001
Octal 272 236 261

Shades and tints

Shades of #BA9EB1

#BA9EB1
(186,158,177)
#AA90A1
(170,144,161)
#9A8291
(154,130,145)
#8A7481
(138,116,129)
#7A6671
(122,102,113)
#6A5861
(106,88,97)
#5A4A51
(90,74,81)
#4A3C41
(74,60,65)
#3A2E31
(58,46,49)
#2A2021
(42,32,33)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #BA9EB1

#BA9EB1
(186,158,177)
#C0A6B8
(192,166,184)
#C6AEBF
(198,174,191)
#CCB6C6
(204,182,198)
#D2BECD
(210,190,205)
#D8C6D4
(216,198,212)
#DECEDB
(222,206,219)
#E4D6E2
(228,214,226)
#EADEE9
(234,222,233)
#F0E6F0
(240,230,240)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9EB1 color. Also use rgb(186,158,177) instead hex code.

Text Font Color

.myTextColor { color: #BA9EB1; }

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

This text font color is #BA9EB1.

Background Color

.myBgColor { background-color: #BA9EB1; }

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

This div background color is #BA9EB1.

Border color

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

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

This div border color is #BA9EB1.

Opacity

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

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

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

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

This text has shadow with #BA9EB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9EB1.

Preview

Color preview on black background

This text has color #BA9EB1 on black background.


Color preview on white background

This text has color #BA9EB1 on white background.


Black color preview on #BA9EB1 background

This text has black color on #BA9EB1 background.


White color preview on #BA9EB1 background

This text has white color on #BA9EB1 background.


Related colors

Complementary color

Complementary color for #hex is #45614E.


I love getcolorcode.com

Triadic colors

1 #B1BA9E and #9EB1BA with #BA9EB1 are triadic colors.

2 #B19EBA and #9EBAB1 with #BA9EB1 are triadic colors.