COLOR #BFAEDB

HEX: #BFAEDB
RGB: (191,174,219)

Color info

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

RGB color model

#BFAEDB color RGB value is (191,174,219).

  • red value is 191;
  • green value is 174;
  • blue value is 219.
RGB:
(191,174,219)
(75%,68%,86%)

RGB channels and saturation

R 191 of 255 = 75%
G 174 of 255 = 68%
B 219 of 255 = 86%

191
174
219

R + G + B ~ 76%. #BFAEDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 174 + 219 = 584 (100%)
R 191 of 584 ~ 32.71%
G 174 of 584 ~ 29.79%
B 219 of 584 ~ 37.5%

%32.71
%29.79
%37.5

CMYK color model

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

  • cyan value is 12.79%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(13,21,0,14)
C13M21Y0K14 
(13%,21%,0%,14%)
(0.13/0.21/0.00/0.14)	

CMYK percentages

%12.79
%20.55
%0
%14.12

Codes

Color #BFAEDB in popluar color models

BFAEDB
RGB191174219
HSL263°38.46%77.06%
HSB/HSV263°20.55%85.88%
CMYK12.79%20.55%0.00%
14.12%

Color #BFAEDB in popluar number systems.

HEXBFAEDB
Decimal191174219
Binary101111111010111011011011
Octal277256333

Shades and tints

Shades of #BFAEDB

#BFAEDB
(191,174,219)
#AE9FC8
(174,159,200)
#9D90B5
(157,144,181)
#8C81A2
(140,129,162)
#7B728F
(123,114,143)
#6A637C
(106,99,124)
#595469
(89,84,105)
#484556
(72,69,86)
#373643
(55,54,67)
#262730
(38,39,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #BFAEDB

#BFAEDB
(191,174,219)
#C4B5DE
(196,181,222)
#C9BCE1
(201,188,225)
#CEC3E4
(206,195,228)
#D3CAE7
(211,202,231)
#D8D1EA
(216,209,234)
#DDD8ED
(221,216,237)
#E2DFF0
(226,223,240)
#E7E6F3
(231,230,243)
#ECEDF6
(236,237,246)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAEDB; }

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

This text font color is #BFAEDB.


Background Color

.myBgColor { background-color: #BFAEDB; }

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

This div background color is #BFAEDB.


Border color

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

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

This div border color is #BFAEDB.


Opacity

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

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

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

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

This text has shadow with #BFAEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAEDB on black background.


Color preview on white background

This text has color #BFAEDB on white background.



Black color preview on #BFAEDB background

This text has black color on #BFAEDB background.


White color preview on #BFAEDB background

This text has white color on #BFAEDB background.