COLOR #BBB4B9

HEX: #BBB4B9 RGB: (187,180,185)

Color info

#BBB4B9 contains red, green and blue colors in about the same proportion. Web safe color of #BBB4B9 is #CCCCCC (or #CCC).

RGB color model

#BBB4B9 color RGB value is (187,180,185).

RGB: (187,180,185) (73%, 71%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 180 of 255 = 71%
B 185 of 255 = 73%

187
180
185

R + G + B ~ 72%. #BBB4B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 180 + 185 = 552 (100%)
R 187 of 552 ~ 33.88%
G 180 of 552 ~ 32.61%
B 185 of 552 ~ 33.51'%

%33.88
%32.61
%33.51

CMYK color model

#BBB4B9 color CMYK value is (0,4,1,27).

  • cyan value is 0.00%
  • magenta value is 3.74%
  • yellow value is 1.07%
  • key color value is 26.67%

CMYK: (0,4,1,27)
C0M4Y1K27 (0%, 4%, 1%, 27%)
(0.00 / 0.04 / 0.01 / 0.27)

CMYK percentages

%0
%3.74
%1.07
%26.67

Codes

Color #BBB4B9 in popluar color models

BB B4 B9
RGB 187 180 185
HSL 317° 4.90% 71.96%
HSB/HSV 317° 3.74% 73.33%
CMYK 0.00% 3.74% 1.07%
26.67%

Color #BBB4B9 in popluar number systems.

HEX BB B4 B9
Decimal 187 180 185
Binary 10111011 10110100 10111001
Octal 273 264 271

Shades and tints

Shades of #BBB4B9

#BBB4B9
(187,180,185)
#AAA4A9
(170,164,169)
#999499
(153,148,153)
#888489
(136,132,137)
#777479
(119,116,121)
#666469
(102,100,105)
#555459
(85,84,89)
#444449
(68,68,73)
#333439
(51,52,57)
#222429
(34,36,41)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #BBB4B9

#BBB4B9
(187,180,185)
#C1BABF
(193,186,191)
#C7C0C5
(199,192,197)
#CDC6CB
(205,198,203)
#D3CCD1
(211,204,209)
#D9D2D7
(217,210,215)
#DFD8DD
(223,216,221)
#E5DEE3
(229,222,227)
#EBE4E9
(235,228,233)
#F1EAEF
(241,234,239)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB4B9; }

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

This text font color is #BBB4B9.

Background Color

.myBgColor { background-color: #BBB4B9; }

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

This div background color is #BBB4B9.

Border color

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

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

This div border color is #BBB4B9.

Opacity

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

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

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

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

This text has shadow with #BBB4B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB4B9.

Preview

Color preview on black background

This text has color #BBB4B9 on black background.


Color preview on white background

This text has color #BBB4B9 on white background.


Black color preview on #BBB4B9 background

This text has black color on #BBB4B9 background.


White color preview on #BBB4B9 background

This text has white color on #BBB4B9 background.


Related colors

Complementary color

Complementary color for #hex is #444B46.


I love getcolorcode.com

Triadic colors

1 #B9BBB4 and #B4B9BB with #BBB4B9 are triadic colors.

2 #B9B4BB and #B4BBB9 with #BBB4B9 are triadic colors.