COLOR #BBB0B8

HEX: #BBB0B8
RGB: (187,176,184)

Color info

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

RGB color model

#BBB0B8 color RGB value is (187,176,184).

  • red value is 187;
  • green value is 176;
  • blue value is 184.
RGB:
(187,176,184)
(73%,69%,72%)

RGB channels and saturation

R 187 of 255 = 73%
G 176 of 255 = 69%
B 184 of 255 = 72%

187
176
184

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

Portions of RGB colors in percentages

R + G + B =
187 + 176 + 184 = 547 (100%)
R 187 of 547 ~ 34.19%
G 176 of 547 ~ 32.18%
B 184 of 547 ~ 33.64%

%34.19
%32.18
%33.64

CMYK color model

#BBB0B8 color CMYK value is (0,6,2,27).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 1.60%
  • key color value is 26.67%
CMYK:
(0,6,2,27)
C0M6Y2K27 
(0%,6%,2%,27%)
(0.00/0.06/0.02/0.27)	

CMYK percentages

%0
%5.88
%1.6
%26.67

Codes

Color #BBB0B8 in popluar color models

BBB0B8
RGB187176184
HSL316°7.48%71.18%
HSB/HSV316°5.88%73.33%
CMYK0.00%5.88%1.60%
26.67%

Color #BBB0B8 in popluar number systems.

HEXBBB0B8
Decimal187176184
Binary101110111011000010111000
Octal273260270

Shades and tints

Shades of #BBB0B8

#BBB0B8
(187,176,184)
#AAA0A8
(170,160,168)
#999098
(153,144,152)
#888088
(136,128,136)
#777078
(119,112,120)
#666068
(102,96,104)
#555058
(85,80,88)
#444048
(68,64,72)
#333038
(51,48,56)
#222028
(34,32,40)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #BBB0B8

#BBB0B8
(187,176,184)
#C1B7BE
(193,183,190)
#C7BEC4
(199,190,196)
#CDC5CA
(205,197,202)
#D3CCD0
(211,204,208)
#D9D3D6
(217,211,214)
#DFDADC
(223,218,220)
#E5E1E2
(229,225,226)
#EBE8E8
(235,232,232)
#F1EFEE
(241,239,238)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB0B8; }

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

This text font color is #BBB0B8.


Background Color

.myBgColor { background-color: #BBB0B8; }

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

This div background color is #BBB0B8.


Border color

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

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

This div border color is #BBB0B8.


Opacity

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

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

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

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

This text has shadow with #BBB0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB0B8 on black background.


Color preview on white background

This text has color #BBB0B8 on white background.



Black color preview on #BBB0B8 background

This text has black color on #BBB0B8 background.


White color preview on #BBB0B8 background

This text has white color on #BBB0B8 background.