COLOR #BBB6B4

HEX: #BBB6B4 RGB: (187,182,180)

Color info

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

RGB color model

#BBB6B4 color RGB value is (187,182,180).

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

RGB channels and saturation

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

187
182
180

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

Portions of RGB colors in percentages

R + G + B = 187 + 182 + 180 = 549 (100%)
R 187 of 549 ~ 34.06%
G 182 of 549 ~ 33.15%
B 180 of 549 ~ 32.79'%

%34.06
%33.15
%32.79

CMYK color model

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

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

CMYK: (0,3,4,27)
C0M3Y4K27 (0%, 3%, 4%, 27%)
(0.00 / 0.03 / 0.04 / 0.27)

CMYK percentages

%0
%2.67
%3.74
%26.67

Codes

Color #BBB6B4 in popluar color models

BB B6 B4
RGB 187 182 180
HSL 17° 4.90% 71.96%
HSB/HSV 17° 3.74% 73.33%
CMYK 0.00% 2.67% 3.74%
26.67%

Color #BBB6B4 in popluar number systems.

HEX BB B6 B4
Decimal 187 182 180
Binary 10111011 10110110 10110100
Octal 273 266 264

Shades and tints

Shades of #BBB6B4

#BBB6B4
(187,182,180)
#AAA6A4
(170,166,164)
#999694
(153,150,148)
#888684
(136,134,132)
#777674
(119,118,116)
#666664
(102,102,100)
#555654
(85,86,84)
#444644
(68,70,68)
#333634
(51,54,52)
#222624
(34,38,36)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #BBB6B4

#BBB6B4
(187,182,180)
#C1BCBA
(193,188,186)
#C7C2C0
(199,194,192)
#CDC8C6
(205,200,198)
#D3CECC
(211,206,204)
#D9D4D2
(217,212,210)
#DFDAD8
(223,218,216)
#E5E0DE
(229,224,222)
#EBE6E4
(235,230,228)
#F1ECEA
(241,236,234)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB6B4; }

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

This text font color is #BBB6B4.

Background Color

.myBgColor { background-color: #BBB6B4; }

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

This div background color is #BBB6B4.

Border color

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

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

This div border color is #BBB6B4.

Opacity

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

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

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

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

This text has shadow with #BBB6B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB6B4.

Preview

Color preview on black background

This text has color #BBB6B4 on black background.


Color preview on white background

This text has color #BBB6B4 on white background.


Black color preview on #BBB6B4 background

This text has black color on #BBB6B4 background.


White color preview on #BBB6B4 background

This text has white color on #BBB6B4 background.


Related colors

Complementary color

Complementary color for #hex is #44494B.


I love getcolorcode.com

Triadic colors

1 #B4BBB6 and #B6B4BB with #BBB6B4 are triadic colors.

2 #B4B6BB and #B6BBB4 with #BBB6B4 are triadic colors.