COLOR #BAAABC

HEX: #BAAABC
RGB: (186,170,188)

Color info

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

RGB color model

#BAAABC color RGB value is (186,170,188).

  • red value is 186;
  • green value is 170;
  • blue value is 188.
RGB:
(186,170,188)
(73%,67%,74%)

RGB channels and saturation

R 186 of 255 = 73%
G 170 of 255 = 67%
B 188 of 255 = 74%

186
170
188

R + G + B ~ 71%. #BAAABC is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 170 + 188 = 544 (100%)
R 186 of 544 ~ 34.19%
G 170 of 544 ~ 31.25%
B 188 of 544 ~ 34.56%

%34.19
%31.25
%34.56

CMYK color model

#BAAABC color CMYK value is (1,10,0,26).

  • cyan value is 1.06%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(1,10,0,26)
C1M10Y0K26 
(1%,10%,0%,26%)
(0.01/0.10/0.00/0.26)	

CMYK percentages

%1.06
%9.57
%0
%26.27

Codes

Color #BAAABC in popluar color models

BAAABC
RGB186170188
HSL293°11.84%70.20%
HSB/HSV293°9.57%73.73%
CMYK1.06%9.57%0.00%
26.27%

Color #BAAABC in popluar number systems.

HEXBAAABC
Decimal186170188
Binary101110101010101010111100
Octal272252274

Shades and tints

Shades of #BAAABC

#BAAABC
(186,170,188)
#AA9BAB
(170,155,171)
#9A8C9A
(154,140,154)
#8A7D89
(138,125,137)
#7A6E78
(122,110,120)
#6A5F67
(106,95,103)
#5A5056
(90,80,86)
#4A4145
(74,65,69)
#3A3234
(58,50,52)
#2A2323
(42,35,35)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #BAAABC

#BAAABC
(186,170,188)
#C0B1C2
(192,177,194)
#C6B8C8
(198,184,200)
#CCBFCE
(204,191,206)
#D2C6D4
(210,198,212)
#D8CDDA
(216,205,218)
#DED4E0
(222,212,224)
#E4DBE6
(228,219,230)
#EAE2EC
(234,226,236)
#F0E9F2
(240,233,242)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAABC color. Also use rgb(186,170,188) instead hex code.

Text Font Color

.myTextColor { color: #BAAABC; }

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

This text font color is #BAAABC.


Background Color

.myBgColor { background-color: #BAAABC; }

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

This div background color is #BAAABC.


Border color

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

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

This div border color is #BAAABC.


Opacity

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

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

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

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

This text has shadow with #BAAABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAABC on black background.


Color preview on white background

This text has color #BAAABC on white background.



Black color preview on #BAAABC background

This text has black color on #BAAABC background.


White color preview on #BAAABC background

This text has white color on #BAAABC background.