COLOR #BFA4DB

HEX: #BFA4DB RGB: (191,164,219)

Color info

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

RGB color model

#BFA4DB color RGB value is (191,164,219).

RGB: (191,164,219) (75%, 64%, 86%)

RGB channels and saturation

R 191 of 255 = 75%
G 164 of 255 = 64%
B 219 of 255 = 86%

191
164
219

R + G + B ~ 75%. #BFA4DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 164 + 219 = 574 (100%)
R 191 of 574 ~ 33.28%
G 164 of 574 ~ 28.57%
B 219 of 574 ~ 38.15'%

%33.28
%28.57
%38.15

CMYK color model

#BFA4DB color CMYK value is (13,25,0,14).

  • cyan value is 12.79%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (13,25,0,14)
C13M25Y0K14 (13%, 25%, 0%, 14%)
(0.13 / 0.25 / 0.00 / 0.14)

CMYK percentages

%12.79
%25.11
%0
%14.12

Codes

Color #BFA4DB in popluar color models

BF A4 DB
RGB 191 164 219
HSL 269° 43.31% 75.10%
HSB/HSV 269° 25.11% 85.88%
CMYK 12.79% 25.11% 0.00%
14.12%

Color #BFA4DB in popluar number systems.

HEX BF A4 DB
Decimal 191 164 219
Binary 10111111 10100100 11011011
Octal 277 244 333

Shades and tints

Shades of #BFA4DB

#BFA4DB
(191,164,219)
#AE96C8
(174,150,200)
#9D88B5
(157,136,181)
#8C7AA2
(140,122,162)
#7B6C8F
(123,108,143)
#6A5E7C
(106,94,124)
#595069
(89,80,105)
#484256
(72,66,86)
#373443
(55,52,67)
#262630
(38,38,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #BFA4DB

#BFA4DB
(191,164,219)
#C4ACDE
(196,172,222)
#C9B4E1
(201,180,225)
#CEBCE4
(206,188,228)
#D3C4E7
(211,196,231)
#D8CCEA
(216,204,234)
#DDD4ED
(221,212,237)
#E2DCF0
(226,220,240)
#E7E4F3
(231,228,243)
#ECECF6
(236,236,246)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA4DB; }

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

This text font color is #BFA4DB.

Background Color

.myBgColor { background-color: #BFA4DB; }

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

This div background color is #BFA4DB.

Border color

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

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

This div border color is #BFA4DB.

Opacity

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

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

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

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

This text has shadow with #BFA4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFA4DB.

Preview

Color preview on black background

This text has color #BFA4DB on black background.


Color preview on white background

This text has color #BFA4DB on white background.


Black color preview on #BFA4DB background

This text has black color on #BFA4DB background.


White color preview on #BFA4DB background

This text has white color on #BFA4DB background.


Related colors

Complementary color

Complementary color for #hex is #405B24.


I love getcolorcode.com

Triadic colors

1 #DBBFA4 and #A4DBBF with #BFA4DB are triadic colors.

2 #DBA4BF and #A4BFDB with #BFA4DB are triadic colors.