COLOR #BAA5C4

HEX: #BAA5C4
RGB: (186,165,196)

Color info

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

RGB color model

#BAA5C4 color RGB value is (186,165,196).

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

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 196 of 255 = 77%

186
165
196

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

Portions of RGB colors in percentages

R + G + B =
186 + 165 + 196 = 547 (100%)
R 186 of 547 ~ 34%
G 165 of 547 ~ 30.16%
B 196 of 547 ~ 35.83%

%34
%30.16
%35.83

CMYK color model

#BAA5C4 color CMYK value is (5,16,0,23).

  • cyan value is 5.10%
  • magenta value is 15.82%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(5,16,0,23)
C5M16Y0K23 
(5%,16%,0%,23%)
(0.05/0.16/0.00/0.23)	

CMYK percentages

%5.1
%15.82
%0
%23.14

Codes

Color #BAA5C4 in popluar color models

BAA5C4
RGB186165196
HSL281°20.81%70.78%
HSB/HSV281°15.82%76.86%
CMYK5.10%15.82%0.00%
23.14%

Color #BAA5C4 in popluar number systems.

HEXBAA5C4
Decimal186165196
Binary101110101010010111000100
Octal272245304

Shades and tints

Shades of #BAA5C4

#BAA5C4
(186,165,196)
#AA96B3
(170,150,179)
#9A87A2
(154,135,162)
#8A7891
(138,120,145)
#7A6980
(122,105,128)
#6A5A6F
(106,90,111)
#5A4B5E
(90,75,94)
#4A3C4D
(74,60,77)
#3A2D3C
(58,45,60)
#2A1E2B
(42,30,43)
#1A0F1A
(26,15,26)
#000000
(0,0,0)

Tints of #BAA5C4

#BAA5C4
(186,165,196)
#C0ADC9
(192,173,201)
#C6B5CE
(198,181,206)
#CCBDD3
(204,189,211)
#D2C5D8
(210,197,216)
#D8CDDD
(216,205,221)
#DED5E2
(222,213,226)
#E4DDE7
(228,221,231)
#EAE5EC
(234,229,236)
#F0EDF1
(240,237,241)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA5C4; }

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

This text font color is #BAA5C4.


Background Color

.myBgColor { background-color: #BAA5C4; }

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

This div background color is #BAA5C4.


Border color

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

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

This div border color is #BAA5C4.


Opacity

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

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

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

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

This text has shadow with #BAA5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA5C4 on black background.


Color preview on white background

This text has color #BAA5C4 on white background.



Black color preview on #BAA5C4 background

This text has black color on #BAA5C4 background.


White color preview on #BAA5C4 background

This text has white color on #BAA5C4 background.