COLOR #BBA5A9

HEX: #BBA5A9
RGB: (187,165,169)

Color info

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

RGB color model

#BBA5A9 color RGB value is (187,165,169).

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

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 169 of 255 = 66%

187
165
169

R + G + B ~ 68%. #BBA5A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 165 + 169 = 521 (100%)
R 187 of 521 ~ 35.89%
G 165 of 521 ~ 31.67%
B 169 of 521 ~ 32.44%

%35.89
%31.67
%32.44

CMYK color model

#BBA5A9 color CMYK value is (0,12,10,27).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 9.63%
  • key color value is 26.67%
CMYK:
(0,12,10,27)
C0M12Y10K27 
(0%,12%,10%,27%)
(0.00/0.12/0.10/0.27)	

CMYK percentages

%0
%11.76
%9.63
%26.67

Codes

Color #BBA5A9 in popluar color models

BBA5A9
RGB187165169
HSL349°13.92%69.02%
HSB/HSV349°11.76%73.33%
CMYK0.00%11.76%9.63%
26.67%

Color #BBA5A9 in popluar number systems.

HEXBBA5A9
Decimal187165169
Binary101110111010010110101001
Octal273245251

Shades and tints

Shades of #BBA5A9

#BBA5A9
(187,165,169)
#AA969A
(170,150,154)
#99878B
(153,135,139)
#88787C
(136,120,124)
#77696D
(119,105,109)
#665A5E
(102,90,94)
#554B4F
(85,75,79)
#443C40
(68,60,64)
#332D31
(51,45,49)
#221E22
(34,30,34)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #BBA5A9

#BBA5A9
(187,165,169)
#C1ADB0
(193,173,176)
#C7B5B7
(199,181,183)
#CDBDBE
(205,189,190)
#D3C5C5
(211,197,197)
#D9CDCC
(217,205,204)
#DFD5D3
(223,213,211)
#E5DDDA
(229,221,218)
#EBE5E1
(235,229,225)
#F1EDE8
(241,237,232)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA5A9; }

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

This text font color is #BBA5A9.


Background Color

.myBgColor { background-color: #BBA5A9; }

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

This div background color is #BBA5A9.


Border color

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

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

This div border color is #BBA5A9.


Opacity

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

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

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

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

This text has shadow with #BBA5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA5A9 on black background.


Color preview on white background

This text has color #BBA5A9 on white background.



Black color preview on #BBA5A9 background

This text has black color on #BBA5A9 background.


White color preview on #BBA5A9 background

This text has white color on #BBA5A9 background.