COLOR #BAA2BE

HEX: #BAA2BE
RGB: (186,162,190)

Color info

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

RGB color model

#BAA2BE color RGB value is (186,162,190).

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

RGB channels and saturation

R 186 of 255 = 73%
G 162 of 255 = 64%
B 190 of 255 = 75%

186
162
190

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

Portions of RGB colors in percentages

R + G + B =
186 + 162 + 190 = 538 (100%)
R 186 of 538 ~ 34.57%
G 162 of 538 ~ 30.11%
B 190 of 538 ~ 35.32%

%34.57
%30.11
%35.32

CMYK color model

#BAA2BE color CMYK value is (2,15,0,25).

  • cyan value is 2.11%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,15,0,25)
C2M15Y0K25 
(2%,15%,0%,25%)
(0.02/0.15/0.00/0.25)	

CMYK percentages

%2.11
%14.74
%0
%25.49

Codes

Color #BAA2BE in popluar color models

BAA2BE
RGB186162190
HSL291°17.72%69.02%
HSB/HSV291°14.74%74.51%
CMYK2.11%14.74%0.00%
25.49%

Color #BAA2BE in popluar number systems.

HEXBAA2BE
Decimal186162190
Binary101110101010001010111110
Octal272242276

Shades and tints

Shades of #BAA2BE

#BAA2BE
(186,162,190)
#AA94AD
(170,148,173)
#9A869C
(154,134,156)
#8A788B
(138,120,139)
#7A6A7A
(122,106,122)
#6A5C69
(106,92,105)
#5A4E58
(90,78,88)
#4A4047
(74,64,71)
#3A3236
(58,50,54)
#2A2425
(42,36,37)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #BAA2BE

#BAA2BE
(186,162,190)
#C0AAC3
(192,170,195)
#C6B2C8
(198,178,200)
#CCBACD
(204,186,205)
#D2C2D2
(210,194,210)
#D8CAD7
(216,202,215)
#DED2DC
(222,210,220)
#E4DAE1
(228,218,225)
#EAE2E6
(234,226,230)
#F0EAEB
(240,234,235)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA2BE; }

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

This text font color is #BAA2BE.


Background Color

.myBgColor { background-color: #BAA2BE; }

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

This div background color is #BAA2BE.


Border color

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

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

This div border color is #BAA2BE.


Opacity

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

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

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

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

This text has shadow with #BAA2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA2BE on black background.


Color preview on white background

This text has color #BAA2BE on white background.



Black color preview on #BAA2BE background

This text has black color on #BAA2BE background.


White color preview on #BAA2BE background

This text has white color on #BAA2BE background.