COLOR #BFAAD4

HEX: #BFAAD4 RGB: (191,170,212)

Color info

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

RGB color model

#BFAAD4 color RGB value is (191,170,212).

RGB: (191,170,212) (75%, 67%, 83%)

RGB channels and saturation

R 191 of 255 = 75%
G 170 of 255 = 67%
B 212 of 255 = 83%

191
170
212

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

Portions of RGB colors in percentages

R + G + B = 191 + 170 + 212 = 573 (100%)
R 191 of 573 ~ 33.33%
G 170 of 573 ~ 29.67%
B 212 of 573 ~ 37'%

%33.33
%29.67
%37

CMYK color model

#BFAAD4 color CMYK value is (10,20,0,17).

  • cyan value is 9.91%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (10,20,0,17)
C10M20Y0K17 (10%, 20%, 0%, 17%)
(0.10 / 0.20 / 0.00 / 0.17)

CMYK percentages

%9.91
%19.81
%0
%16.86

Codes

Color #BFAAD4 in popluar color models

BF AA D4
RGB 191 170 212
HSL 270° 32.81% 74.90%
HSB/HSV 270° 19.81% 83.14%
CMYK 9.91% 19.81% 0.00%
16.86%

Color #BFAAD4 in popluar number systems.

HEX BF AA D4
Decimal 191 170 212
Binary 10111111 10101010 11010100
Octal 277 252 324

Shades and tints

Shades of #BFAAD4

#BFAAD4
(191,170,212)
#AE9BC1
(174,155,193)
#9D8CAE
(157,140,174)
#8C7D9B
(140,125,155)
#7B6E88
(123,110,136)
#6A5F75
(106,95,117)
#595062
(89,80,98)
#48414F
(72,65,79)
#37323C
(55,50,60)
#262329
(38,35,41)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #BFAAD4

#BFAAD4
(191,170,212)
#C4B1D7
(196,177,215)
#C9B8DA
(201,184,218)
#CEBFDD
(206,191,221)
#D3C6E0
(211,198,224)
#D8CDE3
(216,205,227)
#DDD4E6
(221,212,230)
#E2DBE9
(226,219,233)
#E7E2EC
(231,226,236)
#ECE9EF
(236,233,239)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAAD4; }

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

This text font color is #BFAAD4.

Background Color

.myBgColor { background-color: #BFAAD4; }

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

This div background color is #BFAAD4.

Border color

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

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

This div border color is #BFAAD4.

Opacity

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

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

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

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

This text has shadow with #BFAAD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFAAD4.

Preview

Color preview on black background

This text has color #BFAAD4 on black background.


Color preview on white background

This text has color #BFAAD4 on white background.


Black color preview on #BFAAD4 background

This text has black color on #BFAAD4 background.


White color preview on #BFAAD4 background

This text has white color on #BFAAD4 background.


Related colors

Complementary color

Complementary color for #hex is #40552B.


I love getcolorcode.com

Triadic colors

1 #D4BFAA and #AAD4BF with #BFAAD4 are triadic colors.

2 #D4AABF and #AABFD4 with #BFAAD4 are triadic colors.