COLOR #BAA5D7

HEX: #BAA5D7
RGB: (186,165,215)

Color info

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

RGB color model

#BAA5D7 color RGB value is (186,165,215).

  • red value is 186;
  • green value is 165;
  • blue value is 215.
RGB:
(186,165,215)
(73%,65%,84%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 215 of 255 = 84%

186
165
215

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

Portions of RGB colors in percentages

R + G + B =
186 + 165 + 215 = 566 (100%)
R 186 of 566 ~ 32.86%
G 165 of 566 ~ 29.15%
B 215 of 566 ~ 37.99%

%32.86
%29.15
%37.99

CMYK color model

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

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

CMYK percentages

%13.49
%23.26
%0
%15.69

Codes

Color #BAA5D7 in popluar color models

BAA5D7
RGB186165215
HSL265°38.46%74.51%
HSB/HSV265°23.26%84.31%
CMYK13.49%23.26%0.00%
15.69%

Color #BAA5D7 in popluar number systems.

HEXBAA5D7
Decimal186165215
Binary101110101010010111010111
Octal272245327

Shades and tints

Shades of #BAA5D7

#BAA5D7
(186,165,215)
#AA96C4
(170,150,196)
#9A87B1
(154,135,177)
#8A789E
(138,120,158)
#7A698B
(122,105,139)
#6A5A78
(106,90,120)
#5A4B65
(90,75,101)
#4A3C52
(74,60,82)
#3A2D3F
(58,45,63)
#2A1E2C
(42,30,44)
#1A0F19
(26,15,25)
#000000
(0,0,0)

Tints of #BAA5D7

#BAA5D7
(186,165,215)
#C0ADDA
(192,173,218)
#C6B5DD
(198,181,221)
#CCBDE0
(204,189,224)
#D2C5E3
(210,197,227)
#D8CDE6
(216,205,230)
#DED5E9
(222,213,233)
#E4DDEC
(228,221,236)
#EAE5EF
(234,229,239)
#F0EDF2
(240,237,242)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA5D7; }

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

This text font color is #BAA5D7.


Background Color

.myBgColor { background-color: #BAA5D7; }

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

This div background color is #BAA5D7.


Border color

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

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

This div border color is #BAA5D7.


Opacity

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

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

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

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

This text has shadow with #BAA5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA5D7 on black background.


Color preview on white background

This text has color #BAA5D7 on white background.



Black color preview on #BAA5D7 background

This text has black color on #BAA5D7 background.


White color preview on #BAA5D7 background

This text has white color on #BAA5D7 background.