COLOR #BAA5BC

HEX: #BAA5BC RGB: (186,165,188)

Color info

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

RGB color model

#BAA5BC color RGB value is (186,165,188).

RGB: (186,165,188) (73%, 65%, 74%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 188 of 255 = 74%

186
165
188

R + G + B ~ 71%. #BAA5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 165 + 188 = 539 (100%)
R 186 of 539 ~ 34.51%
G 165 of 539 ~ 30.61%
B 188 of 539 ~ 34.88'%

%34.51
%30.61
%34.88

CMYK color model

#BAA5BC color CMYK value is (1,12,0,26).

  • cyan value is 1.06%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (1,12,0,26)
C1M12Y0K26 (1%, 12%, 0%, 26%)
(0.01 / 0.12 / 0.00 / 0.26)

CMYK percentages

%1.06
%12.23
%0
%26.27

Codes

Color #BAA5BC in popluar color models

BA A5 BC
RGB 186 165 188
HSL 295° 14.65% 69.22%
HSB/HSV 295° 12.23% 73.73%
CMYK 1.06% 12.23% 0.00%
26.27%

Color #BAA5BC in popluar number systems.

HEX BA A5 BC
Decimal 186 165 188
Binary 10111010 10100101 10111100
Octal 272 245 274

Shades and tints

Shades of #BAA5BC

#BAA5BC
(186,165,188)
#AA96AB
(170,150,171)
#9A879A
(154,135,154)
#8A7889
(138,120,137)
#7A6978
(122,105,120)
#6A5A67
(106,90,103)
#5A4B56
(90,75,86)
#4A3C45
(74,60,69)
#3A2D34
(58,45,52)
#2A1E23
(42,30,35)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #BAA5BC

#BAA5BC
(186,165,188)
#C0ADC2
(192,173,194)
#C6B5C8
(198,181,200)
#CCBDCE
(204,189,206)
#D2C5D4
(210,197,212)
#D8CDDA
(216,205,218)
#DED5E0
(222,213,224)
#E4DDE6
(228,221,230)
#EAE5EC
(234,229,236)
#F0EDF2
(240,237,242)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA5BC color. Also use rgb(186,165,188) instead hex code.

Text Font Color

.myTextColor { color: #BAA5BC; }

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

This text font color is #BAA5BC.

Background Color

.myBgColor { background-color: #BAA5BC; }

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

This div background color is #BAA5BC.

Border color

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

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

This div border color is #BAA5BC.

Opacity

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

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

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

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

This text has shadow with #BAA5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA5BC.

Preview

Color preview on black background

This text has color #BAA5BC on black background.


Color preview on white background

This text has color #BAA5BC on white background.


Black color preview on #BAA5BC background

This text has black color on #BAA5BC background.


White color preview on #BAA5BC background

This text has white color on #BAA5BC background.


Related colors

Complementary color

Complementary color for #hex is #455A43.


I love getcolorcode.com

Triadic colors

1 #BCBAA5 and #A5BCBA with #BAA5BC are triadic colors.

2 #BCA5BA and #A5BABC with #BAA5BC are triadic colors.