COLOR #BFBDC9

HEX: #BFBDC9 RGB: (191,189,201)

Color info

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

RGB color model

#BFBDC9 color RGB value is (191,189,201).

RGB: (191,189,201) (75%, 74%, 79%)

RGB channels and saturation

R 191 of 255 = 75%
G 189 of 255 = 74%
B 201 of 255 = 79%

191
189
201

R + G + B ~ 76%. #BFBDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 189 + 201 = 581 (100%)
R 191 of 581 ~ 32.87%
G 189 of 581 ~ 32.53%
B 201 of 581 ~ 34.6'%

%32.87
%32.53
%34.6

CMYK color model

#BFBDC9 color CMYK value is (5,6,0,21).

  • cyan value is 4.98%
  • magenta value is 5.97%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (5,6,0,21)
C5M6Y0K21 (5%, 6%, 0%, 21%)
(0.05 / 0.06 / 0.00 / 0.21)

CMYK percentages

%4.98
%5.97
%0
%21.18

Codes

Color #BFBDC9 in popluar color models

BF BD C9
RGB 191 189 201
HSL 250° 10.00% 76.47%
HSB/HSV 250° 5.97% 78.82%
CMYK 4.98% 5.97% 0.00%
21.18%

Color #BFBDC9 in popluar number systems.

HEX BF BD C9
Decimal 191 189 201
Binary 10111111 10111101 11001001
Octal 277 275 311

Shades and tints

Shades of #BFBDC9

#BFBDC9
(191,189,201)
#AEACB7
(174,172,183)
#9D9BA5
(157,155,165)
#8C8A93
(140,138,147)
#7B7981
(123,121,129)
#6A686F
(106,104,111)
#59575D
(89,87,93)
#48464B
(72,70,75)
#373539
(55,53,57)
#262427
(38,36,39)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #BFBDC9

#BFBDC9
(191,189,201)
#C4C3CD
(196,195,205)
#C9C9D1
(201,201,209)
#CECFD5
(206,207,213)
#D3D5D9
(211,213,217)
#D8DBDD
(216,219,221)
#DDE1E1
(221,225,225)
#E2E7E5
(226,231,229)
#E7EDE9
(231,237,233)
#ECF3ED
(236,243,237)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFBDC9 color. Also use rgb(191,189,201) instead hex code.

Text Font Color

.myTextColor { color: #BFBDC9; }

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

This text font color is #BFBDC9.

Background Color

.myBgColor { background-color: #BFBDC9; }

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

This div background color is #BFBDC9.

Border color

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

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

This div border color is #BFBDC9.

Opacity

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

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

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

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

This text has shadow with #BFBDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFBDC9.

Preview

Color preview on black background

This text has color #BFBDC9 on black background.


Color preview on white background

This text has color #BFBDC9 on white background.


Black color preview on #BFBDC9 background

This text has black color on #BFBDC9 background.


White color preview on #BFBDC9 background

This text has white color on #BFBDC9 background.


Related colors

Complementary color

Complementary color for #hex is #404236.


I love getcolorcode.com

Triadic colors

1 #C9BFBD and #BDC9BF with #BFBDC9 are triadic colors.

2 #C9BDBF and #BDBFC9 with #BFBDC9 are triadic colors.