COLOR #B9BCBF

HEX: #B9BCBF RGB: (185,188,191)

Color info

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

RGB color model

#B9BCBF color RGB value is (185,188,191).

RGB: (185,188,191) (73%, 74%, 75%)

RGB channels and saturation

R 185 of 255 = 73%
G 188 of 255 = 74%
B 191 of 255 = 75%

185
188
191

R + G + B ~ 74%. #B9BCBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 188 + 191 = 564 (100%)
R 185 of 564 ~ 32.8%
G 188 of 564 ~ 33.33%
B 191 of 564 ~ 33.87'%

%32.8
%33.33
%33.87

CMYK color model

#B9BCBF color CMYK value is (3,2,0,25).

  • cyan value is 3.14%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (3,2,0,25)
C3M2Y0K25 (3%, 2%, 0%, 25%)
(0.03 / 0.02 / 0.00 / 0.25)

CMYK percentages

%3.14
%1.57
%0
%25.1

Codes

Color #B9BCBF in popluar color models

B9 BC BF
RGB 185 188 191
HSL 210° 4.48% 73.73%
HSB/HSV 210° 3.14% 74.90%
CMYK 3.14% 1.57% 0.00%
25.10%

Color #B9BCBF in popluar number systems.

HEX B9 BC BF
Decimal 185 188 191
Binary 10111001 10111100 10111111
Octal 271 274 277

Shades and tints

Shades of #B9BCBF

#B9BCBF
(185,188,191)
#A9ABAE
(169,171,174)
#999A9D
(153,154,157)
#89898C
(137,137,140)
#79787B
(121,120,123)
#69676A
(105,103,106)
#595659
(89,86,89)
#494548
(73,69,72)
#393437
(57,52,55)
#292326
(41,35,38)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #B9BCBF

#B9BCBF
(185,188,191)
#BFC2C4
(191,194,196)
#C5C8C9
(197,200,201)
#CBCECE
(203,206,206)
#D1D4D3
(209,212,211)
#D7DAD8
(215,218,216)
#DDE0DD
(221,224,221)
#E3E6E2
(227,230,226)
#E9ECE7
(233,236,231)
#EFF2EC
(239,242,236)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BCBF color. Also use rgb(185,188,191) instead hex code.

Text Font Color

.myTextColor { color: #B9BCBF; }

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

This text font color is #B9BCBF.

Background Color

.myBgColor { background-color: #B9BCBF; }

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

This div background color is #B9BCBF.

Border color

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

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

This div border color is #B9BCBF.

Opacity

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

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

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

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

This text has shadow with #B9BCBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BCBF.

Preview

Color preview on black background

This text has color #B9BCBF on black background.


Color preview on white background

This text has color #B9BCBF on white background.


Black color preview on #B9BCBF background

This text has black color on #B9BCBF background.


White color preview on #B9BCBF background

This text has white color on #B9BCBF background.


Related colors

Complementary color

Complementary color for #hex is #464340.


I love getcolorcode.com

Triadic colors

1 #BFB9BC and #BCBFB9 with #B9BCBF are triadic colors.

2 #BFBCB9 and #BCB9BF with #B9BCBF are triadic colors.