COLOR #B9A5EA

HEX: #B9A5EA
RGB: (185,165,234)

Color info

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

RGB color model

#B9A5EA color RGB value is (185,165,234).

  • red value is 185;
  • green value is 165;
  • blue value is 234.
RGB:
(185,165,234)
(73%,65%,92%)

RGB channels and saturation

R 185 of 255 = 73%
G 165 of 255 = 65%
B 234 of 255 = 92%

185
165
234

R + G + B ~ 77%. #B9A5EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 165 + 234 = 584 (100%)
R 185 of 584 ~ 31.68%
G 165 of 584 ~ 28.25%
B 234 of 584 ~ 40.07%

%31.68
%28.25
%40.07

CMYK color model

#B9A5EA color CMYK value is (21,29,0,8).

  • cyan value is 20.94%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,29,0,8)
C21M29Y0K8 
(21%,29%,0%,8%)
(0.21/0.29/0.00/0.08)	

CMYK percentages

%20.94
%29.49
%0
%8.24

Codes

Color #B9A5EA in popluar color models

B9A5EA
RGB185165234
HSL257°62.16%78.24%
HSB/HSV257°29.49%91.76%
CMYK20.94%29.49%0.00%
8.24%

Color #B9A5EA in popluar number systems.

HEXB9A5EA
Decimal185165234
Binary101110011010010111101010
Octal271245352

Shades and tints

Shades of #B9A5EA

#B9A5EA
(185,165,234)
#A996D5
(169,150,213)
#9987C0
(153,135,192)
#8978AB
(137,120,171)
#796996
(121,105,150)
#695A81
(105,90,129)
#594B6C
(89,75,108)
#493C57
(73,60,87)
#392D42
(57,45,66)
#291E2D
(41,30,45)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #B9A5EA

#B9A5EA
(185,165,234)
#BFADEB
(191,173,235)
#C5B5EC
(197,181,236)
#CBBDED
(203,189,237)
#D1C5EE
(209,197,238)
#D7CDEF
(215,205,239)
#DDD5F0
(221,213,240)
#E3DDF1
(227,221,241)
#E9E5F2
(233,229,242)
#EFEDF3
(239,237,243)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A5EA color. Also use rgb(185,165,234) instead hex code.

Text Font Color

.myTextColor { color: #B9A5EA; }

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

This text font color is #B9A5EA.


Background Color

.myBgColor { background-color: #B9A5EA; }

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

This div background color is #B9A5EA.


Border color

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

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

This div border color is #B9A5EA.


Opacity

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

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

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

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

This text has shadow with #B9A5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A5EA on black background.


Color preview on white background

This text has color #B9A5EA on white background.



Black color preview on #B9A5EA background

This text has black color on #B9A5EA background.


White color preview on #B9A5EA background

This text has white color on #B9A5EA background.