COLOR #BAA0BB

HEX: #BAA0BB RGB: (186,160,187)

Color info

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

RGB color model

#BAA0BB color RGB value is (186,160,187).

RGB: (186,160,187) (73%, 63%, 73%)

RGB channels and saturation

R 186 of 255 = 73%
G 160 of 255 = 63%
B 187 of 255 = 73%

186
160
187

R + G + B ~ 70%. #BAA0BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 160 + 187 = 533 (100%)
R 186 of 533 ~ 34.9%
G 160 of 533 ~ 30.02%
B 187 of 533 ~ 35.08'%

%34.9
%30.02
%35.08

CMYK color model

#BAA0BB color CMYK value is (1,14,0,27).

  • cyan value is 0.53%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (1,14,0,27)
C1M14Y0K27 (1%, 14%, 0%, 27%)
(0.01 / 0.14 / 0.00 / 0.27)

CMYK percentages

%0.53
%14.44
%0
%26.67

Codes

Color #BAA0BB in popluar color models

BA A0 BB
RGB 186 160 187
HSL 298° 16.56% 68.04%
HSB/HSV 298° 14.44% 73.33%
CMYK 0.53% 14.44% 0.00%
26.67%

Color #BAA0BB in popluar number systems.

HEX BA A0 BB
Decimal 186 160 187
Binary 10111010 10100000 10111011
Octal 272 240 273

Shades and tints

Shades of #BAA0BB

#BAA0BB
(186,160,187)
#AA92AA
(170,146,170)
#9A8499
(154,132,153)
#8A7688
(138,118,136)
#7A6877
(122,104,119)
#6A5A66
(106,90,102)
#5A4C55
(90,76,85)
#4A3E44
(74,62,68)
#3A3033
(58,48,51)
#2A2222
(42,34,34)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #BAA0BB

#BAA0BB
(186,160,187)
#C0A8C1
(192,168,193)
#C6B0C7
(198,176,199)
#CCB8CD
(204,184,205)
#D2C0D3
(210,192,211)
#D8C8D9
(216,200,217)
#DED0DF
(222,208,223)
#E4D8E5
(228,216,229)
#EAE0EB
(234,224,235)
#F0E8F1
(240,232,241)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA0BB; }

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

This text font color is #BAA0BB.

Background Color

.myBgColor { background-color: #BAA0BB; }

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

This div background color is #BAA0BB.

Border color

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

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

This div border color is #BAA0BB.

Opacity

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

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

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

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

This text has shadow with #BAA0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA0BB.

Preview

Color preview on black background

This text has color #BAA0BB on black background.


Color preview on white background

This text has color #BAA0BB on white background.


Black color preview on #BAA0BB background

This text has black color on #BAA0BB background.


White color preview on #BAA0BB background

This text has white color on #BAA0BB background.


Related colors

Complementary color

Complementary color for #hex is #455F44.


I love getcolorcode.com

Triadic colors

1 #BBBAA0 and #A0BBBA with #BAA0BB are triadic colors.

2 #BBA0BA and #A0BABB with #BAA0BB are triadic colors.