COLOR #BBBCB7

HEX: #BBBCB7 RGB: (187,188,183)

Color info

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

RGB color model

#BBBCB7 color RGB value is (187,188,183).

RGB: (187,188,183) (73%, 74%, 72%)

RGB channels and saturation

R 187 of 255 = 73%
G 188 of 255 = 74%
B 183 of 255 = 72%

187
188
183

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

Portions of RGB colors in percentages

R + G + B = 187 + 188 + 183 = 558 (100%)
R 187 of 558 ~ 33.51%
G 188 of 558 ~ 33.69%
B 183 of 558 ~ 32.8'%

%33.51
%33.69
%32.8

CMYK color model

#BBBCB7 color CMYK value is (1,0,3,26).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 2.66%
  • key color value is 26.27%

CMYK: (1,0,3,26)
C1M0Y3K26 (1%, 0%, 3%, 26%)
(0.01 / 0.00 / 0.03 / 0.26)

CMYK percentages

%0.53
%0
%2.66
%26.27

Codes

Color #BBBCB7 in popluar color models

BB BC B7
RGB 187 188 183
HSL 72° 3.60% 72.75%
HSB/HSV 72° 2.66% 73.73%
CMYK 0.53% 0.00% 2.66%
26.27%

Color #BBBCB7 in popluar number systems.

HEX BB BC B7
Decimal 187 188 183
Binary 10111011 10111100 10110111
Octal 273 274 267

Shades and tints

Shades of #BBBCB7

#BBBCB7
(187,188,183)
#AAABA7
(170,171,167)
#999A97
(153,154,151)
#888987
(136,137,135)
#777877
(119,120,119)
#666767
(102,103,103)
#555657
(85,86,87)
#444547
(68,69,71)
#333437
(51,52,55)
#222327
(34,35,39)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #BBBCB7

#BBBCB7
(187,188,183)
#C1C2BD
(193,194,189)
#C7C8C3
(199,200,195)
#CDCEC9
(205,206,201)
#D3D4CF
(211,212,207)
#D9DAD5
(217,218,213)
#DFE0DB
(223,224,219)
#E5E6E1
(229,230,225)
#EBECE7
(235,236,231)
#F1F2ED
(241,242,237)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBCB7; }

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

This text font color is #BBBCB7.

Background Color

.myBgColor { background-color: #BBBCB7; }

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

This div background color is #BBBCB7.

Border color

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

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

This div border color is #BBBCB7.

Opacity

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

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

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

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

This text has shadow with #BBBCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBCB7.

Preview

Color preview on black background

This text has color #BBBCB7 on black background.


Color preview on white background

This text has color #BBBCB7 on white background.


Black color preview on #BBBCB7 background

This text has black color on #BBBCB7 background.


White color preview on #BBBCB7 background

This text has white color on #BBBCB7 background.


Related colors

Complementary color

Complementary color for #hex is #444348.


I love getcolorcode.com

Triadic colors

1 #B7BBBC and #BCB7BB with #BBBCB7 are triadic colors.

2 #B7BCBB and #BCBBB7 with #BBBCB7 are triadic colors.