COLOR #B8BCB5

HEX: #B8BCB5 RGB: (184,188,181)

Color info

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

RGB color model

#B8BCB5 color RGB value is (184,188,181).

RGB: (184,188,181) (72%, 74%, 71%)

RGB channels and saturation

R 184 of 255 = 72%
G 188 of 255 = 74%
B 181 of 255 = 71%

184
188
181

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

Portions of RGB colors in percentages

R + G + B = 184 + 188 + 181 = 553 (100%)
R 184 of 553 ~ 33.27%
G 188 of 553 ~ 34%
B 181 of 553 ~ 32.73'%

%33.27
%34
%32.73

CMYK color model

#B8BCB5 color CMYK value is (2,0,4,26).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 3.72%
  • key color value is 26.27%

CMYK: (2,0,4,26)
C2M0Y4K26 (2%, 0%, 4%, 26%)
(0.02 / 0.00 / 0.04 / 0.26)

CMYK percentages

%2.13
%0
%3.72
%26.27

Codes

Color #B8BCB5 in popluar color models

B8 BC B5
RGB 184 188 181
HSL 94° 4.96% 72.35%
HSB/HSV 94° 3.72% 73.73%
CMYK 2.13% 0.00% 3.72%
26.27%

Color #B8BCB5 in popluar number systems.

HEX B8 BC B5
Decimal 184 188 181
Binary 10111000 10111100 10110101
Octal 270 274 265

Shades and tints

Shades of #B8BCB5

#B8BCB5
(184,188,181)
#A8ABA5
(168,171,165)
#989A95
(152,154,149)
#888985
(136,137,133)
#787875
(120,120,117)
#686765
(104,103,101)
#585655
(88,86,85)
#484545
(72,69,69)
#383435
(56,52,53)
#282325
(40,35,37)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #B8BCB5

#B8BCB5
(184,188,181)
#BEC2BB
(190,194,187)
#C4C8C1
(196,200,193)
#CACEC7
(202,206,199)
#D0D4CD
(208,212,205)
#D6DAD3
(214,218,211)
#DCE0D9
(220,224,217)
#E2E6DF
(226,230,223)
#E8ECE5
(232,236,229)
#EEF2EB
(238,242,235)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BCB5 color. Also use rgb(184,188,181) instead hex code.

Text Font Color

.myTextColor { color: #B8BCB5; }

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

This text font color is #B8BCB5.

Background Color

.myBgColor { background-color: #B8BCB5; }

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

This div background color is #B8BCB5.

Border color

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

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

This div border color is #B8BCB5.

Opacity

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

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

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

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

This text has shadow with #B8BCB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8BCB5.

Preview

Color preview on black background

This text has color #B8BCB5 on black background.


Color preview on white background

This text has color #B8BCB5 on white background.


Black color preview on #B8BCB5 background

This text has black color on #B8BCB5 background.


White color preview on #B8BCB5 background

This text has white color on #B8BCB5 background.


Related colors

Complementary color

Complementary color for #hex is #47434A.


I love getcolorcode.com

Triadic colors

1 #B5B8BC and #BCB5B8 with #B8BCB5 are triadic colors.

2 #B5BCB8 and #BCB8B5 with #B8BCB5 are triadic colors.