COLOR #BFB4B9

HEX: #BFB4B9 RGB: (191,180,185)

Color info

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

RGB color model

#BFB4B9 color RGB value is (191,180,185).

RGB: (191,180,185) (75%, 71%, 73%)

RGB channels and saturation

R 191 of 255 = 75%
G 180 of 255 = 71%
B 185 of 255 = 73%

191
180
185

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

Portions of RGB colors in percentages

R + G + B = 191 + 180 + 185 = 556 (100%)
R 191 of 556 ~ 34.35%
G 180 of 556 ~ 32.37%
B 185 of 556 ~ 33.27'%

%34.35
%32.37
%33.27

CMYK color model

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

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

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

CMYK percentages

%0
%5.76
%3.14
%25.1

Codes

Color #BFB4B9 in popluar color models

BF B4 B9
RGB 191 180 185
HSL 333° 7.91% 72.75%
HSB/HSV 333° 5.76% 74.90%
CMYK 0.00% 5.76% 3.14%
25.10%

Color #BFB4B9 in popluar number systems.

HEX BF B4 B9
Decimal 191 180 185
Binary 10111111 10110100 10111001
Octal 277 264 271

Shades and tints

Shades of #BFB4B9

#BFB4B9
(191,180,185)
#AEA4A9
(174,164,169)
#9D9499
(157,148,153)
#8C8489
(140,132,137)
#7B7479
(123,116,121)
#6A6469
(106,100,105)
#595459
(89,84,89)
#484449
(72,68,73)
#373439
(55,52,57)
#262429
(38,36,41)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #BFB4B9

#BFB4B9
(191,180,185)
#C4BABF
(196,186,191)
#C9C0C5
(201,192,197)
#CEC6CB
(206,198,203)
#D3CCD1
(211,204,209)
#D8D2D7
(216,210,215)
#DDD8DD
(221,216,221)
#E2DEE3
(226,222,227)
#E7E4E9
(231,228,233)
#ECEAEF
(236,234,239)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB4B9; }

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

This text font color is #BFB4B9.

Background Color

.myBgColor { background-color: #BFB4B9; }

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

This div background color is #BFB4B9.

Border color

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

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

This div border color is #BFB4B9.

Opacity

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

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

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

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

This text has shadow with #BFB4B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB4B9.

Preview

Color preview on black background

This text has color #BFB4B9 on black background.


Color preview on white background

This text has color #BFB4B9 on white background.


Black color preview on #BFB4B9 background

This text has black color on #BFB4B9 background.


White color preview on #BFB4B9 background

This text has white color on #BFB4B9 background.


Related colors

Complementary color

Complementary color for #hex is #404B46.


I love getcolorcode.com

Triadic colors

1 #B9BFB4 and #B4B9BF with #BFB4B9 are triadic colors.

2 #B9B4BF and #B4BFB9 with #BFB4B9 are triadic colors.