COLOR #BA9BB6

HEX: #BA9BB6 RGB: (186,155,182)

Color info

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

RGB color model

#BA9BB6 color RGB value is (186,155,182).

RGB: (186,155,182) (73%, 61%, 71%)

RGB channels and saturation

R 186 of 255 = 73%
G 155 of 255 = 61%
B 182 of 255 = 71%

186
155
182

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

Portions of RGB colors in percentages

R + G + B = 186 + 155 + 182 = 523 (100%)
R 186 of 523 ~ 35.56%
G 155 of 523 ~ 29.64%
B 182 of 523 ~ 34.8'%

%35.56
%29.64
%34.8

CMYK color model

#BA9BB6 color CMYK value is (0,17,2,27).

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

CMYK: (0,17,2,27)
C0M17Y2K27 (0%, 17%, 2%, 27%)
(0.00 / 0.17 / 0.02 / 0.27)

CMYK percentages

%0
%16.67
%2.15
%27.06

Codes

Color #BA9BB6 in popluar color models

BA 9B B6
RGB 186 155 182
HSL 308° 18.34% 66.86%
HSB/HSV 308° 16.67% 72.94%
CMYK 0.00% 16.67% 2.15%
27.06%

Color #BA9BB6 in popluar number systems.

HEX BA 9B B6
Decimal 186 155 182
Binary 10111010 10011011 10110110
Octal 272 233 266

Shades and tints

Shades of #BA9BB6

#BA9BB6
(186,155,182)
#AA8DA6
(170,141,166)
#9A7F96
(154,127,150)
#8A7186
(138,113,134)
#7A6376
(122,99,118)
#6A5566
(106,85,102)
#5A4756
(90,71,86)
#4A3946
(74,57,70)
#3A2B36
(58,43,54)
#2A1D26
(42,29,38)
#1A0F16
(26,15,22)
#000000
(0,0,0)

Tints of #BA9BB6

#BA9BB6
(186,155,182)
#C0A4BC
(192,164,188)
#C6ADC2
(198,173,194)
#CCB6C8
(204,182,200)
#D2BFCE
(210,191,206)
#D8C8D4
(216,200,212)
#DED1DA
(222,209,218)
#E4DAE0
(228,218,224)
#EAE3E6
(234,227,230)
#F0ECEC
(240,236,236)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9BB6; }

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

This text font color is #BA9BB6.

Background Color

.myBgColor { background-color: #BA9BB6; }

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

This div background color is #BA9BB6.

Border color

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

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

This div border color is #BA9BB6.

Opacity

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

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

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

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

This text has shadow with #BA9BB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9BB6.

Preview

Color preview on black background

This text has color #BA9BB6 on black background.


Color preview on white background

This text has color #BA9BB6 on white background.


Black color preview on #BA9BB6 background

This text has black color on #BA9BB6 background.


White color preview on #BA9BB6 background

This text has white color on #BA9BB6 background.


Related colors

Complementary color

Complementary color for #hex is #456449.


I love getcolorcode.com

Triadic colors

1 #B6BA9B and #9BB6BA with #BA9BB6 are triadic colors.

2 #B69BBA and #9BBAB6 with #BA9BB6 are triadic colors.