COLOR #BFAEDD

HEX: #BFAEDD RGB: (191,174,221)

Color info

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

RGB color model

#BFAEDD color RGB value is (191,174,221).

RGB: (191,174,221) (75%, 68%, 87%)

RGB channels and saturation

R 191 of 255 = 75%
G 174 of 255 = 68%
B 221 of 255 = 87%

191
174
221

R + G + B ~ 77%. #BFAEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 174 + 221 = 586 (100%)
R 191 of 586 ~ 32.59%
G 174 of 586 ~ 29.69%
B 221 of 586 ~ 37.71'%

%32.59
%29.69
%37.71

CMYK color model

#BFAEDD color CMYK value is (14,21,0,13).

  • cyan value is 13.57%
  • magenta value is 21.27%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (14,21,0,13)
C14M21Y0K13 (14%, 21%, 0%, 13%)
(0.14 / 0.21 / 0.00 / 0.13)

CMYK percentages

%13.57
%21.27
%0
%13.33

Codes

Color #BFAEDD in popluar color models

BF AE DD
RGB 191 174 221
HSL 262° 40.87% 77.45%
HSB/HSV 262° 21.27% 86.67%
CMYK 13.57% 21.27% 0.00%
13.33%

Color #BFAEDD in popluar number systems.

HEX BF AE DD
Decimal 191 174 221
Binary 10111111 10101110 11011101
Octal 277 256 335

Shades and tints

Shades of #BFAEDD

#BFAEDD
(191,174,221)
#AE9FC9
(174,159,201)
#9D90B5
(157,144,181)
#8C81A1
(140,129,161)
#7B728D
(123,114,141)
#6A6379
(106,99,121)
#595465
(89,84,101)
#484551
(72,69,81)
#37363D
(55,54,61)
#262729
(38,39,41)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #BFAEDD

#BFAEDD
(191,174,221)
#C4B5E0
(196,181,224)
#C9BCE3
(201,188,227)
#CEC3E6
(206,195,230)
#D3CAE9
(211,202,233)
#D8D1EC
(216,209,236)
#DDD8EF
(221,216,239)
#E2DFF2
(226,223,242)
#E7E6F5
(231,230,245)
#ECEDF8
(236,237,248)
#F1F4FB
(241,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAEDD color. Also use rgb(191,174,221) instead hex code.

Text Font Color

.myTextColor { color: #BFAEDD; }

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

This text font color is #BFAEDD.

Background Color

.myBgColor { background-color: #BFAEDD; }

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

This div background color is #BFAEDD.

Border color

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

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

This div border color is #BFAEDD.

Opacity

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

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

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

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

This text has shadow with #BFAEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFAEDD.

Preview

Color preview on black background

This text has color #BFAEDD on black background.


Color preview on white background

This text has color #BFAEDD on white background.


Black color preview on #BFAEDD background

This text has black color on #BFAEDD background.


White color preview on #BFAEDD background

This text has white color on #BFAEDD background.


Related colors

Complementary color

Complementary color for #hex is #405122.


I love getcolorcode.com

Triadic colors

1 #DDBFAE and #AEDDBF with #BFAEDD are triadic colors.

2 #DDAEBF and #AEBFDD with #BFAEDD are triadic colors.