COLOR #BA9BAD

HEX: #BA9BAD RGB: (186,155,173)

Color info

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

RGB color model

#BA9BAD color RGB value is (186,155,173).

RGB: (186,155,173) (73%, 61%, 68%)

RGB channels and saturation

R 186 of 255 = 73%
G 155 of 255 = 61%
B 173 of 255 = 68%

186
155
173

R + G + B ~ 67%. #BA9BAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 155 + 173 = 514 (100%)
R 186 of 514 ~ 36.19%
G 155 of 514 ~ 30.16%
B 173 of 514 ~ 33.66'%

%36.19
%30.16
%33.66

CMYK color model

#BA9BAD color CMYK value is (0,17,7,27).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 6.99%
  • key color value is 27.06%

CMYK: (0,17,7,27)
C0M17Y7K27 (0%, 17%, 7%, 27%)
(0.00 / 0.17 / 0.07 / 0.27)

CMYK percentages

%0
%16.67
%6.99
%27.06

Codes

Color #BA9BAD in popluar color models

BA 9B AD
RGB 186 155 173
HSL 325° 18.34% 66.86%
HSB/HSV 325° 16.67% 72.94%
CMYK 0.00% 16.67% 6.99%
27.06%

Color #BA9BAD in popluar number systems.

HEX BA 9B AD
Decimal 186 155 173
Binary 10111010 10011011 10101101
Octal 272 233 255

Shades and tints

Shades of #BA9BAD

#BA9BAD
(186,155,173)
#AA8D9E
(170,141,158)
#9A7F8F
(154,127,143)
#8A7180
(138,113,128)
#7A6371
(122,99,113)
#6A5562
(106,85,98)
#5A4753
(90,71,83)
#4A3944
(74,57,68)
#3A2B35
(58,43,53)
#2A1D26
(42,29,38)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #BA9BAD

#BA9BAD
(186,155,173)
#C0A4B4
(192,164,180)
#C6ADBB
(198,173,187)
#CCB6C2
(204,182,194)
#D2BFC9
(210,191,201)
#D8C8D0
(216,200,208)
#DED1D7
(222,209,215)
#E4DADE
(228,218,222)
#EAE3E5
(234,227,229)
#F0ECEC
(240,236,236)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9BAD; }

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

This text font color is #BA9BAD.

Background Color

.myBgColor { background-color: #BA9BAD; }

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

This div background color is #BA9BAD.

Border color

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

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

This div border color is #BA9BAD.

Opacity

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

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

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

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

This text has shadow with #BA9BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9BAD.

Preview

Color preview on black background

This text has color #BA9BAD on black background.


Color preview on white background

This text has color #BA9BAD on white background.


Black color preview on #BA9BAD background

This text has black color on #BA9BAD background.


White color preview on #BA9BAD background

This text has white color on #BA9BAD background.


Related colors

Complementary color

Complementary color for #hex is #456452.


I love getcolorcode.com

Triadic colors

1 #ADBA9B and #9BADBA with #BA9BAD are triadic colors.

2 #AD9BBA and #9BBAAD with #BA9BAD are triadic colors.