COLOR #BAA2B2

HEX: #BAA2B2
RGB: (186,162,178)

Color info

#BAA2B2 contains red, green and blue colors in about the same proportion. Web safe color of #BAA2B2 is #CC9999 (or #C99).

RGB color model

#BAA2B2 color RGB value is (186,162,178).

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

RGB channels and saturation

R 186 of 255 = 73%
G 162 of 255 = 64%
B 178 of 255 = 70%

186
162
178

R + G + B ~ 69%. #BAA2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 162 + 178 = 526 (100%)
R 186 of 526 ~ 35.36%
G 162 of 526 ~ 30.8%
B 178 of 526 ~ 33.84%

%35.36
%30.8
%33.84

CMYK color model

#BAA2B2 color CMYK value is (0,13,4,27).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 4.30%
  • key color value is 27.06%
CMYK:
(0,13,4,27)
C0M13Y4K27 
(0%,13%,4%,27%)
(0.00/0.13/0.04/0.27)	

CMYK percentages

%0
%12.9
%4.3
%27.06

Codes

Color #BAA2B2 in popluar color models

BAA2B2
RGB186162178
HSL320°14.81%68.24%
HSB/HSV320°12.90%72.94%
CMYK0.00%12.90%4.30%
27.06%

Color #BAA2B2 in popluar number systems.

HEXBAA2B2
Decimal186162178
Binary101110101010001010110010
Octal272242262

Shades and tints

Shades of #BAA2B2

#BAA2B2
(186,162,178)
#AA94A2
(170,148,162)
#9A8692
(154,134,146)
#8A7882
(138,120,130)
#7A6A72
(122,106,114)
#6A5C62
(106,92,98)
#5A4E52
(90,78,82)
#4A4042
(74,64,66)
#3A3232
(58,50,50)
#2A2422
(42,36,34)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #BAA2B2

#BAA2B2
(186,162,178)
#C0AAB9
(192,170,185)
#C6B2C0
(198,178,192)
#CCBAC7
(204,186,199)
#D2C2CE
(210,194,206)
#D8CAD5
(216,202,213)
#DED2DC
(222,210,220)
#E4DAE3
(228,218,227)
#EAE2EA
(234,226,234)
#F0EAF1
(240,234,241)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA2B2; }

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

This text font color is #BAA2B2.


Background Color

.myBgColor { background-color: #BAA2B2; }

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

This div background color is #BAA2B2.


Border color

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

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

This div border color is #BAA2B2.


Opacity

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

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

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

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

This text has shadow with #BAA2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA2B2 on black background.


Color preview on white background

This text has color #BAA2B2 on white background.



Black color preview on #BAA2B2 background

This text has black color on #BAA2B2 background.


White color preview on #BAA2B2 background

This text has white color on #BAA2B2 background.