COLOR #BBAAB6

HEX: #BBAAB6
RGB: (187,170,182)

Color info

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

RGB color model

#BBAAB6 color RGB value is (187,170,182).

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

RGB channels and saturation

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

187
170
182

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

Portions of RGB colors in percentages

R + G + B =
187 + 170 + 182 = 539 (100%)
R 187 of 539 ~ 34.69%
G 170 of 539 ~ 31.54%
B 182 of 539 ~ 33.77%

%34.69
%31.54
%33.77

CMYK color model

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

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

CMYK percentages

%0
%9.09
%2.67
%26.67

Codes

Color #BBAAB6 in popluar color models

BBAAB6
RGB187170182
HSL318°11.11%70.00%
HSB/HSV318°9.09%73.33%
CMYK0.00%9.09%2.67%
26.67%

Color #BBAAB6 in popluar number systems.

HEXBBAAB6
Decimal187170182
Binary101110111010101010110110
Octal273252266

Shades and tints

Shades of #BBAAB6

#BBAAB6
(187,170,182)
#AA9BA6
(170,155,166)
#998C96
(153,140,150)
#887D86
(136,125,134)
#776E76
(119,110,118)
#665F66
(102,95,102)
#555056
(85,80,86)
#444146
(68,65,70)
#333236
(51,50,54)
#222326
(34,35,38)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #BBAAB6

#BBAAB6
(187,170,182)
#C1B1BC
(193,177,188)
#C7B8C2
(199,184,194)
#CDBFC8
(205,191,200)
#D3C6CE
(211,198,206)
#D9CDD4
(217,205,212)
#DFD4DA
(223,212,218)
#E5DBE0
(229,219,224)
#EBE2E6
(235,226,230)
#F1E9EC
(241,233,236)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAAB6; }

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

This text font color is #BBAAB6.


Background Color

.myBgColor { background-color: #BBAAB6; }

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

This div background color is #BBAAB6.


Border color

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

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

This div border color is #BBAAB6.


Opacity

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

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

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

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

This text has shadow with #BBAAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAAB6 on black background.


Color preview on white background

This text has color #BBAAB6 on white background.



Black color preview on #BBAAB6 background

This text has black color on #BBAAB6 background.


White color preview on #BBAAB6 background

This text has white color on #BBAAB6 background.