COLOR #BFB9DC

HEX: #BFB9DC RGB: (191,185,220)

Color info

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

RGB color model

#BFB9DC color RGB value is (191,185,220).

RGB: (191,185,220) (75%, 73%, 86%)

RGB channels and saturation

R 191 of 255 = 75%
G 185 of 255 = 73%
B 220 of 255 = 86%

191
185
220

R + G + B ~ 78%. #BFB9DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 185 + 220 = 596 (100%)
R 191 of 596 ~ 32.05%
G 185 of 596 ~ 31.04%
B 220 of 596 ~ 36.91'%

%32.05
%31.04
%36.91

CMYK color model

#BFB9DC color CMYK value is (13,16,0,14).

  • cyan value is 13.18%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (13,16,0,14)
C13M16Y0K14 (13%, 16%, 0%, 14%)
(0.13 / 0.16 / 0.00 / 0.14)

CMYK percentages

%13.18
%15.91
%0
%13.73

Codes

Color #BFB9DC in popluar color models

BF B9 DC
RGB 191 185 220
HSL 250° 33.33% 79.41%
HSB/HSV 250° 15.91% 86.27%
CMYK 13.18% 15.91% 0.00%
13.73%

Color #BFB9DC in popluar number systems.

HEX BF B9 DC
Decimal 191 185 220
Binary 10111111 10111001 11011100
Octal 277 271 334

Shades and tints

Shades of #BFB9DC

#BFB9DC
(191,185,220)
#AEA9C8
(174,169,200)
#9D99B4
(157,153,180)
#8C89A0
(140,137,160)
#7B798C
(123,121,140)
#6A6978
(106,105,120)
#595964
(89,89,100)
#484950
(72,73,80)
#37393C
(55,57,60)
#262928
(38,41,40)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #BFB9DC

#BFB9DC
(191,185,220)
#C4BFDF
(196,191,223)
#C9C5E2
(201,197,226)
#CECBE5
(206,203,229)
#D3D1E8
(211,209,232)
#D8D7EB
(216,215,235)
#DDDDEE
(221,221,238)
#E2E3F1
(226,227,241)
#E7E9F4
(231,233,244)
#ECEFF7
(236,239,247)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB9DC color. Also use rgb(191,185,220) instead hex code.

Text Font Color

.myTextColor { color: #BFB9DC; }

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

This text font color is #BFB9DC.

Background Color

.myBgColor { background-color: #BFB9DC; }

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

This div background color is #BFB9DC.

Border color

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

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

This div border color is #BFB9DC.

Opacity

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

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

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

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

This text has shadow with #BFB9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB9DC.

Preview

Color preview on black background

This text has color #BFB9DC on black background.


Color preview on white background

This text has color #BFB9DC on white background.


Black color preview on #BFB9DC background

This text has black color on #BFB9DC background.


White color preview on #BFB9DC background

This text has white color on #BFB9DC background.


Related colors

Complementary color

Complementary color for #hex is #404623.


I love getcolorcode.com

Triadic colors

1 #DCBFB9 and #B9DCBF with #BFB9DC are triadic colors.

2 #DCB9BF and #B9BFDC with #BFB9DC are triadic colors.