COLOR #B0A3F1

HEX: #B0A3F1 RGB: (176,163,241)

Color info

#B0A3F1 contains mainly blue color. Web safe color of #B0A3F1 is #9999FF (or #99F).

RGB color model

#B0A3F1 color RGB value is (176,163,241).

RGB: (176,163,241) (69%, 64%, 95%)

RGB channels and saturation

R 176 of 255 = 69%
G 163 of 255 = 64%
B 241 of 255 = 95%

176
163
241

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

Portions of RGB colors in percentages

R + G + B = 176 + 163 + 241 = 580 (100%)
R 176 of 580 ~ 30.34%
G 163 of 580 ~ 28.1%
B 241 of 580 ~ 41.55'%

%30.34
%28.1
%41.55

CMYK color model

#B0A3F1 color CMYK value is (27,32,0,5).

  • cyan value is 26.97%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (27,32,0,5)
C27M32Y0K5 (27%, 32%, 0%, 5%)
(0.27 / 0.32 / 0.00 / 0.05)

CMYK percentages

%26.97
%32.37
%0
%5.49

Codes

Color #B0A3F1 in popluar color models

B0 A3 F1
RGB 176 163 241
HSL 250° 73.58% 79.22%
HSB/HSV 250° 32.37% 94.51%
CMYK 26.97% 32.37% 0.00%
5.49%

Color #B0A3F1 in popluar number systems.

HEX B0 A3 F1
Decimal 176 163 241
Binary 10110000 10100011 11110001
Octal 260 243 361

Shades and tints

Shades of #B0A3F1

#B0A3F1
(176,163,241)
#A095DC
(160,149,220)
#9087C7
(144,135,199)
#8079B2
(128,121,178)
#706B9D
(112,107,157)
#605D88
(96,93,136)
#504F73
(80,79,115)
#40415E
(64,65,94)
#303349
(48,51,73)
#202534
(32,37,52)
#10171F
(16,23,31)
#000000
(0,0,0)

Tints of #B0A3F1

#B0A3F1
(176,163,241)
#B7ABF2
(183,171,242)
#BEB3F3
(190,179,243)
#C5BBF4
(197,187,244)
#CCC3F5
(204,195,245)
#D3CBF6
(211,203,246)
#DAD3F7
(218,211,247)
#E1DBF8
(225,219,248)
#E8E3F9
(232,227,249)
#EFEBFA
(239,235,250)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A3F1 color. Also use rgb(176,163,241) instead hex code.

Text Font Color

.myTextColor { color: #B0A3F1; }

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

This text font color is #B0A3F1.

Background Color

.myBgColor { background-color: #B0A3F1; }

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

This div background color is #B0A3F1.

Border color

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

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

This div border color is #B0A3F1.

Opacity

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

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

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

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

This text has shadow with #B0A3F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A3F1.

Preview

Color preview on black background

This text has color #B0A3F1 on black background.


Color preview on white background

This text has color #B0A3F1 on white background.


Black color preview on #B0A3F1 background

This text has black color on #B0A3F1 background.


White color preview on #B0A3F1 background

This text has white color on #B0A3F1 background.


Related colors

Complementary color

Complementary color for #hex is #4F5C0E.


I love getcolorcode.com

Triadic colors

1 #F1B0A3 and #A3F1B0 with #B0A3F1 are triadic colors.

2 #F1A3B0 and #A3B0F1 with #B0A3F1 are triadic colors.