COLOR #BFC3C9

HEX: #BFC3C9 RGB: (191,195,201)

Color info

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

RGB color model

#BFC3C9 color RGB value is (191,195,201).

RGB: (191,195,201) (75%, 76%, 79%)

RGB channels and saturation

R 191 of 255 = 75%
G 195 of 255 = 76%
B 201 of 255 = 79%

191
195
201

R + G + B ~ 77%. #BFC3C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 195 + 201 = 587 (100%)
R 191 of 587 ~ 32.54%
G 195 of 587 ~ 33.22%
B 201 of 587 ~ 34.24'%

%32.54
%33.22
%34.24

CMYK color model

#BFC3C9 color CMYK value is (5,3,0,21).

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

CMYK: (5,3,0,21)
C5M3Y0K21 (5%, 3%, 0%, 21%)
(0.05 / 0.03 / 0.00 / 0.21)

CMYK percentages

%4.98
%2.99
%0
%21.18

Codes

Color #BFC3C9 in popluar color models

BF C3 C9
RGB 191 195 201
HSL 216° 8.47% 76.86%
HSB/HSV 216° 4.98% 78.82%
CMYK 4.98% 2.99% 0.00%
21.18%

Color #BFC3C9 in popluar number systems.

HEX BF C3 C9
Decimal 191 195 201
Binary 10111111 11000011 11001001
Octal 277 303 311

Shades and tints

Shades of #BFC3C9

#BFC3C9
(191,195,201)
#AEB2B7
(174,178,183)
#9DA1A5
(157,161,165)
#8C9093
(140,144,147)
#7B7F81
(123,127,129)
#6A6E6F
(106,110,111)
#595D5D
(89,93,93)
#484C4B
(72,76,75)
#373B39
(55,59,57)
#262A27
(38,42,39)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #BFC3C9

#BFC3C9
(191,195,201)
#C4C8CD
(196,200,205)
#C9CDD1
(201,205,209)
#CED2D5
(206,210,213)
#D3D7D9
(211,215,217)
#D8DCDD
(216,220,221)
#DDE1E1
(221,225,225)
#E2E6E5
(226,230,229)
#E7EBE9
(231,235,233)
#ECF0ED
(236,240,237)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC3C9; }

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

This text font color is #BFC3C9.

Background Color

.myBgColor { background-color: #BFC3C9; }

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

This div background color is #BFC3C9.

Border color

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

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

This div border color is #BFC3C9.

Opacity

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

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

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

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

This text has shadow with #BFC3C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC3C9.

Preview

Color preview on black background

This text has color #BFC3C9 on black background.


Color preview on white background

This text has color #BFC3C9 on white background.


Black color preview on #BFC3C9 background

This text has black color on #BFC3C9 background.


White color preview on #BFC3C9 background

This text has white color on #BFC3C9 background.


Related colors

Complementary color

Complementary color for #hex is #403C36.


I love getcolorcode.com

Triadic colors

1 #C9BFC3 and #C3C9BF with #BFC3C9 are triadic colors.

2 #C9C3BF and #C3BFC9 with #BFC3C9 are triadic colors.