COLOR #BAA4B6

HEX: #BAA4B6
RGB: (186,164,182)

Color info

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

RGB color model

#BAA4B6 color RGB value is (186,164,182).

  • red value is 186;
  • green value is 164;
  • blue value is 182.
RGB:
(186,164,182)
(73%,64%,71%)

RGB channels and saturation

R 186 of 255 = 73%
G 164 of 255 = 64%
B 182 of 255 = 71%

186
164
182

R + G + B ~ 69%. #BAA4B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 164 + 182 = 532 (100%)
R 186 of 532 ~ 34.96%
G 164 of 532 ~ 30.83%
B 182 of 532 ~ 34.21%

%34.96
%30.83
%34.21

CMYK color model

#BAA4B6 color CMYK value is (0,12,2,27).

  • cyan value is 0.00%
  • magenta value is 11.83%
  • yellow value is 2.15%
  • key color value is 27.06%
CMYK:
(0,12,2,27)
C0M12Y2K27 
(0%,12%,2%,27%)
(0.00/0.12/0.02/0.27)	

CMYK percentages

%0
%11.83
%2.15
%27.06

Codes

Color #BAA4B6 in popluar color models

BAA4B6
RGB186164182
HSL311°13.75%68.63%
HSB/HSV311°11.83%72.94%
CMYK0.00%11.83%2.15%
27.06%

Color #BAA4B6 in popluar number systems.

HEXBAA4B6
Decimal186164182
Binary101110101010010010110110
Octal272244266

Shades and tints

Shades of #BAA4B6

#BAA4B6
(186,164,182)
#AA96A6
(170,150,166)
#9A8896
(154,136,150)
#8A7A86
(138,122,134)
#7A6C76
(122,108,118)
#6A5E66
(106,94,102)
#5A5056
(90,80,86)
#4A4246
(74,66,70)
#3A3436
(58,52,54)
#2A2626
(42,38,38)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #BAA4B6

#BAA4B6
(186,164,182)
#C0ACBC
(192,172,188)
#C6B4C2
(198,180,194)
#CCBCC8
(204,188,200)
#D2C4CE
(210,196,206)
#D8CCD4
(216,204,212)
#DED4DA
(222,212,218)
#E4DCE0
(228,220,224)
#EAE4E6
(234,228,230)
#F0ECEC
(240,236,236)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA4B6; }

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

This text font color is #BAA4B6.


Background Color

.myBgColor { background-color: #BAA4B6; }

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

This div background color is #BAA4B6.


Border color

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

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

This div border color is #BAA4B6.


Opacity

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

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

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

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

This text has shadow with #BAA4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA4B6 on black background.


Color preview on white background

This text has color #BAA4B6 on white background.



Black color preview on #BAA4B6 background

This text has black color on #BAA4B6 background.


White color preview on #BAA4B6 background

This text has white color on #BAA4B6 background.