COLOR #BBAAAA

HEX: #BBAAAA
RGB: (187,170,170)

Color info

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

RGB color model

#BBAAAA color RGB value is (187,170,170).

  • red value is 187;
  • green value is 170;
  • blue value is 170.
RGB:
(187,170,170)
(73%,67%,67%)

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 170 of 255 = 67%

187
170
170

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

Portions of RGB colors in percentages

R + G + B =
187 + 170 + 170 = 527 (100%)
R 187 of 527 ~ 35.48%
G 170 of 527 ~ 32.26%
B 170 of 527 ~ 32.26%

%35.48
%32.26
%32.26

CMYK color model

#BBAAAA color CMYK value is (0,9,9,27).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 9.09%
  • key color value is 26.67%
CMYK:
(0,9,9,27)
C0M9Y9K27 
(0%,9%,9%,27%)
(0.00/0.09/0.09/0.27)	

CMYK percentages

%0
%9.09
%9.09
%26.67

Codes

Color #BBAAAA in popluar color models

BBAAAA
RGB187170170
HSL11.11%70.00%
HSB/HSV9.09%73.33%
CMYK0.00%9.09%9.09%
26.67%

Color #BBAAAA in popluar number systems.

HEXBBAAAA
Decimal187170170
Binary101110111010101010101010
Octal273252252

Shades and tints

Shades of #BBAAAA

#BBAAAA
(187,170,170)
#AA9B9B
(170,155,155)
#998C8C
(153,140,140)
#887D7D
(136,125,125)
#776E6E
(119,110,110)
#665F5F
(102,95,95)
#555050
(85,80,80)
#444141
(68,65,65)
#333232
(51,50,50)
#222323
(34,35,35)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #BBAAAA

#BBAAAA
(187,170,170)
#C1B1B1
(193,177,177)
#C7B8B8
(199,184,184)
#CDBFBF
(205,191,191)
#D3C6C6
(211,198,198)
#D9CDCD
(217,205,205)
#DFD4D4
(223,212,212)
#E5DBDB
(229,219,219)
#EBE2E2
(235,226,226)
#F1E9E9
(241,233,233)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAAAA; }

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

This text font color is #BBAAAA.


Background Color

.myBgColor { background-color: #BBAAAA; }

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

This div background color is #BBAAAA.


Border color

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

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

This div border color is #BBAAAA.


Opacity

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

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

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

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

This text has shadow with #BBAAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAAAA on black background.


Color preview on white background

This text has color #BBAAAA on white background.



Black color preview on #BBAAAA background

This text has black color on #BBAAAA background.


White color preview on #BBAAAA background

This text has white color on #BBAAAA background.