COLOR #B9B2BE

HEX: #B9B2BE RGB: (185,178,190)

Color info

#B9B2BE contains red, green and blue colors in about the same proportion. Web safe color of #B9B2BE is #CC99CC (or #C9C).

RGB color model

#B9B2BE color RGB value is (185,178,190).

RGB: (185,178,190) (73%, 70%, 75%)

RGB channels and saturation

R 185 of 255 = 73%
G 178 of 255 = 70%
B 190 of 255 = 75%

185
178
190

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

Portions of RGB colors in percentages

R + G + B = 185 + 178 + 190 = 553 (100%)
R 185 of 553 ~ 33.45%
G 178 of 553 ~ 32.19%
B 190 of 553 ~ 34.36'%

%33.45
%32.19
%34.36

CMYK color model

#B9B2BE color CMYK value is (3,6,0,25).

  • cyan value is 2.63%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (3,6,0,25)
C3M6Y0K25 (3%, 6%, 0%, 25%)
(0.03 / 0.06 / 0.00 / 0.25)

CMYK percentages

%2.63
%6.32
%0
%25.49

Codes

Color #B9B2BE in popluar color models

B9 B2 BE
RGB 185 178 190
HSL 275° 8.45% 72.16%
HSB/HSV 275° 6.32% 74.51%
CMYK 2.63% 6.32% 0.00%
25.49%

Color #B9B2BE in popluar number systems.

HEX B9 B2 BE
Decimal 185 178 190
Binary 10111001 10110010 10111110
Octal 271 262 276

Shades and tints

Shades of #B9B2BE

#B9B2BE
(185,178,190)
#A9A2AD
(169,162,173)
#99929C
(153,146,156)
#89828B
(137,130,139)
#79727A
(121,114,122)
#696269
(105,98,105)
#595258
(89,82,88)
#494247
(73,66,71)
#393236
(57,50,54)
#292225
(41,34,37)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #B9B2BE

#B9B2BE
(185,178,190)
#BFB9C3
(191,185,195)
#C5C0C8
(197,192,200)
#CBC7CD
(203,199,205)
#D1CED2
(209,206,210)
#D7D5D7
(215,213,215)
#DDDCDC
(221,220,220)
#E3E3E1
(227,227,225)
#E9EAE6
(233,234,230)
#EFF1EB
(239,241,235)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B2BE color. Also use rgb(185,178,190) instead hex code.

Text Font Color

.myTextColor { color: #B9B2BE; }

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

This text font color is #B9B2BE.

Background Color

.myBgColor { background-color: #B9B2BE; }

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

This div background color is #B9B2BE.

Border color

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

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

This div border color is #B9B2BE.

Opacity

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

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

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

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

This text has shadow with #B9B2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B2BE.

Preview

Color preview on black background

This text has color #B9B2BE on black background.


Color preview on white background

This text has color #B9B2BE on white background.


Black color preview on #B9B2BE background

This text has black color on #B9B2BE background.


White color preview on #B9B2BE background

This text has white color on #B9B2BE background.


Related colors

Complementary color

Complementary color for #hex is #464D41.


I love getcolorcode.com

Triadic colors

1 #BEB9B2 and #B2BEB9 with #B9B2BE are triadic colors.

2 #BEB2B9 and #B2B9BE with #B9B2BE are triadic colors.