COLOR #BBB1B8

HEX: #BBB1B8 RGB: (187,177,184)

Color info

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

RGB color model

#BBB1B8 color RGB value is (187,177,184).

RGB: (187,177,184) (73%, 69%, 72%)

RGB channels and saturation

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

187
177
184

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

Portions of RGB colors in percentages

R + G + B = 187 + 177 + 184 = 548 (100%)
R 187 of 548 ~ 34.12%
G 177 of 548 ~ 32.3%
B 184 of 548 ~ 33.58'%

%34.12
%32.3
%33.58

CMYK color model

#BBB1B8 color CMYK value is (0,5,2,27).

  • cyan value is 0.00%
  • magenta value is 5.35%
  • yellow value is 1.60%
  • key color value is 26.67%
CMYK: (0,5,2,27) C0M5Y2K27 (0%,5%,2%,27%) (0.00/0.05/0.02/0.27) 

CMYK percentages

%0
%5.35
%1.6
%26.67

Codes

Color #BBB1B8 in popluar color models

BB B1 B8
RGB 187 177 184
HSL 318° 6.85% 71.37%
HSB/HSV 318° 5.35% 73.33%
CMYK 0.00% 5.35% 1.60%
26.67%

Color #BBB1B8 in popluar number systems.

HEX BB B1 B8
Decimal 187 177 184
Binary 10111011 10110001 10111000
Octal 273 261 270

Shades and tints

Shades of #BBB1B8

#BBB1B8
(187,177,184)
#AAA1A8
(170,161,168)
#999198
(153,145,152)
#888188
(136,129,136)
#777178
(119,113,120)
#666168
(102,97,104)
#555158
(85,81,88)
#444148
(68,65,72)
#333138
(51,49,56)
#222128
(34,33,40)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #BBB1B8

#BBB1B8
(187,177,184)
#C1B8BE
(193,184,190)
#C7BFC4
(199,191,196)
#CDC6CA
(205,198,202)
#D3CDD0
(211,205,208)
#D9D4D6
(217,212,214)
#DFDBDC
(223,219,220)
#E5E2E2
(229,226,226)
#EBE9E8
(235,233,232)
#F1F0EE
(241,240,238)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB1B8; }

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

This text font color is #BBB1B8.

Background Color

.myBgColor { background-color: #BBB1B8; }

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

This div background color is #BBB1B8.

Border color

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

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

This div border color is #BBB1B8.

Opacity

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

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

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

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

This text has shadow with #BBB1B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB1B8.

Preview

Color preview on black background

This text has color #BBB1B8 on black background.


Color preview on white background

This text has color #BBB1B8 on white background.


Black color preview on #BBB1B8 background

This text has black color on #BBB1B8 background.


White color preview on #BBB1B8 background

This text has white color on #BBB1B8 background.


Related colors

Complementary color

Complementary color for #hex is #444E47.


I love getcolorcode.com

Triadic colors

1 #B8BBB1 and #B1B8BB with #BBB1B8 are triadic colors.

2 #B8B1BB and #B1BBB8 with #BBB1B8 are triadic colors.