COLOR #BFAEEB

HEX: #BFAEEB
RGB: (191,174,235)

Color info

#BFAEEB contains mainly red and blue colors. Web safe color of #BFAEEB is #CC99FF (or #C9F).

RGB color model

#BFAEEB color RGB value is (191,174,235).

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

RGB channels and saturation

R 191 of 255 = 75%
G 174 of 255 = 68%
B 235 of 255 = 92%

191
174
235

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

Portions of RGB colors in percentages

R + G + B =
191 + 174 + 235 = 600 (100%)
R 191 of 600 ~ 31.83%
G 174 of 600 ~ 29%
B 235 of 600 ~ 39.17%

%31.83
%29
%39.17

CMYK color model

#BFAEEB color CMYK value is (19,26,0,8).

  • cyan value is 18.72%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(19,26,0,8)
C19M26Y0K8 
(19%,26%,0%,8%)
(0.19/0.26/0.00/0.08)	

CMYK percentages

%18.72
%25.96
%0
%7.84

Codes

Color #BFAEEB in popluar color models

BFAEEB
RGB191174235
HSL257°60.40%80.20%
HSB/HSV257°25.96%92.16%
CMYK18.72%25.96%0.00%
7.84%

Color #BFAEEB in popluar number systems.

HEXBFAEEB
Decimal191174235
Binary101111111010111011101011
Octal277256353

Shades and tints

Shades of #BFAEEB

#BFAEEB
(191,174,235)
#AE9FD6
(174,159,214)
#9D90C1
(157,144,193)
#8C81AC
(140,129,172)
#7B7297
(123,114,151)
#6A6382
(106,99,130)
#59546D
(89,84,109)
#484558
(72,69,88)
#373643
(55,54,67)
#26272E
(38,39,46)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #BFAEEB

#BFAEEB
(191,174,235)
#C4B5EC
(196,181,236)
#C9BCED
(201,188,237)
#CEC3EE
(206,195,238)
#D3CAEF
(211,202,239)
#D8D1F0
(216,209,240)
#DDD8F1
(221,216,241)
#E2DFF2
(226,223,242)
#E7E6F3
(231,230,243)
#ECEDF4
(236,237,244)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAEEB; }

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

This text font color is #BFAEEB.


Background Color

.myBgColor { background-color: #BFAEEB; }

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

This div background color is #BFAEEB.


Border color

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

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

This div border color is #BFAEEB.


Opacity

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

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

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

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

This text has shadow with #BFAEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAEEB on black background.


Color preview on white background

This text has color #BFAEEB on white background.



Black color preview on #BFAEEB background

This text has black color on #BFAEEB background.


White color preview on #BFAEEB background

This text has white color on #BFAEEB background.