COLOR #BAA4C6

HEX: #BAA4C6
RGB: (186,164,198)

Color info

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

RGB color model

#BAA4C6 color RGB value is (186,164,198).

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

RGB channels and saturation

R 186 of 255 = 73%
G 164 of 255 = 64%
B 198 of 255 = 78%

186
164
198

R + G + B ~ 72%. #BAA4C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 164 + 198 = 548 (100%)
R 186 of 548 ~ 33.94%
G 164 of 548 ~ 29.93%
B 198 of 548 ~ 36.13%

%33.94
%29.93
%36.13

CMYK color model

#BAA4C6 color CMYK value is (6,17,0,22).

  • cyan value is 6.06%
  • magenta value is 17.17%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(6,17,0,22)
C6M17Y0K22 
(6%,17%,0%,22%)
(0.06/0.17/0.00/0.22)	

CMYK percentages

%6.06
%17.17
%0
%22.35

Codes

Color #BAA4C6 in popluar color models

BAA4C6
RGB186164198
HSL279°22.97%70.98%
HSB/HSV279°17.17%77.65%
CMYK6.06%17.17%0.00%
22.35%

Color #BAA4C6 in popluar number systems.

HEXBAA4C6
Decimal186164198
Binary101110101010010011000110
Octal272244306

Shades and tints

Shades of #BAA4C6

#BAA4C6
(186,164,198)
#AA96B4
(170,150,180)
#9A88A2
(154,136,162)
#8A7A90
(138,122,144)
#7A6C7E
(122,108,126)
#6A5E6C
(106,94,108)
#5A505A
(90,80,90)
#4A4248
(74,66,72)
#3A3436
(58,52,54)
#2A2624
(42,38,36)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #BAA4C6

#BAA4C6
(186,164,198)
#C0ACCB
(192,172,203)
#C6B4D0
(198,180,208)
#CCBCD5
(204,188,213)
#D2C4DA
(210,196,218)
#D8CCDF
(216,204,223)
#DED4E4
(222,212,228)
#E4DCE9
(228,220,233)
#EAE4EE
(234,228,238)
#F0ECF3
(240,236,243)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA4C6; }

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

This text font color is #BAA4C6.


Background Color

.myBgColor { background-color: #BAA4C6; }

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

This div background color is #BAA4C6.


Border color

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

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

This div border color is #BAA4C6.


Opacity

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

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

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

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

This text has shadow with #BAA4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA4C6 on black background.


Color preview on white background

This text has color #BAA4C6 on white background.



Black color preview on #BAA4C6 background

This text has black color on #BAA4C6 background.


White color preview on #BAA4C6 background

This text has white color on #BAA4C6 background.