COLOR #BFC9C0

HEX: #BFC9C0 RGB: (191,201,192)

Color info

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

RGB color model

#BFC9C0 color RGB value is (191,201,192).

RGB: (191,201,192) (75%, 79%, 75%)

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 192 of 255 = 75%

191
201
192

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

Portions of RGB colors in percentages

R + G + B = 191 + 201 + 192 = 584 (100%)
R 191 of 584 ~ 32.71%
G 201 of 584 ~ 34.42%
B 192 of 584 ~ 32.88'%

%32.71
%34.42
%32.88

CMYK color model

#BFC9C0 color CMYK value is (5,0,4,21).

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

CMYK: (5,0,4,21)
C5M0Y4K21 (5%, 0%, 4%, 21%)
(0.05 / 0.00 / 0.04 / 0.21)

CMYK percentages

%4.98
%0
%4.48
%21.18

Codes

Color #BFC9C0 in popluar color models

BF C9 C0
RGB 191 201 192
HSL 126° 8.47% 76.86%
HSB/HSV 126° 4.98% 78.82%
CMYK 4.98% 0.00% 4.48%
21.18%

Color #BFC9C0 in popluar number systems.

HEX BF C9 C0
Decimal 191 201 192
Binary 10111111 11001001 11000000
Octal 277 311 300

Shades and tints

Shades of #BFC9C0

#BFC9C0
(191,201,192)
#AEB7AF
(174,183,175)
#9DA59E
(157,165,158)
#8C938D
(140,147,141)
#7B817C
(123,129,124)
#6A6F6B
(106,111,107)
#595D5A
(89,93,90)
#484B49
(72,75,73)
#373938
(55,57,56)
#262727
(38,39,39)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #BFC9C0

#BFC9C0
(191,201,192)
#C4CDC5
(196,205,197)
#C9D1CA
(201,209,202)
#CED5CF
(206,213,207)
#D3D9D4
(211,217,212)
#D8DDD9
(216,221,217)
#DDE1DE
(221,225,222)
#E2E5E3
(226,229,227)
#E7E9E8
(231,233,232)
#ECEDED
(236,237,237)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC9C0; }

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

This text font color is #BFC9C0.

Background Color

.myBgColor { background-color: #BFC9C0; }

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

This div background color is #BFC9C0.

Border color

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

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

This div border color is #BFC9C0.

Opacity

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

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

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

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

This text has shadow with #BFC9C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC9C0.

Preview

Color preview on black background

This text has color #BFC9C0 on black background.


Color preview on white background

This text has color #BFC9C0 on white background.


Black color preview on #BFC9C0 background

This text has black color on #BFC9C0 background.


White color preview on #BFC9C0 background

This text has white color on #BFC9C0 background.


Related colors

Complementary color

Complementary color for #hex is #40363F.


I love getcolorcode.com

Triadic colors

1 #C0BFC9 and #C9C0BF with #BFC9C0 are triadic colors.

2 #C0C9BF and #C9BFC0 with #BFC9C0 are triadic colors.