COLOR #BBB0B7

HEX: #BBB0B7 RGB: (187,176,183)

Color info

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

RGB color model

#BBB0B7 color RGB value is (187,176,183).

RGB: (187,176,183) (73%, 69%, 72%)

RGB channels and saturation

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

187
176
183

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

Portions of RGB colors in percentages

R + G + B = 187 + 176 + 183 = 546 (100%)
R 187 of 546 ~ 34.25%
G 176 of 546 ~ 32.23%
B 183 of 546 ~ 33.52'%

%34.25
%32.23
%33.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 2.14%
  • 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
%2.14
%26.67

Codes

Color #BBB0B7 in popluar color models

BB B0 B7
RGB 187 176 183
HSL 322° 7.48% 71.18%
HSB/HSV 322° 5.88% 73.33%
CMYK 0.00% 5.88% 2.14%
26.67%

Color #BBB0B7 in popluar number systems.

HEX BB B0 B7
Decimal 187 176 183
Binary 10111011 10110000 10110111
Octal 273 260 267

Shades and tints

Shades of #BBB0B7

#BBB0B7
(187,176,183)
#AAA0A7
(170,160,167)
#999097
(153,144,151)
#888087
(136,128,135)
#777077
(119,112,119)
#666067
(102,96,103)
#555057
(85,80,87)
#444047
(68,64,71)
#333037
(51,48,55)
#222027
(34,32,39)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #BBB0B7

#BBB0B7
(187,176,183)
#C1B7BD
(193,183,189)
#C7BEC3
(199,190,195)
#CDC5C9
(205,197,201)
#D3CCCF
(211,204,207)
#D9D3D5
(217,211,213)
#DFDADB
(223,218,219)
#E5E1E1
(229,225,225)
#EBE8E7
(235,232,231)
#F1EFED
(241,239,237)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB0B7; }

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

This text font color is #BBB0B7.

Background Color

.myBgColor { background-color: #BBB0B7; }

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

This div background color is #BBB0B7.

Border color

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

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

This div border color is #BBB0B7.

Opacity

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

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

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

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

This text has shadow with #BBB0B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB0B7.

Preview

Color preview on black background

This text has color #BBB0B7 on black background.


Color preview on white background

This text has color #BBB0B7 on white background.


Black color preview on #BBB0B7 background

This text has black color on #BBB0B7 background.


White color preview on #BBB0B7 background

This text has white color on #BBB0B7 background.


Related colors

Complementary color

Complementary color for #hex is #444F48.


I love getcolorcode.com

Triadic colors

1 #B7BBB0 and #B0B7BB with #BBB0B7 are triadic colors.

2 #B7B0BB and #B0BBB7 with #BBB0B7 are triadic colors.