COLOR #BBB6BF

HEX: #BBB6BF RGB: (187,182,191)

Color info

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

RGB color model

#BBB6BF color RGB value is (187,182,191).

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

RGB channels and saturation

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

187
182
191

R + G + B ~ 73%. #BBB6BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 182 + 191 = 560 (100%)
R 187 of 560 ~ 33.39%
G 182 of 560 ~ 32.5%
B 191 of 560 ~ 34.11'%

%33.39
%32.5
%34.11

CMYK color model

#BBB6BF color CMYK value is (2,5,0,25).

  • cyan value is 2.09%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (2,5,0,25)
C2M5Y0K25 (2%, 5%, 0%, 25%)
(0.02 / 0.05 / 0.00 / 0.25)

CMYK percentages

%2.09
%4.71
%0
%25.1

Codes

Color #BBB6BF in popluar color models

BB B6 BF
RGB 187 182 191
HSL 273° 6.57% 73.14%
HSB/HSV 273° 4.71% 74.90%
CMYK 2.09% 4.71% 0.00%
25.10%

Color #BBB6BF in popluar number systems.

HEX BB B6 BF
Decimal 187 182 191
Binary 10111011 10110110 10111111
Octal 273 266 277

Shades and tints

Shades of #BBB6BF

#BBB6BF
(187,182,191)
#AAA6AE
(170,166,174)
#99969D
(153,150,157)
#88868C
(136,134,140)
#77767B
(119,118,123)
#66666A
(102,102,106)
#555659
(85,86,89)
#444648
(68,70,72)
#333637
(51,54,55)
#222626
(34,38,38)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #BBB6BF

#BBB6BF
(187,182,191)
#C1BCC4
(193,188,196)
#C7C2C9
(199,194,201)
#CDC8CE
(205,200,206)
#D3CED3
(211,206,211)
#D9D4D8
(217,212,216)
#DFDADD
(223,218,221)
#E5E0E2
(229,224,226)
#EBE6E7
(235,230,231)
#F1ECEC
(241,236,236)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB6BF; }

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

This text font color is #BBB6BF.

Background Color

.myBgColor { background-color: #BBB6BF; }

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

This div background color is #BBB6BF.

Border color

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

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

This div border color is #BBB6BF.

Opacity

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

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

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

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

This text has shadow with #BBB6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB6BF.

Preview

Color preview on black background

This text has color #BBB6BF on black background.


Color preview on white background

This text has color #BBB6BF on white background.


Black color preview on #BBB6BF background

This text has black color on #BBB6BF background.


White color preview on #BBB6BF background

This text has white color on #BBB6BF background.


Related colors

Complementary color

Complementary color for #hex is #444940.


I love getcolorcode.com

Triadic colors

1 #BFBBB6 and #B6BFBB with #BBB6BF are triadic colors.

2 #BFB6BB and #B6BBBF with #BBB6BF are triadic colors.