COLOR #BBACB9

HEX: #BBACB9
RGB: (187,172,185)

Color info

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

RGB color model

#BBACB9 color RGB value is (187,172,185).

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

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 185 of 255 = 73%

187
172
185

R + G + B ~ 71%. #BBACB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 172 + 185 = 544 (100%)
R 187 of 544 ~ 34.38%
G 172 of 544 ~ 31.62%
B 185 of 544 ~ 34.01%

%34.38
%31.62
%34.01

CMYK color model

#BBACB9 color CMYK value is (0,8,1,27).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 1.07%
  • key color value is 26.67%
CMYK:
(0,8,1,27)
C0M8Y1K27 
(0%,8%,1%,27%)
(0.00/0.08/0.01/0.27)	

CMYK percentages

%0
%8.02
%1.07
%26.67

Codes

Color #BBACB9 in popluar color models

BBACB9
RGB187172185
HSL308°9.93%70.39%
HSB/HSV308°8.02%73.33%
CMYK0.00%8.02%1.07%
26.67%

Color #BBACB9 in popluar number systems.

HEXBBACB9
Decimal187172185
Binary101110111010110010111001
Octal273254271

Shades and tints

Shades of #BBACB9

#BBACB9
(187,172,185)
#AA9DA9
(170,157,169)
#998E99
(153,142,153)
#887F89
(136,127,137)
#777079
(119,112,121)
#666169
(102,97,105)
#555259
(85,82,89)
#444349
(68,67,73)
#333439
(51,52,57)
#222529
(34,37,41)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #BBACB9

#BBACB9
(187,172,185)
#C1B3BF
(193,179,191)
#C7BAC5
(199,186,197)
#CDC1CB
(205,193,203)
#D3C8D1
(211,200,209)
#D9CFD7
(217,207,215)
#DFD6DD
(223,214,221)
#E5DDE3
(229,221,227)
#EBE4E9
(235,228,233)
#F1EBEF
(241,235,239)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBACB9; }

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

This text font color is #BBACB9.


Background Color

.myBgColor { background-color: #BBACB9; }

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

This div background color is #BBACB9.


Border color

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

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

This div border color is #BBACB9.


Opacity

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

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

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

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

This text has shadow with #BBACB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBACB9 on black background.


Color preview on white background

This text has color #BBACB9 on white background.



Black color preview on #BBACB9 background

This text has black color on #BBACB9 background.


White color preview on #BBACB9 background

This text has white color on #BBACB9 background.