COLOR #BFB1C9

HEX: #BFB1C9 RGB: (191,177,201)

Color info

#BFB1C9 contains red, green and blue colors in about the same proportion. Web safe color of #BFB1C9 is #CC99CC (or #C9C).

RGB color model

#BFB1C9 color RGB value is (191,177,201).

RGB: (191,177,201) (75%, 69%, 79%)

RGB channels and saturation

R 191 of 255 = 75%
G 177 of 255 = 69%
B 201 of 255 = 79%

191
177
201

R + G + B ~ 74%. #BFB1C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 177 + 201 = 569 (100%)
R 191 of 569 ~ 33.57%
G 177 of 569 ~ 31.11%
B 201 of 569 ~ 35.33'%

%33.57
%31.11
%35.33

CMYK color model

#BFB1C9 color CMYK value is (5,12,0,21).

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

CMYK: (5,12,0,21)
C5M12Y0K21 (5%, 12%, 0%, 21%)
(0.05 / 0.12 / 0.00 / 0.21)

CMYK percentages

%4.98
%11.94
%0
%21.18

Codes

Color #BFB1C9 in popluar color models

BF B1 C9
RGB 191 177 201
HSL 275° 18.18% 74.12%
HSB/HSV 275° 11.94% 78.82%
CMYK 4.98% 11.94% 0.00%
21.18%

Color #BFB1C9 in popluar number systems.

HEX BF B1 C9
Decimal 191 177 201
Binary 10111111 10110001 11001001
Octal 277 261 311

Shades and tints

Shades of #BFB1C9

#BFB1C9
(191,177,201)
#AEA1B7
(174,161,183)
#9D91A5
(157,145,165)
#8C8193
(140,129,147)
#7B7181
(123,113,129)
#6A616F
(106,97,111)
#59515D
(89,81,93)
#48414B
(72,65,75)
#373139
(55,49,57)
#262127
(38,33,39)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #BFB1C9

#BFB1C9
(191,177,201)
#C4B8CD
(196,184,205)
#C9BFD1
(201,191,209)
#CEC6D5
(206,198,213)
#D3CDD9
(211,205,217)
#D8D4DD
(216,212,221)
#DDDBE1
(221,219,225)
#E2E2E5
(226,226,229)
#E7E9E9
(231,233,233)
#ECF0ED
(236,240,237)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB1C9; }

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

This text font color is #BFB1C9.

Background Color

.myBgColor { background-color: #BFB1C9; }

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

This div background color is #BFB1C9.

Border color

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

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

This div border color is #BFB1C9.

Opacity

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

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

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

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

This text has shadow with #BFB1C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB1C9.

Preview

Color preview on black background

This text has color #BFB1C9 on black background.


Color preview on white background

This text has color #BFB1C9 on white background.


Black color preview on #BFB1C9 background

This text has black color on #BFB1C9 background.


White color preview on #BFB1C9 background

This text has white color on #BFB1C9 background.


Related colors

Complementary color

Complementary color for #hex is #404E36.


I love getcolorcode.com

Triadic colors

1 #C9BFB1 and #B1C9BF with #BFB1C9 are triadic colors.

2 #C9B1BF and #B1BFC9 with #BFB1C9 are triadic colors.