COLOR #BFB1C4

HEX: #BFB1C4 RGB: (191,177,196)

Color info

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

RGB color model

#BFB1C4 color RGB value is (191,177,196).

RGB: (191,177,196) (75%, 69%, 77%)

RGB channels and saturation

R 191 of 255 = 75%
G 177 of 255 = 69%
B 196 of 255 = 77%

191
177
196

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

Portions of RGB colors in percentages

R + G + B = 191 + 177 + 196 = 564 (100%)
R 191 of 564 ~ 33.87%
G 177 of 564 ~ 31.38%
B 196 of 564 ~ 34.75'%

%33.87
%31.38
%34.75

CMYK color model

#BFB1C4 color CMYK value is (3,10,0,23).

  • cyan value is 2.55%
  • magenta value is 9.69%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (3,10,0,23)
C3M10Y0K23 (3%, 10%, 0%, 23%)
(0.03 / 0.10 / 0.00 / 0.23)

CMYK percentages

%2.55
%9.69
%0
%23.14

Codes

Color #BFB1C4 in popluar color models

BF B1 C4
RGB 191 177 196
HSL 284° 13.87% 73.14%
HSB/HSV 284° 9.69% 76.86%
CMYK 2.55% 9.69% 0.00%
23.14%

Color #BFB1C4 in popluar number systems.

HEX BF B1 C4
Decimal 191 177 196
Binary 10111111 10110001 11000100
Octal 277 261 304

Shades and tints

Shades of #BFB1C4

#BFB1C4
(191,177,196)
#AEA1B3
(174,161,179)
#9D91A2
(157,145,162)
#8C8191
(140,129,145)
#7B7180
(123,113,128)
#6A616F
(106,97,111)
#59515E
(89,81,94)
#48414D
(72,65,77)
#37313C
(55,49,60)
#26212B
(38,33,43)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #BFB1C4

#BFB1C4
(191,177,196)
#C4B8C9
(196,184,201)
#C9BFCE
(201,191,206)
#CEC6D3
(206,198,211)
#D3CDD8
(211,205,216)
#D8D4DD
(216,212,221)
#DDDBE2
(221,219,226)
#E2E2E7
(226,226,231)
#E7E9EC
(231,233,236)
#ECF0F1
(236,240,241)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB1C4; }

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

This text font color is #BFB1C4.

Background Color

.myBgColor { background-color: #BFB1C4; }

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

This div background color is #BFB1C4.

Border color

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

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

This div border color is #BFB1C4.

Opacity

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

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

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

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

This text has shadow with #BFB1C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB1C4.

Preview

Color preview on black background

This text has color #BFB1C4 on black background.


Color preview on white background

This text has color #BFB1C4 on white background.


Black color preview on #BFB1C4 background

This text has black color on #BFB1C4 background.


White color preview on #BFB1C4 background

This text has white color on #BFB1C4 background.


Related colors

Complementary color

Complementary color for #hex is #404E3B.


I love getcolorcode.com

Triadic colors

1 #C4BFB1 and #B1C4BF with #BFB1C4 are triadic colors.

2 #C4B1BF and #B1BFC4 with #BFB1C4 are triadic colors.