COLOR #BAA2D7

HEX: #BAA2D7
RGB: (186,162,215)

Color info

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

RGB color model

#BAA2D7 color RGB value is (186,162,215).

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

RGB channels and saturation

R 186 of 255 = 73%
G 162 of 255 = 64%
B 215 of 255 = 84%

186
162
215

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

Portions of RGB colors in percentages

R + G + B =
186 + 162 + 215 = 563 (100%)
R 186 of 563 ~ 33.04%
G 162 of 563 ~ 28.77%
B 215 of 563 ~ 38.19%

%33.04
%28.77
%38.19

CMYK color model

#BAA2D7 color CMYK value is (13,25,0,16).

  • cyan value is 13.49%
  • magenta value is 24.65%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(13,25,0,16)
C13M25Y0K16 
(13%,25%,0%,16%)
(0.13/0.25/0.00/0.16)	

CMYK percentages

%13.49
%24.65
%0
%15.69

Codes

Color #BAA2D7 in popluar color models

BAA2D7
RGB186162215
HSL267°39.85%73.92%
HSB/HSV267°24.65%84.31%
CMYK13.49%24.65%0.00%
15.69%

Color #BAA2D7 in popluar number systems.

HEXBAA2D7
Decimal186162215
Binary101110101010001011010111
Octal272242327

Shades and tints

Shades of #BAA2D7

#BAA2D7
(186,162,215)
#AA94C4
(170,148,196)
#9A86B1
(154,134,177)
#8A789E
(138,120,158)
#7A6A8B
(122,106,139)
#6A5C78
(106,92,120)
#5A4E65
(90,78,101)
#4A4052
(74,64,82)
#3A323F
(58,50,63)
#2A242C
(42,36,44)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #BAA2D7

#BAA2D7
(186,162,215)
#C0AADA
(192,170,218)
#C6B2DD
(198,178,221)
#CCBAE0
(204,186,224)
#D2C2E3
(210,194,227)
#D8CAE6
(216,202,230)
#DED2E9
(222,210,233)
#E4DAEC
(228,218,236)
#EAE2EF
(234,226,239)
#F0EAF2
(240,234,242)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA2D7; }

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

This text font color is #BAA2D7.


Background Color

.myBgColor { background-color: #BAA2D7; }

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

This div background color is #BAA2D7.


Border color

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

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

This div border color is #BAA2D7.


Opacity

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

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

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

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

This text has shadow with #BAA2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA2D7 on black background.


Color preview on white background

This text has color #BAA2D7 on white background.



Black color preview on #BAA2D7 background

This text has black color on #BAA2D7 background.


White color preview on #BAA2D7 background

This text has white color on #BAA2D7 background.