COLOR #BFA3E2

HEX: #BFA3E2
RGB: (191,163,226)

Color info

#BFA3E2 contains mainly red and blue colors. Web safe color of #BFA3E2 is #CC99CC (or #C9C).

RGB color model

#BFA3E2 color RGB value is (191,163,226).

  • red value is 191;
  • green value is 163;
  • blue value is 226.
RGB:
(191,163,226)
(75%,64%,89%)

RGB channels and saturation

R 191 of 255 = 75%
G 163 of 255 = 64%
B 226 of 255 = 89%

191
163
226

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

Portions of RGB colors in percentages

R + G + B =
191 + 163 + 226 = 580 (100%)
R 191 of 580 ~ 32.93%
G 163 of 580 ~ 28.1%
B 226 of 580 ~ 38.97%

%32.93
%28.1
%38.97

CMYK color model

#BFA3E2 color CMYK value is (15,28,0,11).

  • cyan value is 15.49%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(15,28,0,11)
C15M28Y0K11 
(15%,28%,0%,11%)
(0.15/0.28/0.00/0.11)	

CMYK percentages

%15.49
%27.88
%0
%11.37

Codes

Color #BFA3E2 in popluar color models

BFA3E2
RGB191163226
HSL267°52.07%76.27%
HSB/HSV267°27.88%88.63%
CMYK15.49%27.88%0.00%
11.37%

Color #BFA3E2 in popluar number systems.

HEXBFA3E2
Decimal191163226
Binary101111111010001111100010
Octal277243342

Shades and tints

Shades of #BFA3E2

#BFA3E2
(191,163,226)
#AE95CE
(174,149,206)
#9D87BA
(157,135,186)
#8C79A6
(140,121,166)
#7B6B92
(123,107,146)
#6A5D7E
(106,93,126)
#594F6A
(89,79,106)
#484156
(72,65,86)
#373342
(55,51,66)
#26252E
(38,37,46)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #BFA3E2

#BFA3E2
(191,163,226)
#C4ABE4
(196,171,228)
#C9B3E6
(201,179,230)
#CEBBE8
(206,187,232)
#D3C3EA
(211,195,234)
#D8CBEC
(216,203,236)
#DDD3EE
(221,211,238)
#E2DBF0
(226,219,240)
#E7E3F2
(231,227,242)
#ECEBF4
(236,235,244)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA3E2 color. Also use rgb(191,163,226) instead hex code.

Text Font Color

.myTextColor { color: #BFA3E2; }

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

This text font color is #BFA3E2.


Background Color

.myBgColor { background-color: #BFA3E2; }

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

This div background color is #BFA3E2.


Border color

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

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

This div border color is #BFA3E2.


Opacity

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

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

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

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

This text has shadow with #BFA3E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA3E2 on black background.


Color preview on white background

This text has color #BFA3E2 on white background.



Black color preview on #BFA3E2 background

This text has black color on #BFA3E2 background.


White color preview on #BFA3E2 background

This text has white color on #BFA3E2 background.