COLOR #BBA9B6

HEX: #BBA9B6
RGB: (187,169,182)

Color info

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

RGB color model

#BBA9B6 color RGB value is (187,169,182).

  • red value is 187;
  • green value is 169;
  • blue value is 182.
RGB:
(187,169,182)
(73%,66%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 169 of 255 = 66%
B 182 of 255 = 71%

187
169
182

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

Portions of RGB colors in percentages

R + G + B =
187 + 169 + 182 = 538 (100%)
R 187 of 538 ~ 34.76%
G 169 of 538 ~ 31.41%
B 182 of 538 ~ 33.83%

%34.76
%31.41
%33.83

CMYK color model

#BBA9B6 color CMYK value is (0,10,3,27).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 2.67%
  • key color value is 26.67%
CMYK:
(0,10,3,27)
C0M10Y3K27 
(0%,10%,3%,27%)
(0.00/0.10/0.03/0.27)	

CMYK percentages

%0
%9.63
%2.67
%26.67

Codes

Color #BBA9B6 in popluar color models

BBA9B6
RGB187169182
HSL317°11.69%69.80%
HSB/HSV317°9.63%73.33%
CMYK0.00%9.63%2.67%
26.67%

Color #BBA9B6 in popluar number systems.

HEXBBA9B6
Decimal187169182
Binary101110111010100110110110
Octal273251266

Shades and tints

Shades of #BBA9B6

#BBA9B6
(187,169,182)
#AA9AA6
(170,154,166)
#998B96
(153,139,150)
#887C86
(136,124,134)
#776D76
(119,109,118)
#665E66
(102,94,102)
#554F56
(85,79,86)
#444046
(68,64,70)
#333136
(51,49,54)
#222226
(34,34,38)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #BBA9B6

#BBA9B6
(187,169,182)
#C1B0BC
(193,176,188)
#C7B7C2
(199,183,194)
#CDBEC8
(205,190,200)
#D3C5CE
(211,197,206)
#D9CCD4
(217,204,212)
#DFD3DA
(223,211,218)
#E5DAE0
(229,218,224)
#EBE1E6
(235,225,230)
#F1E8EC
(241,232,236)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA9B6; }

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

This text font color is #BBA9B6.


Background Color

.myBgColor { background-color: #BBA9B6; }

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

This div background color is #BBA9B6.


Border color

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

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

This div border color is #BBA9B6.


Opacity

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

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

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

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

This text has shadow with #BBA9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA9B6 on black background.


Color preview on white background

This text has color #BBA9B6 on white background.



Black color preview on #BBA9B6 background

This text has black color on #BBA9B6 background.


White color preview on #BBA9B6 background

This text has white color on #BBA9B6 background.