COLOR #BAA4CE

HEX: #BAA4CE
RGB: (186,164,206)

Color info

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

RGB color model

#BAA4CE color RGB value is (186,164,206).

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

RGB channels and saturation

R 186 of 255 = 73%
G 164 of 255 = 64%
B 206 of 255 = 81%

186
164
206

R + G + B ~ 73%. #BAA4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 164 + 206 = 556 (100%)
R 186 of 556 ~ 33.45%
G 164 of 556 ~ 29.5%
B 206 of 556 ~ 37.05%

%33.45
%29.5
%37.05

CMYK color model

#BAA4CE color CMYK value is (10,20,0,19).

  • cyan value is 9.71%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(10,20,0,19)
C10M20Y0K19 
(10%,20%,0%,19%)
(0.10/0.20/0.00/0.19)	

CMYK percentages

%9.71
%20.39
%0
%19.22

Codes

Color #BAA4CE in popluar color models

BAA4CE
RGB186164206
HSL271°30.00%72.55%
HSB/HSV271°20.39%80.78%
CMYK9.71%20.39%0.00%
19.22%

Color #BAA4CE in popluar number systems.

HEXBAA4CE
Decimal186164206
Binary101110101010010011001110
Octal272244316

Shades and tints

Shades of #BAA4CE

#BAA4CE
(186,164,206)
#AA96BC
(170,150,188)
#9A88AA
(154,136,170)
#8A7A98
(138,122,152)
#7A6C86
(122,108,134)
#6A5E74
(106,94,116)
#5A5062
(90,80,98)
#4A4250
(74,66,80)
#3A343E
(58,52,62)
#2A262C
(42,38,44)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #BAA4CE

#BAA4CE
(186,164,206)
#C0ACD2
(192,172,210)
#C6B4D6
(198,180,214)
#CCBCDA
(204,188,218)
#D2C4DE
(210,196,222)
#D8CCE2
(216,204,226)
#DED4E6
(222,212,230)
#E4DCEA
(228,220,234)
#EAE4EE
(234,228,238)
#F0ECF2
(240,236,242)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA4CE; }

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

This text font color is #BAA4CE.


Background Color

.myBgColor { background-color: #BAA4CE; }

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

This div background color is #BAA4CE.


Border color

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

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

This div border color is #BAA4CE.


Opacity

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

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

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

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

This text has shadow with #BAA4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA4CE on black background.


Color preview on white background

This text has color #BAA4CE on white background.



Black color preview on #BAA4CE background

This text has black color on #BAA4CE background.


White color preview on #BAA4CE background

This text has white color on #BAA4CE background.