COLOR #B5BAFB

HEX: #B5BAFB RGB: (181,186,251)

Color info

#B5BAFB contains mainly blue color. Web safe color of #B5BAFB is #CCCCFF (or #CCF).

RGB color model

#B5BAFB color RGB value is (181,186,251).

RGB: (181,186,251) (71%, 73%, 98%)

RGB channels and saturation

R 181 of 255 = 71%
G 186 of 255 = 73%
B 251 of 255 = 98%

181
186
251

R + G + B ~ 81%. #B5BAFB is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 186 + 251 = 618 (100%)
R 181 of 618 ~ 29.29%
G 186 of 618 ~ 30.1%
B 251 of 618 ~ 40.61'%

%29.29
%30.1
%40.61

CMYK color model

#B5BAFB color CMYK value is (28,26,0,2).

  • cyan value is 27.89%
  • magenta value is 25.90%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (28,26,0,2)
C28M26Y0K2 (28%, 26%, 0%, 2%)
(0.28 / 0.26 / 0.00 / 0.02)

CMYK percentages

%27.89
%25.9
%0
%1.57

Codes

Color #B5BAFB in popluar color models

B5 BA FB
RGB 181 186 251
HSL 236° 89.74% 84.71%
HSB/HSV 236° 27.89% 98.43%
CMYK 27.89% 25.90% 0.00%
1.57%

Color #B5BAFB in popluar number systems.

HEX B5 BA FB
Decimal 181 186 251
Binary 10110101 10111010 11111011
Octal 265 272 373

Shades and tints

Shades of #B5BAFB

#B5BAFB
(181,186,251)
#A5AAE5
(165,170,229)
#959ACF
(149,154,207)
#858AB9
(133,138,185)
#757AA3
(117,122,163)
#656A8D
(101,106,141)
#555A77
(85,90,119)
#454A61
(69,74,97)
#353A4B
(53,58,75)
#252A35
(37,42,53)
#151A1F
(21,26,31)
#000000
(0,0,0)

Tints of #B5BAFB

#B5BAFB
(181,186,251)
#BBC0FB
(187,192,251)
#C1C6FB
(193,198,251)
#C7CCFB
(199,204,251)
#CDD2FB
(205,210,251)
#D3D8FB
(211,216,251)
#D9DEFB
(217,222,251)
#DFE4FB
(223,228,251)
#E5EAFB
(229,234,251)
#EBF0FB
(235,240,251)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BAFB color. Also use rgb(181,186,251) instead hex code.

Text Font Color

.myTextColor { color: #B5BAFB; }

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

This text font color is #B5BAFB.

Background Color

.myBgColor { background-color: #B5BAFB; }

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

This div background color is #B5BAFB.

Border color

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

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

This div border color is #B5BAFB.

Opacity

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

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

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

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

This text has shadow with #B5BAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BAFB.

Preview

Color preview on black background

This text has color #B5BAFB on black background.


Color preview on white background

This text has color #B5BAFB on white background.


Black color preview on #B5BAFB background

This text has black color on #B5BAFB background.


White color preview on #B5BAFB background

This text has white color on #B5BAFB background.


Related colors

Complementary color

Complementary color for #hex is #4A4504.


I love getcolorcode.com

Triadic colors

1 #FBB5BA and #BAFBB5 with #B5BAFB are triadic colors.

2 #FBBAB5 and #BAB5FB with #B5BAFB are triadic colors.