COLOR #BA8DB6

HEX: #BA8DB6 RGB: (186,141,182)

Color info

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

RGB color model

#BA8DB6 color RGB value is (186,141,182).

RGB: (186,141,182) (73%, 55%, 71%)

RGB channels and saturation

R 186 of 255 = 73%
G 141 of 255 = 55%
B 182 of 255 = 71%

186
141
182

R + G + B ~ 66%. #BA8DB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 141 + 182 = 509 (100%)
R 186 of 509 ~ 36.54%
G 141 of 509 ~ 27.7%
B 182 of 509 ~ 35.76'%

%36.54
%27.7
%35.76

CMYK color model

#BA8DB6 color CMYK value is (0,24,2,27).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 2.15%
  • key color value is 27.06%

CMYK: (0,24,2,27)
C0M24Y2K27 (0%, 24%, 2%, 27%)
(0.00 / 0.24 / 0.02 / 0.27)

CMYK percentages

%0
%24.19
%2.15
%27.06

Codes

Color #BA8DB6 in popluar color models

BA 8D B6
RGB 186 141 182
HSL 305° 24.59% 64.12%
HSB/HSV 305° 24.19% 72.94%
CMYK 0.00% 24.19% 2.15%
27.06%

Color #BA8DB6 in popluar number systems.

HEX BA 8D B6
Decimal 186 141 182
Binary 10111010 10001101 10110110
Octal 272 215 266

Shades and tints

Shades of #BA8DB6

#BA8DB6
(186,141,182)
#AA81A6
(170,129,166)
#9A7596
(154,117,150)
#8A6986
(138,105,134)
#7A5D76
(122,93,118)
#6A5166
(106,81,102)
#5A4556
(90,69,86)
#4A3946
(74,57,70)
#3A2D36
(58,45,54)
#2A2126
(42,33,38)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #BA8DB6

#BA8DB6
(186,141,182)
#C097BC
(192,151,188)
#C6A1C2
(198,161,194)
#CCABC8
(204,171,200)
#D2B5CE
(210,181,206)
#D8BFD4
(216,191,212)
#DEC9DA
(222,201,218)
#E4D3E0
(228,211,224)
#EADDE6
(234,221,230)
#F0E7EC
(240,231,236)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8DB6 color. Also use rgb(186,141,182) instead hex code.

Text Font Color

.myTextColor { color: #BA8DB6; }

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

This text font color is #BA8DB6.

Background Color

.myBgColor { background-color: #BA8DB6; }

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

This div background color is #BA8DB6.

Border color

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

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

This div border color is #BA8DB6.

Opacity

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

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

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

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

This text has shadow with #BA8DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA8DB6.

Preview

Color preview on black background

This text has color #BA8DB6 on black background.


Color preview on white background

This text has color #BA8DB6 on white background.


Black color preview on #BA8DB6 background

This text has black color on #BA8DB6 background.


White color preview on #BA8DB6 background

This text has white color on #BA8DB6 background.


Related colors

Complementary color

Complementary color for #hex is #457249.


I love getcolorcode.com

Triadic colors

1 #B6BA8D and #8DB6BA with #BA8DB6 are triadic colors.

2 #B68DBA and #8DBAB6 with #BA8DB6 are triadic colors.