COLOR #B9C5BE

HEX: #B9C5BE RGB: (185,197,190)

Color info

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

RGB color model

#B9C5BE color RGB value is (185,197,190).

RGB: (185,197,190) (73%, 77%, 75%)

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 190 of 255 = 75%

185
197
190

R + G + B ~ 75%. #B9C5BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 197 + 190 = 572 (100%)
R 185 of 572 ~ 32.34%
G 197 of 572 ~ 34.44%
B 190 of 572 ~ 33.22'%

%32.34
%34.44
%33.22

CMYK color model

#B9C5BE color CMYK value is (6,0,4,23).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%

CMYK: (6,0,4,23)
C6M0Y4K23 (6%, 0%, 4%, 23%)
(0.06 / 0.00 / 0.04 / 0.23)

CMYK percentages

%6.09
%0
%3.55
%22.75

Codes

Color #B9C5BE in popluar color models

B9 C5 BE
RGB 185 197 190
HSL 145° 9.38% 74.90%
HSB/HSV 145° 6.09% 77.25%
CMYK 6.09% 0.00% 3.55%
22.75%

Color #B9C5BE in popluar number systems.

HEX B9 C5 BE
Decimal 185 197 190
Binary 10111001 11000101 10111110
Octal 271 305 276

Shades and tints

Shades of #B9C5BE

#B9C5BE
(185,197,190)
#A9B4AD
(169,180,173)
#99A39C
(153,163,156)
#89928B
(137,146,139)
#79817A
(121,129,122)
#697069
(105,112,105)
#595F58
(89,95,88)
#494E47
(73,78,71)
#393D36
(57,61,54)
#292C25
(41,44,37)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #B9C5BE

#B9C5BE
(185,197,190)
#BFCAC3
(191,202,195)
#C5CFC8
(197,207,200)
#CBD4CD
(203,212,205)
#D1D9D2
(209,217,210)
#D7DED7
(215,222,215)
#DDE3DC
(221,227,220)
#E3E8E1
(227,232,225)
#E9EDE6
(233,237,230)
#EFF2EB
(239,242,235)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C5BE; }

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

This text font color is #B9C5BE.

Background Color

.myBgColor { background-color: #B9C5BE; }

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

This div background color is #B9C5BE.

Border color

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

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

This div border color is #B9C5BE.

Opacity

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

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

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

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

This text has shadow with #B9C5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C5BE.

Preview

Color preview on black background

This text has color #B9C5BE on black background.


Color preview on white background

This text has color #B9C5BE on white background.


Black color preview on #B9C5BE background

This text has black color on #B9C5BE background.


White color preview on #B9C5BE background

This text has white color on #B9C5BE background.


Related colors

Complementary color

Complementary color for #hex is #463A41.


I love getcolorcode.com

Triadic colors

1 #BEB9C5 and #C5BEB9 with #B9C5BE are triadic colors.

2 #BEC5B9 and #C5B9BE with #B9C5BE are triadic colors.