COLOR #BFADD4

HEX: #BFADD4 RGB: (191,173,212)

Color info

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

RGB color model

#BFADD4 color RGB value is (191,173,212).

RGB: (191,173,212) (75%, 68%, 83%)

RGB channels and saturation

R 191 of 255 = 75%
G 173 of 255 = 68%
B 212 of 255 = 83%

191
173
212

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

Portions of RGB colors in percentages

R + G + B = 191 + 173 + 212 = 576 (100%)
R 191 of 576 ~ 33.16%
G 173 of 576 ~ 30.03%
B 212 of 576 ~ 36.81'%

%33.16
%30.03
%36.81

CMYK color model

#BFADD4 color CMYK value is (10,18,0,17).

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

CMYK: (10,18,0,17)
C10M18Y0K17 (10%, 18%, 0%, 17%)
(0.10 / 0.18 / 0.00 / 0.17)

CMYK percentages

%9.91
%18.4
%0
%16.86

Codes

Color #BFADD4 in popluar color models

BF AD D4
RGB 191 173 212
HSL 268° 31.20% 75.49%
HSB/HSV 268° 18.40% 83.14%
CMYK 9.91% 18.40% 0.00%
16.86%

Color #BFADD4 in popluar number systems.

HEX BF AD D4
Decimal 191 173 212
Binary 10111111 10101101 11010100
Octal 277 255 324

Shades and tints

Shades of #BFADD4

#BFADD4
(191,173,212)
#AE9EC1
(174,158,193)
#9D8FAE
(157,143,174)
#8C809B
(140,128,155)
#7B7188
(123,113,136)
#6A6275
(106,98,117)
#595362
(89,83,98)
#48444F
(72,68,79)
#37353C
(55,53,60)
#262629
(38,38,41)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #BFADD4

#BFADD4
(191,173,212)
#C4B4D7
(196,180,215)
#C9BBDA
(201,187,218)
#CEC2DD
(206,194,221)
#D3C9E0
(211,201,224)
#D8D0E3
(216,208,227)
#DDD7E6
(221,215,230)
#E2DEE9
(226,222,233)
#E7E5EC
(231,229,236)
#ECECEF
(236,236,239)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFADD4; }

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

This text font color is #BFADD4.

Background Color

.myBgColor { background-color: #BFADD4; }

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

This div background color is #BFADD4.

Border color

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

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

This div border color is #BFADD4.

Opacity

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

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

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

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

This text has shadow with #BFADD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFADD4.

Preview

Color preview on black background

This text has color #BFADD4 on black background.


Color preview on white background

This text has color #BFADD4 on white background.


Black color preview on #BFADD4 background

This text has black color on #BFADD4 background.


White color preview on #BFADD4 background

This text has white color on #BFADD4 background.


Related colors

Complementary color

Complementary color for #hex is #40522B.


I love getcolorcode.com

Triadic colors

1 #D4BFAD and #ADD4BF with #BFADD4 are triadic colors.

2 #D4ADBF and #ADBFD4 with #BFADD4 are triadic colors.