COLOR #BFBADB

HEX: #BFBADB RGB: (191,186,219)

Color info

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

RGB color model

#BFBADB color RGB value is (191,186,219).

RGB: (191,186,219) (75%, 73%, 86%)

RGB channels and saturation

R 191 of 255 = 75%
G 186 of 255 = 73%
B 219 of 255 = 86%

191
186
219

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

Portions of RGB colors in percentages

R + G + B = 191 + 186 + 219 = 596 (100%)
R 191 of 596 ~ 32.05%
G 186 of 596 ~ 31.21%
B 219 of 596 ~ 36.74'%

%32.05
%31.21
%36.74

CMYK color model

#BFBADB color CMYK value is (13,15,0,14).

  • cyan value is 12.79%
  • magenta value is 15.07%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (13,15,0,14) C13M15Y0K14 (13%,15%,0%,14%) (0.13/0.15/0.00/0.14) 

CMYK percentages

%12.79
%15.07
%0
%14.12

Codes

Color #BFBADB in popluar color models

BF BA DB
RGB 191 186 219
HSL 249° 31.43% 79.41%
HSB/HSV 249° 15.07% 85.88%
CMYK 12.79% 15.07% 0.00%
14.12%

Color #BFBADB in popluar number systems.

HEX BF BA DB
Decimal 191 186 219
Binary 10111111 10111010 11011011
Octal 277 272 333

Shades and tints

Shades of #BFBADB

#BFBADB
(191,186,219)
#AEAAC8
(174,170,200)
#9D9AB5
(157,154,181)
#8C8AA2
(140,138,162)
#7B7A8F
(123,122,143)
#6A6A7C
(106,106,124)
#595A69
(89,90,105)
#484A56
(72,74,86)
#373A43
(55,58,67)
#262A30
(38,42,48)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #BFBADB

#BFBADB
(191,186,219)
#C4C0DE
(196,192,222)
#C9C6E1
(201,198,225)
#CECCE4
(206,204,228)
#D3D2E7
(211,210,231)
#D8D8EA
(216,216,234)
#DDDEED
(221,222,237)
#E2E4F0
(226,228,240)
#E7EAF3
(231,234,243)
#ECF0F6
(236,240,246)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFBADB color. Also use rgb(191,186,219) instead hex code.

Text Font Color

.myTextColor { color: #BFBADB; }

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

This text font color is #BFBADB.

Background Color

.myBgColor { background-color: #BFBADB; }

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

This div background color is #BFBADB.

Border color

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

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

This div border color is #BFBADB.

Opacity

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

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

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

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

This text has shadow with #BFBADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFBADB.

Preview

Color preview on black background

This text has color #BFBADB on black background.


Color preview on white background

This text has color #BFBADB on white background.


Black color preview on #BFBADB background

This text has black color on #BFBADB background.


White color preview on #BFBADB background

This text has white color on #BFBADB background.


Related colors

Complementary color

Complementary color for #hex is #404524.


I love getcolorcode.com

Triadic colors

1 #DBBFBA and #BADBBF with #BFBADB are triadic colors.

2 #DBBABF and #BABFDB with #BFBADB are triadic colors.