COLOR #B2A5E4

HEX: #B2A5E4
RGB: (178,165,228)

Color info

#B2A5E4 contains mainly red and blue colors. Web safe color of #B2A5E4 is #9999CC (or #99C).

RGB color model

#B2A5E4 color RGB value is (178,165,228).

  • red value is 178;
  • green value is 165;
  • blue value is 228.
RGB:
(178,165,228)
(70%,65%,89%)

RGB channels and saturation

R 178 of 255 = 70%
G 165 of 255 = 65%
B 228 of 255 = 89%

178
165
228

R + G + B ~ 75%. #B2A5E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 165 + 228 = 571 (100%)
R 178 of 571 ~ 31.17%
G 165 of 571 ~ 28.9%
B 228 of 571 ~ 39.93%

%31.17
%28.9
%39.93

CMYK color model

#B2A5E4 color CMYK value is (22,28,0,11).

  • cyan value is 21.93%
  • magenta value is 27.63%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(22,28,0,11)
C22M28Y0K11 
(22%,28%,0%,11%)
(0.22/0.28/0.00/0.11)	

CMYK percentages

%21.93
%27.63
%0
%10.59

Codes

Color #B2A5E4 in popluar color models

B2A5E4
RGB178165228
HSL252°53.85%77.06%
HSB/HSV252°27.63%89.41%
CMYK21.93%27.63%0.00%
10.59%

Color #B2A5E4 in popluar number systems.

HEXB2A5E4
Decimal178165228
Binary101100101010010111100100
Octal262245344

Shades and tints

Shades of #B2A5E4

#B2A5E4
(178,165,228)
#A296D0
(162,150,208)
#9287BC
(146,135,188)
#8278A8
(130,120,168)
#726994
(114,105,148)
#625A80
(98,90,128)
#524B6C
(82,75,108)
#423C58
(66,60,88)
#322D44
(50,45,68)
#221E30
(34,30,48)
#120F1C
(18,15,28)
#000000
(0,0,0)

Tints of #B2A5E4

#B2A5E4
(178,165,228)
#B9ADE6
(185,173,230)
#C0B5E8
(192,181,232)
#C7BDEA
(199,189,234)
#CEC5EC
(206,197,236)
#D5CDEE
(213,205,238)
#DCD5F0
(220,213,240)
#E3DDF2
(227,221,242)
#EAE5F4
(234,229,244)
#F1EDF6
(241,237,246)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A5E4 color. Also use rgb(178,165,228) instead hex code.

Text Font Color

.myTextColor { color: #B2A5E4; }

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

This text font color is #B2A5E4.


Background Color

.myBgColor { background-color: #B2A5E4; }

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

This div background color is #B2A5E4.


Border color

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

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

This div border color is #B2A5E4.


Opacity

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

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

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

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

This text has shadow with #B2A5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A5E4 on black background.


Color preview on white background

This text has color #B2A5E4 on white background.



Black color preview on #B2A5E4 background

This text has black color on #B2A5E4 background.


White color preview on #B2A5E4 background

This text has white color on #B2A5E4 background.