COLOR #BFC5C9

HEX: #BFC5C9 RGB: (191,197,201)

Color info

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

RGB color model

#BFC5C9 color RGB value is (191,197,201).

RGB: (191,197,201) (75%, 77%, 79%)

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 201 of 255 = 79%

191
197
201

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

Portions of RGB colors in percentages

R + G + B = 191 + 197 + 201 = 589 (100%)
R 191 of 589 ~ 32.43%
G 197 of 589 ~ 33.45%
B 201 of 589 ~ 34.13'%

%32.43
%33.45
%34.13

CMYK color model

#BFC5C9 color CMYK value is (5,2,0,21).

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

CMYK: (5,2,0,21)
C5M2Y0K21 (5%, 2%, 0%, 21%)
(0.05 / 0.02 / 0.00 / 0.21)

CMYK percentages

%4.98
%1.99
%0
%21.18

Codes

Color #BFC5C9 in popluar color models

BF C5 C9
RGB 191 197 201
HSL 204° 8.47% 76.86%
HSB/HSV 204° 4.98% 78.82%
CMYK 4.98% 1.99% 0.00%
21.18%

Color #BFC5C9 in popluar number systems.

HEX BF C5 C9
Decimal 191 197 201
Binary 10111111 11000101 11001001
Octal 277 305 311

Shades and tints

Shades of #BFC5C9

#BFC5C9
(191,197,201)
#AEB4B7
(174,180,183)
#9DA3A5
(157,163,165)
#8C9293
(140,146,147)
#7B8181
(123,129,129)
#6A706F
(106,112,111)
#595F5D
(89,95,93)
#484E4B
(72,78,75)
#373D39
(55,61,57)
#262C27
(38,44,39)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #BFC5C9

#BFC5C9
(191,197,201)
#C4CACD
(196,202,205)
#C9CFD1
(201,207,209)
#CED4D5
(206,212,213)
#D3D9D9
(211,217,217)
#D8DEDD
(216,222,221)
#DDE3E1
(221,227,225)
#E2E8E5
(226,232,229)
#E7EDE9
(231,237,233)
#ECF2ED
(236,242,237)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC5C9; }

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

This text font color is #BFC5C9.

Background Color

.myBgColor { background-color: #BFC5C9; }

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

This div background color is #BFC5C9.

Border color

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

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

This div border color is #BFC5C9.

Opacity

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

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

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

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

This text has shadow with #BFC5C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC5C9.

Preview

Color preview on black background

This text has color #BFC5C9 on black background.


Color preview on white background

This text has color #BFC5C9 on white background.


Black color preview on #BFC5C9 background

This text has black color on #BFC5C9 background.


White color preview on #BFC5C9 background

This text has white color on #BFC5C9 background.


Related colors

Complementary color

Complementary color for #hex is #403A36.


I love getcolorcode.com

Triadic colors

1 #C9BFC5 and #C5C9BF with #BFC5C9 are triadic colors.

2 #C9C5BF and #C5BFC9 with #BFC5C9 are triadic colors.