COLOR #BAA0B2

HEX: #BAA0B2
RGB: (186,160,178)

Color info

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

RGB color model

#BAA0B2 color RGB value is (186,160,178).

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

RGB channels and saturation

R 186 of 255 = 73%
G 160 of 255 = 63%
B 178 of 255 = 70%

186
160
178

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

Portions of RGB colors in percentages

R + G + B =
186 + 160 + 178 = 524 (100%)
R 186 of 524 ~ 35.5%
G 160 of 524 ~ 30.53%
B 178 of 524 ~ 33.97%

%35.5
%30.53
%33.97

CMYK color model

#BAA0B2 color CMYK value is (0,14,4,27).

  • cyan value is 0.00%
  • magenta value is 13.98%
  • yellow value is 4.30%
  • key color value is 27.06%
CMYK:
(0,14,4,27)
C0M14Y4K27 
(0%,14%,4%,27%)
(0.00/0.14/0.04/0.27)	

CMYK percentages

%0
%13.98
%4.3
%27.06

Codes

Color #BAA0B2 in popluar color models

BAA0B2
RGB186160178
HSL318°15.85%67.84%
HSB/HSV318°13.98%72.94%
CMYK0.00%13.98%4.30%
27.06%

Color #BAA0B2 in popluar number systems.

HEXBAA0B2
Decimal186160178
Binary101110101010000010110010
Octal272240262

Shades and tints

Shades of #BAA0B2

#BAA0B2
(186,160,178)
#AA92A2
(170,146,162)
#9A8492
(154,132,146)
#8A7682
(138,118,130)
#7A6872
(122,104,114)
#6A5A62
(106,90,98)
#5A4C52
(90,76,82)
#4A3E42
(74,62,66)
#3A3032
(58,48,50)
#2A2222
(42,34,34)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #BAA0B2

#BAA0B2
(186,160,178)
#C0A8B9
(192,168,185)
#C6B0C0
(198,176,192)
#CCB8C7
(204,184,199)
#D2C0CE
(210,192,206)
#D8C8D5
(216,200,213)
#DED0DC
(222,208,220)
#E4D8E3
(228,216,227)
#EAE0EA
(234,224,234)
#F0E8F1
(240,232,241)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA0B2; }

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

This text font color is #BAA0B2.


Background Color

.myBgColor { background-color: #BAA0B2; }

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

This div background color is #BAA0B2.


Border color

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

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

This div border color is #BAA0B2.


Opacity

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

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

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

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

This text has shadow with #BAA0B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA0B2 on black background.


Color preview on white background

This text has color #BAA0B2 on white background.



Black color preview on #BAA0B2 background

This text has black color on #BAA0B2 background.


White color preview on #BAA0B2 background

This text has white color on #BAA0B2 background.