COLOR #BFAFE4

HEX: #BFAFE4
RGB: (191,175,228)

Color info

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

RGB color model

#BFAFE4 color RGB value is (191,175,228).

  • red value is 191;
  • green value is 175;
  • blue value is 228.
RGB: (191,175,228) (75%,69%,89%)

RGB channels and saturation

R 191 of 255 = 75%
G 175 of 255 = 69%
B 228 of 255 = 89%

191
175
228

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

Portions of RGB colors in percentages

R + G + B =
191 + 175 + 228 = 594 (100%)
R 191 of 594 ~ 32.15%
G 175 of 594 ~ 29.46%
B 228 of 594 ~ 38.38%

%32.15
%29.46
%38.38

CMYK color model

#BFAFE4 color CMYK value is (16,23,0,11).

  • cyan value is 16.23%
  • magenta value is 23.25%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (16,23,0,11) C16M23Y0K11 (16%,23%,0%,11%) (0.16/0.23/0.00/0.11)

CMYK percentages

%16.23
%23.25
%0
%10.59

Codes

Color #BFAFE4 in popluar color models

BFAFE4
RGB191175228
HSL258°49.53%79.02%
HSB/HSV258°23.25%89.41%
CMYK16.23%23.25%0.00%
10.59%

Color #BFAFE4 in popluar number systems.

HEXBFAFE4
Decimal191175228
Binary101111111010111111100100
Octal277257344

Shades and tints

Shades of #BFAFE4

#BFAFE4
(191,175,228)
#AEA0D0
(174,160,208)
#9D91BC
(157,145,188)
#8C82A8
(140,130,168)
#7B7394
(123,115,148)
#6A6480
(106,100,128)
#59556C
(89,85,108)
#484658
(72,70,88)
#373744
(55,55,68)
#262830
(38,40,48)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #BFAFE4

#BFAFE4
(191,175,228)
#C4B6E6
(196,182,230)
#C9BDE8
(201,189,232)
#CEC4EA
(206,196,234)
#D3CBEC
(211,203,236)
#D8D2EE
(216,210,238)
#DDD9F0
(221,217,240)
#E2E0F2
(226,224,242)
#E7E7F4
(231,231,244)
#ECEEF6
(236,238,246)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAFE4 color. Also use rgb(191,175,228) instead hex code.

Text Font Color

.myTextColor { color: #BFAFE4; }

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

This text font color is #BFAFE4.


Background Color

.myBgColor { background-color: #BFAFE4; }

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

This div background color is #BFAFE4.


Border color

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

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

This div border color is #BFAFE4.


Opacity

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

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

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

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

This text has shadow with #BFAFE4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BFAFE4 on black background.


Color preview on white background

This text has color #BFAFE4 on white background.



Black color preview on #BFAFE4 background

This text has black color on #BFAFE4 background.


White color preview on #BFAFE4 background

This text has white color on #BFAFE4 background.