COLOR #BFB8DC

HEX: #BFB8DC
RGB: (191,184,220)

Color info

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

RGB color model

#BFB8DC color RGB value is (191,184,220).

  • red value is 191;
  • green value is 184;
  • blue value is 220.
RGB:
(191,184,220)
(75%,72%,86%)

RGB channels and saturation

R 191 of 255 = 75%
G 184 of 255 = 72%
B 220 of 255 = 86%

191
184
220

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

Portions of RGB colors in percentages

R + G + B =
191 + 184 + 220 = 595 (100%)
R 191 of 595 ~ 32.1%
G 184 of 595 ~ 30.92%
B 220 of 595 ~ 36.97%

%32.1
%30.92
%36.97

CMYK color model

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

  • cyan value is 13.18%
  • magenta value is 16.36%
  • 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
%16.36
%0
%13.73

Codes

Color #BFB8DC in popluar color models

BFB8DC
RGB191184220
HSL252°33.96%79.22%
HSB/HSV252°16.36%86.27%
CMYK13.18%16.36%0.00%
13.73%

Color #BFB8DC in popluar number systems.

HEXBFB8DC
Decimal191184220
Binary101111111011100011011100
Octal277270334

Shades and tints

Shades of #BFB8DC

#BFB8DC
(191,184,220)
#AEA8C8
(174,168,200)
#9D98B4
(157,152,180)
#8C88A0
(140,136,160)
#7B788C
(123,120,140)
#6A6878
(106,104,120)
#595864
(89,88,100)
#484850
(72,72,80)
#37383C
(55,56,60)
#262828
(38,40,40)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #BFB8DC

#BFB8DC
(191,184,220)
#C4BEDF
(196,190,223)
#C9C4E2
(201,196,226)
#CECAE5
(206,202,229)
#D3D0E8
(211,208,232)
#D8D6EB
(216,214,235)
#DDDCEE
(221,220,238)
#E2E2F1
(226,226,241)
#E7E8F4
(231,232,244)
#ECEEF7
(236,238,247)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB8DC; }

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

This text font color is #BFB8DC.


Background Color

.myBgColor { background-color: #BFB8DC; }

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

This div background color is #BFB8DC.


Border color

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

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

This div border color is #BFB8DC.


Opacity

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

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

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

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

This text has shadow with #BFB8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB8DC on black background.


Color preview on white background

This text has color #BFB8DC on white background.



Black color preview on #BFB8DC background

This text has black color on #BFB8DC background.


White color preview on #BFB8DC background

This text has white color on #BFB8DC background.