COLOR #B0BBBC

HEX: #B0BBBC RGB: (176,187,188)

Color info

#B0BBBC contains red, green and blue colors in about the same proportion. Web safe color of #B0BBBC is #99CCCC (or #9CC).

RGB color model

#B0BBBC color RGB value is (176,187,188).

RGB: (176,187,188) (69%, 73%, 74%)

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 188 of 255 = 74%

176
187
188

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

Portions of RGB colors in percentages

R + G + B = 176 + 187 + 188 = 551 (100%)
R 176 of 551 ~ 31.94%
G 187 of 551 ~ 33.94%
B 188 of 551 ~ 34.12'%

%31.94
%33.94
%34.12

CMYK color model

#B0BBBC color CMYK value is (6,1,0,26).

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

CMYK: (6,1,0,26)
C6M1Y0K26 (6%, 1%, 0%, 26%)
(0.06 / 0.01 / 0.00 / 0.26)

CMYK percentages

%6.38
%0.53
%0
%26.27

Codes

Color #B0BBBC in popluar color models

B0 BB BC
RGB 176 187 188
HSL 185° 8.22% 71.37%
HSB/HSV 185° 6.38% 73.73%
CMYK 6.38% 0.53% 0.00%
26.27%

Color #B0BBBC in popluar number systems.

HEX B0 BB BC
Decimal 176 187 188
Binary 10110000 10111011 10111100
Octal 260 273 274

Shades and tints

Shades of #B0BBBC

#B0BBBC
(176,187,188)
#A0AAAB
(160,170,171)
#90999A
(144,153,154)
#808889
(128,136,137)
#707778
(112,119,120)
#606667
(96,102,103)
#505556
(80,85,86)
#404445
(64,68,69)
#303334
(48,51,52)
#202223
(32,34,35)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #B0BBBC

#B0BBBC
(176,187,188)
#B7C1C2
(183,193,194)
#BEC7C8
(190,199,200)
#C5CDCE
(197,205,206)
#CCD3D4
(204,211,212)
#D3D9DA
(211,217,218)
#DADFE0
(218,223,224)
#E1E5E6
(225,229,230)
#E8EBEC
(232,235,236)
#EFF1F2
(239,241,242)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BBBC; }

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

This text font color is #B0BBBC.

Background Color

.myBgColor { background-color: #B0BBBC; }

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

This div background color is #B0BBBC.

Border color

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

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

This div border color is #B0BBBC.

Opacity

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

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

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

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

This text has shadow with #B0BBBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BBBC.

Preview

Color preview on black background

This text has color #B0BBBC on black background.


Color preview on white background

This text has color #B0BBBC on white background.


Black color preview on #B0BBBC background

This text has black color on #B0BBBC background.


White color preview on #B0BBBC background

This text has white color on #B0BBBC background.


Related colors

Complementary color

Complementary color for #hex is #4F4443.


I love getcolorcode.com

Triadic colors

1 #BCB0BB and #BBBCB0 with #B0BBBC are triadic colors.

2 #BCBBB0 and #BBB0BC with #B0BBBC are triadic colors.