COLOR #BAA5CB

HEX: #BAA5CB
RGB: (186,165,203)

Color info

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

RGB color model

#BAA5CB color RGB value is (186,165,203).

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

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 203 of 255 = 80%

186
165
203

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

Portions of RGB colors in percentages

R + G + B =
186 + 165 + 203 = 554 (100%)
R 186 of 554 ~ 33.57%
G 165 of 554 ~ 29.78%
B 203 of 554 ~ 36.64%

%33.57
%29.78
%36.64

CMYK color model

#BAA5CB color CMYK value is (8,19,0,20).

  • cyan value is 8.37%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(8,19,0,20)
C8M19Y0K20 
(8%,19%,0%,20%)
(0.08/0.19/0.00/0.20)	

CMYK percentages

%8.37
%18.72
%0
%20.39

Codes

Color #BAA5CB in popluar color models

BAA5CB
RGB186165203
HSL273°26.76%72.16%
HSB/HSV273°18.72%79.61%
CMYK8.37%18.72%0.00%
20.39%

Color #BAA5CB in popluar number systems.

HEXBAA5CB
Decimal186165203
Binary101110101010010111001011
Octal272245313

Shades and tints

Shades of #BAA5CB

#BAA5CB
(186,165,203)
#AA96B9
(170,150,185)
#9A87A7
(154,135,167)
#8A7895
(138,120,149)
#7A6983
(122,105,131)
#6A5A71
(106,90,113)
#5A4B5F
(90,75,95)
#4A3C4D
(74,60,77)
#3A2D3B
(58,45,59)
#2A1E29
(42,30,41)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #BAA5CB

#BAA5CB
(186,165,203)
#C0ADCF
(192,173,207)
#C6B5D3
(198,181,211)
#CCBDD7
(204,189,215)
#D2C5DB
(210,197,219)
#D8CDDF
(216,205,223)
#DED5E3
(222,213,227)
#E4DDE7
(228,221,231)
#EAE5EB
(234,229,235)
#F0EDEF
(240,237,239)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA5CB; }

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

This text font color is #BAA5CB.


Background Color

.myBgColor { background-color: #BAA5CB; }

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

This div background color is #BAA5CB.


Border color

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

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

This div border color is #BAA5CB.


Opacity

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

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

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

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

This text has shadow with #BAA5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA5CB on black background.


Color preview on white background

This text has color #BAA5CB on white background.



Black color preview on #BAA5CB background

This text has black color on #BAA5CB background.


White color preview on #BAA5CB background

This text has white color on #BAA5CB background.