COLOR #BAA4D5

HEX: #BAA4D5
RGB: (186,164,213)

Color info

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

RGB color model

#BAA4D5 color RGB value is (186,164,213).

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

RGB channels and saturation

R 186 of 255 = 73%
G 164 of 255 = 64%
B 213 of 255 = 84%

186
164
213

R + G + B ~ 74%. #BAA4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 164 + 213 = 563 (100%)
R 186 of 563 ~ 33.04%
G 164 of 563 ~ 29.13%
B 213 of 563 ~ 37.83%

%33.04
%29.13
%37.83

CMYK color model

#BAA4D5 color CMYK value is (13,23,0,16).

  • cyan value is 12.68%
  • magenta value is 23.00%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(13,23,0,16)
C13M23Y0K16 
(13%,23%,0%,16%)
(0.13/0.23/0.00/0.16)	

CMYK percentages

%12.68
%23
%0
%16.47

Codes

Color #BAA4D5 in popluar color models

BAA4D5
RGB186164213
HSL267°36.84%73.92%
HSB/HSV267°23.00%83.53%
CMYK12.68%23.00%0.00%
16.47%

Color #BAA4D5 in popluar number systems.

HEXBAA4D5
Decimal186164213
Binary101110101010010011010101
Octal272244325

Shades and tints

Shades of #BAA4D5

#BAA4D5
(186,164,213)
#AA96C2
(170,150,194)
#9A88AF
(154,136,175)
#8A7A9C
(138,122,156)
#7A6C89
(122,108,137)
#6A5E76
(106,94,118)
#5A5063
(90,80,99)
#4A4250
(74,66,80)
#3A343D
(58,52,61)
#2A262A
(42,38,42)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #BAA4D5

#BAA4D5
(186,164,213)
#C0ACD8
(192,172,216)
#C6B4DB
(198,180,219)
#CCBCDE
(204,188,222)
#D2C4E1
(210,196,225)
#D8CCE4
(216,204,228)
#DED4E7
(222,212,231)
#E4DCEA
(228,220,234)
#EAE4ED
(234,228,237)
#F0ECF0
(240,236,240)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA4D5; }

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

This text font color is #BAA4D5.


Background Color

.myBgColor { background-color: #BAA4D5; }

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

This div background color is #BAA4D5.


Border color

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

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

This div border color is #BAA4D5.


Opacity

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

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

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

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

This text has shadow with #BAA4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA4D5 on black background.


Color preview on white background

This text has color #BAA4D5 on white background.



Black color preview on #BAA4D5 background

This text has black color on #BAA4D5 background.


White color preview on #BAA4D5 background

This text has white color on #BAA4D5 background.