COLOR #B9A2EF

HEX: #B9A2EF RGB: (185,162,239)

Color info

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

RGB color model

#B9A2EF color RGB value is (185,162,239).

RGB: (185,162,239) (73%, 64%, 94%)

RGB channels and saturation

R 185 of 255 = 73%
G 162 of 255 = 64%
B 239 of 255 = 94%

185
162
239

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

Portions of RGB colors in percentages

R + G + B = 185 + 162 + 239 = 586 (100%)
R 185 of 586 ~ 31.57%
G 162 of 586 ~ 27.65%
B 239 of 586 ~ 40.78'%

%31.57
%27.65
%40.78

CMYK color model

#B9A2EF color CMYK value is (23,32,0,6).

  • cyan value is 22.59%
  • magenta value is 32.22%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (23,32,0,6)
C23M32Y0K6 (23%, 32%, 0%, 6%)
(0.23 / 0.32 / 0.00 / 0.06)

CMYK percentages

%22.59
%32.22
%0
%6.27

Codes

Color #B9A2EF in popluar color models

B9 A2 EF
RGB 185 162 239
HSL 258° 70.64% 78.63%
HSB/HSV 258° 32.22% 93.73%
CMYK 22.59% 32.22% 0.00%
6.27%

Color #B9A2EF in popluar number systems.

HEX B9 A2 EF
Decimal 185 162 239
Binary 10111001 10100010 11101111
Octal 271 242 357

Shades and tints

Shades of #B9A2EF

#B9A2EF
(185,162,239)
#A994DA
(169,148,218)
#9986C5
(153,134,197)
#8978B0
(137,120,176)
#796A9B
(121,106,155)
#695C86
(105,92,134)
#594E71
(89,78,113)
#49405C
(73,64,92)
#393247
(57,50,71)
#292432
(41,36,50)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #B9A2EF

#B9A2EF
(185,162,239)
#BFAAF0
(191,170,240)
#C5B2F1
(197,178,241)
#CBBAF2
(203,186,242)
#D1C2F3
(209,194,243)
#D7CAF4
(215,202,244)
#DDD2F5
(221,210,245)
#E3DAF6
(227,218,246)
#E9E2F7
(233,226,247)
#EFEAF8
(239,234,248)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A2EF color. Also use rgb(185,162,239) instead hex code.

Text Font Color

.myTextColor { color: #B9A2EF; }

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

This text font color is #B9A2EF.

Background Color

.myBgColor { background-color: #B9A2EF; }

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

This div background color is #B9A2EF.

Border color

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

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

This div border color is #B9A2EF.

Opacity

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

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

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

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

This text has shadow with #B9A2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A2EF.

Preview

Color preview on black background

This text has color #B9A2EF on black background.


Color preview on white background

This text has color #B9A2EF on white background.


Black color preview on #B9A2EF background

This text has black color on #B9A2EF background.


White color preview on #B9A2EF background

This text has white color on #B9A2EF background.


Related colors

Complementary color

Complementary color for #hex is #465D10.


I love getcolorcode.com

Triadic colors

1 #EFB9A2 and #A2EFB9 with #B9A2EF are triadic colors.

2 #EFA2B9 and #A2B9EF with #B9A2EF are triadic colors.