COLOR #B2B5F8

HEX: #B2B5F8 RGB: (178,181,248)

Color info

#B2B5F8 contains mainly blue color. Web safe color of #B2B5F8 is #99CCFF (or #9CF).

RGB color model

#B2B5F8 color RGB value is (178,181,248).

RGB: (178,181,248) (70%, 71%, 97%)

RGB channels and saturation

R 178 of 255 = 70%
G 181 of 255 = 71%
B 248 of 255 = 97%

178
181
248

R + G + B ~ 79%. #B2B5F8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 181 + 248 = 607 (100%)
R 178 of 607 ~ 29.32%
G 181 of 607 ~ 29.82%
B 248 of 607 ~ 40.86'%

%29.32
%29.82
%40.86

CMYK color model

#B2B5F8 color CMYK value is (28,27,0,3).

  • cyan value is 28.23%
  • magenta value is 27.02%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (28,27,0,3)
C28M27Y0K3 (28%, 27%, 0%, 3%)
(0.28 / 0.27 / 0.00 / 0.03)

CMYK percentages

%28.23
%27.02
%0
%2.75

Codes

Color #B2B5F8 in popluar color models

B2 B5 F8
RGB 178 181 248
HSL 237° 83.33% 83.53%
HSB/HSV 237° 28.23% 97.25%
CMYK 28.23% 27.02% 0.00%
2.75%

Color #B2B5F8 in popluar number systems.

HEX B2 B5 F8
Decimal 178 181 248
Binary 10110010 10110101 11111000
Octal 262 265 370

Shades and tints

Shades of #B2B5F8

#B2B5F8
(178,181,248)
#A2A5E2
(162,165,226)
#9295CC
(146,149,204)
#8285B6
(130,133,182)
#7275A0
(114,117,160)
#62658A
(98,101,138)
#525574
(82,85,116)
#42455E
(66,69,94)
#323548
(50,53,72)
#222532
(34,37,50)
#12151C
(18,21,28)
#000000
(0,0,0)

Tints of #B2B5F8

#B2B5F8
(178,181,248)
#B9BBF8
(185,187,248)
#C0C1F8
(192,193,248)
#C7C7F8
(199,199,248)
#CECDF8
(206,205,248)
#D5D3F8
(213,211,248)
#DCD9F8
(220,217,248)
#E3DFF8
(227,223,248)
#EAE5F8
(234,229,248)
#F1EBF8
(241,235,248)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B5F8 color. Also use rgb(178,181,248) instead hex code.

Text Font Color

.myTextColor { color: #B2B5F8; }

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

This text font color is #B2B5F8.

Background Color

.myBgColor { background-color: #B2B5F8; }

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

This div background color is #B2B5F8.

Border color

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

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

This div border color is #B2B5F8.

Opacity

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

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

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

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

This text has shadow with #B2B5F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B5F8.

Preview

Color preview on black background

This text has color #B2B5F8 on black background.


Color preview on white background

This text has color #B2B5F8 on white background.


Black color preview on #B2B5F8 background

This text has black color on #B2B5F8 background.


White color preview on #B2B5F8 background

This text has white color on #B2B5F8 background.


Related colors

Complementary color

Complementary color for #hex is #4D4A07.


I love getcolorcode.com

Triadic colors

1 #F8B2B5 and #B5F8B2 with #B2B5F8 are triadic colors.

2 #F8B5B2 and #B5B2F8 with #B2B5F8 are triadic colors.