COLOR #B2A9BB

HEX: #B2A9BB RGB: (178,169,187)

Color info

#B2A9BB contains red, green and blue colors in about the same proportion. Web safe color of #B2A9BB is #9999CC (or #99C).

RGB color model

#B2A9BB color RGB value is (178,169,187).

RGB: (178,169,187) (70%, 66%, 73%)

RGB channels and saturation

R 178 of 255 = 70%
G 169 of 255 = 66%
B 187 of 255 = 73%

178
169
187

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

Portions of RGB colors in percentages

R + G + B = 178 + 169 + 187 = 534 (100%)
R 178 of 534 ~ 33.33%
G 169 of 534 ~ 31.65%
B 187 of 534 ~ 35.02'%

%33.33
%31.65
%35.02

CMYK color model

#B2A9BB color CMYK value is (5,10,0,27).

  • cyan value is 4.81%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (5,10,0,27) C5M10Y0K27 (5%,10%,0%,27%) (0.05/0.10/0.00/0.27) 

CMYK percentages

%4.81
%9.63
%0
%26.67

Codes

Color #B2A9BB in popluar color models

B2 A9 BB
RGB 178 169 187
HSL 270° 11.69% 69.80%
HSB/HSV 270° 9.63% 73.33%
CMYK 4.81% 9.63% 0.00%
26.67%

Color #B2A9BB in popluar number systems.

HEX B2 A9 BB
Decimal 178 169 187
Binary 10110010 10101001 10111011
Octal 262 251 273

Shades and tints

Shades of #B2A9BB

#B2A9BB
(178,169,187)
#A29AAA
(162,154,170)
#928B99
(146,139,153)
#827C88
(130,124,136)
#726D77
(114,109,119)
#625E66
(98,94,102)
#524F55
(82,79,85)
#424044
(66,64,68)
#323133
(50,49,51)
#222222
(34,34,34)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #B2A9BB

#B2A9BB
(178,169,187)
#B9B0C1
(185,176,193)
#C0B7C7
(192,183,199)
#C7BECD
(199,190,205)
#CEC5D3
(206,197,211)
#D5CCD9
(213,204,217)
#DCD3DF
(220,211,223)
#E3DAE5
(227,218,229)
#EAE1EB
(234,225,235)
#F1E8F1
(241,232,241)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A9BB color. Also use rgb(178,169,187) instead hex code.

Text Font Color

.myTextColor { color: #B2A9BB; }

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

This text font color is #B2A9BB.

Background Color

.myBgColor { background-color: #B2A9BB; }

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

This div background color is #B2A9BB.

Border color

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

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

This div border color is #B2A9BB.

Opacity

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

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

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

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

This text has shadow with #B2A9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A9BB.

Preview

Color preview on black background

This text has color #B2A9BB on black background.


Color preview on white background

This text has color #B2A9BB on white background.


Black color preview on #B2A9BB background

This text has black color on #B2A9BB background.


White color preview on #B2A9BB background

This text has white color on #B2A9BB background.


Related colors

Complementary color

Complementary color for #hex is #4D5644.


I love getcolorcode.com

Triadic colors

1 #BBB2A9 and #A9BBB2 with #B2A9BB are triadic colors.

2 #BBA9B2 and #A9B2BB with #B2A9BB are triadic colors.