COLOR #B9A0FA

HEX: #B9A0FA RGB: (185,160,250)

Color info

#B9A0FA contains mainly blue color. Web safe color of #B9A0FA is #CC99FF (or #C9F).

RGB color model

#B9A0FA color RGB value is (185,160,250).

RGB: (185,160,250) (73%, 63%, 98%)

RGB channels and saturation

R 185 of 255 = 73%
G 160 of 255 = 63%
B 250 of 255 = 98%

185
160
250

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

Portions of RGB colors in percentages

R + G + B = 185 + 160 + 250 = 595 (100%)
R 185 of 595 ~ 31.09%
G 160 of 595 ~ 26.89%
B 250 of 595 ~ 42.02'%

%31.09
%26.89
%42.02

CMYK color model

#B9A0FA color CMYK value is (26,36,0,2).

  • cyan value is 26.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (26,36,0,2) C26M36Y0K2 (26%,36%,0%,2%) (0.26/0.36/0.00/0.02) 

CMYK percentages

%26
%36
%0
%1.96

Codes

Color #B9A0FA in popluar color models

B9 A0 FA
RGB 185 160 250
HSL 257° 90.00% 80.39%
HSB/HSV 257° 36.00% 98.04%
CMYK 26.00% 36.00% 0.00%
1.96%

Color #B9A0FA in popluar number systems.

HEX B9 A0 FA
Decimal 185 160 250
Binary 10111001 10100000 11111010
Octal 271 240 372

Shades and tints

Shades of #B9A0FA

#B9A0FA
(185,160,250)
#A992E4
(169,146,228)
#9984CE
(153,132,206)
#8976B8
(137,118,184)
#7968A2
(121,104,162)
#695A8C
(105,90,140)
#594C76
(89,76,118)
#493E60
(73,62,96)
#39304A
(57,48,74)
#292234
(41,34,52)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #B9A0FA

#B9A0FA
(185,160,250)
#BFA8FA
(191,168,250)
#C5B0FA
(197,176,250)
#CBB8FA
(203,184,250)
#D1C0FA
(209,192,250)
#D7C8FA
(215,200,250)
#DDD0FA
(221,208,250)
#E3D8FA
(227,216,250)
#E9E0FA
(233,224,250)
#EFE8FA
(239,232,250)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A0FA color. Also use rgb(185,160,250) instead hex code.

Text Font Color

.myTextColor { color: #B9A0FA; }

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

This text font color is #B9A0FA.

Background Color

.myBgColor { background-color: #B9A0FA; }

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

This div background color is #B9A0FA.

Border color

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

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

This div border color is #B9A0FA.

Opacity

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

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

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

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

This text has shadow with #B9A0FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A0FA.

Preview

Color preview on black background

This text has color #B9A0FA on black background.


Color preview on white background

This text has color #B9A0FA on white background.


Black color preview on #B9A0FA background

This text has black color on #B9A0FA background.


White color preview on #B9A0FA background

This text has white color on #B9A0FA background.


Related colors

Complementary color

Complementary color for #hex is #465F05.


I love getcolorcode.com

Triadic colors

1 #FAB9A0 and #A0FAB9 with #B9A0FA are triadic colors.

2 #FAA0B9 and #A0B9FA with #B9A0FA are triadic colors.