COLOR #BFAAD6

HEX: #BFAAD6 RGB: (191,170,214)

Color info

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

RGB color model

#BFAAD6 color RGB value is (191,170,214).

RGB: (191,170,214) (75%, 67%, 84%)

RGB channels and saturation

R 191 of 255 = 75%
G 170 of 255 = 67%
B 214 of 255 = 84%

191
170
214

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

Portions of RGB colors in percentages

R + G + B = 191 + 170 + 214 = 575 (100%)
R 191 of 575 ~ 33.22%
G 170 of 575 ~ 29.57%
B 214 of 575 ~ 37.22'%

%33.22
%29.57
%37.22

CMYK color model

#BFAAD6 color CMYK value is (11,21,0,16).

  • cyan value is 10.75%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (11,21,0,16)
C11M21Y0K16 (11%, 21%, 0%, 16%)
(0.11 / 0.21 / 0.00 / 0.16)

CMYK percentages

%10.75
%20.56
%0
%16.08

Codes

Color #BFAAD6 in popluar color models

BF AA D6
RGB 191 170 214
HSL 269° 34.92% 75.29%
HSB/HSV 269° 20.56% 83.92%
CMYK 10.75% 20.56% 0.00%
16.08%

Color #BFAAD6 in popluar number systems.

HEX BF AA D6
Decimal 191 170 214
Binary 10111111 10101010 11010110
Octal 277 252 326

Shades and tints

Shades of #BFAAD6

#BFAAD6
(191,170,214)
#AE9BC3
(174,155,195)
#9D8CB0
(157,140,176)
#8C7D9D
(140,125,157)
#7B6E8A
(123,110,138)
#6A5F77
(106,95,119)
#595064
(89,80,100)
#484151
(72,65,81)
#37323E
(55,50,62)
#26232B
(38,35,43)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #BFAAD6

#BFAAD6
(191,170,214)
#C4B1D9
(196,177,217)
#C9B8DC
(201,184,220)
#CEBFDF
(206,191,223)
#D3C6E2
(211,198,226)
#D8CDE5
(216,205,229)
#DDD4E8
(221,212,232)
#E2DBEB
(226,219,235)
#E7E2EE
(231,226,238)
#ECE9F1
(236,233,241)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAAD6 color. Also use rgb(191,170,214) instead hex code.

Text Font Color

.myTextColor { color: #BFAAD6; }

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

This text font color is #BFAAD6.

Background Color

.myBgColor { background-color: #BFAAD6; }

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

This div background color is #BFAAD6.

Border color

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

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

This div border color is #BFAAD6.

Opacity

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

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

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

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

This text has shadow with #BFAAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFAAD6.

Preview

Color preview on black background

This text has color #BFAAD6 on black background.


Color preview on white background

This text has color #BFAAD6 on white background.


Black color preview on #BFAAD6 background

This text has black color on #BFAAD6 background.


White color preview on #BFAAD6 background

This text has white color on #BFAAD6 background.


Related colors

Complementary color

Complementary color for #hex is #405529.


I love getcolorcode.com

Triadic colors

1 #D6BFAA and #AAD6BF with #BFAAD6 are triadic colors.

2 #D6AABF and #AABFD6 with #BFAAD6 are triadic colors.