COLOR #BFAEE8

HEX: #BFAEE8
RGB: (191,174,232)

Color info

#BFAEE8 contains red, green and blue colors in about the same proportion. Web safe color of #BFAEE8 is #CC99FF (or #C9F).

RGB color model

#BFAEE8 color RGB value is (191,174,232).

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

RGB channels and saturation

R 191 of 255 = 75%
G 174 of 255 = 68%
B 232 of 255 = 91%

191
174
232

R + G + B ~ 78%. #BFAEE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 174 + 232 = 597 (100%)
R 191 of 597 ~ 31.99%
G 174 of 597 ~ 29.15%
B 232 of 597 ~ 38.86%

%31.99
%29.15
%38.86

CMYK color model

#BFAEE8 color CMYK value is (18,25,0,9).

  • cyan value is 17.67%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(18,25,0,9)
C18M25Y0K9 
(18%,25%,0%,9%)
(0.18/0.25/0.00/0.09)	

CMYK percentages

%17.67
%25
%0
%9.02

Codes

Color #BFAEE8 in popluar color models

BFAEE8
RGB191174232
HSL258°55.77%79.61%
HSB/HSV258°25.00%90.98%
CMYK17.67%25.00%0.00%
9.02%

Color #BFAEE8 in popluar number systems.

HEXBFAEE8
Decimal191174232
Binary101111111010111011101000
Octal277256350

Shades and tints

Shades of #BFAEE8

#BFAEE8
(191,174,232)
#AE9FD3
(174,159,211)
#9D90BE
(157,144,190)
#8C81A9
(140,129,169)
#7B7294
(123,114,148)
#6A637F
(106,99,127)
#59546A
(89,84,106)
#484555
(72,69,85)
#373640
(55,54,64)
#26272B
(38,39,43)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #BFAEE8

#BFAEE8
(191,174,232)
#C4B5EA
(196,181,234)
#C9BCEC
(201,188,236)
#CEC3EE
(206,195,238)
#D3CAF0
(211,202,240)
#D8D1F2
(216,209,242)
#DDD8F4
(221,216,244)
#E2DFF6
(226,223,246)
#E7E6F8
(231,230,248)
#ECEDFA
(236,237,250)
#F1F4FC
(241,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAEE8; }

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

This text font color is #BFAEE8.


Background Color

.myBgColor { background-color: #BFAEE8; }

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

This div background color is #BFAEE8.


Border color

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

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

This div border color is #BFAEE8.


Opacity

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

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

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

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

This text has shadow with #BFAEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAEE8 on black background.


Color preview on white background

This text has color #BFAEE8 on white background.



Black color preview on #BFAEE8 background

This text has black color on #BFAEE8 background.


White color preview on #BFAEE8 background

This text has white color on #BFAEE8 background.