COLOR #BBB6BB

HEX: #BBB6BB RGB: (187,182,187)

Color info

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

RGB color model

#BBB6BB color RGB value is (187,182,187).

RGB: (187,182,187) (73%, 71%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 182 of 255 = 71%
B 187 of 255 = 73%

187
182
187

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

Portions of RGB colors in percentages

R + G + B = 187 + 182 + 187 = 556 (100%)
R 187 of 556 ~ 33.63%
G 182 of 556 ~ 32.73%
B 187 of 556 ~ 33.63'%

%33.63
%32.73
%33.63

CMYK color model

#BBB6BB color CMYK value is (0,3,0,27).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (0,3,0,27)
C0M3Y0K27 (0%, 3%, 0%, 27%)
(0.00 / 0.03 / 0.00 / 0.27)

CMYK percentages

%0
%2.67
%0
%26.67

Codes

Color #BBB6BB in popluar color models

BB B6 BB
RGB 187 182 187
HSL 300° 3.55% 72.35%
HSB/HSV 300° 2.67% 73.33%
CMYK 0.00% 2.67% 0.00%
26.67%

Color #BBB6BB in popluar number systems.

HEX BB B6 BB
Decimal 187 182 187
Binary 10111011 10110110 10111011
Octal 273 266 273

Shades and tints

Shades of #BBB6BB

#BBB6BB
(187,182,187)
#AAA6AA
(170,166,170)
#999699
(153,150,153)
#888688
(136,134,136)
#777677
(119,118,119)
#666666
(102,102,102)
#555655
(85,86,85)
#444644
(68,70,68)
#333633
(51,54,51)
#222622
(34,38,34)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #BBB6BB

#BBB6BB
(187,182,187)
#C1BCC1
(193,188,193)
#C7C2C7
(199,194,199)
#CDC8CD
(205,200,205)
#D3CED3
(211,206,211)
#D9D4D9
(217,212,217)
#DFDADF
(223,218,223)
#E5E0E5
(229,224,229)
#EBE6EB
(235,230,235)
#F1ECF1
(241,236,241)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB6BB; }

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

This text font color is #BBB6BB.

Background Color

.myBgColor { background-color: #BBB6BB; }

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

This div background color is #BBB6BB.

Border color

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

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

This div border color is #BBB6BB.

Opacity

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

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

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

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

This text has shadow with #BBB6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB6BB.

Preview

Color preview on black background

This text has color #BBB6BB on black background.


Color preview on white background

This text has color #BBB6BB on white background.


Black color preview on #BBB6BB background

This text has black color on #BBB6BB background.


White color preview on #BBB6BB background

This text has white color on #BBB6BB background.


Related colors

Complementary color

Complementary color for #hex is #444944.


I love getcolorcode.com

Triadic colors

1 #BBBBB6 and #B6BBBB with #BBB6BB are triadic colors.

2 #BBB6BB and #B6BBBB with #BBB6BB are triadic colors.