COLOR #B5BAE6

HEX: #B5BAE6 RGB: (181,186,230)

Color info

#B5BAE6 contains red, green and blue colors in about the same proportion. Web safe color of #B5BAE6 is #CCCCCC (or #CCC).

RGB color model

#B5BAE6 color RGB value is (181,186,230).

RGB: (181,186,230) (71%, 73%, 90%)

RGB channels and saturation

R 181 of 255 = 71%
G 186 of 255 = 73%
B 230 of 255 = 90%

181
186
230

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

Portions of RGB colors in percentages

R + G + B = 181 + 186 + 230 = 597 (100%)
R 181 of 597 ~ 30.32%
G 186 of 597 ~ 31.16%
B 230 of 597 ~ 38.53'%

%30.32
%31.16
%38.53

CMYK color model

#B5BAE6 color CMYK value is (21,19,0,10).

  • cyan value is 21.30%
  • magenta value is 19.13%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (21,19,0,10)
C21M19Y0K10 (21%, 19%, 0%, 10%)
(0.21 / 0.19 / 0.00 / 0.10)

CMYK percentages

%21.3
%19.13
%0
%9.8

Codes

Color #B5BAE6 in popluar color models

B5 BA E6
RGB 181 186 230
HSL 234° 49.49% 80.59%
HSB/HSV 234° 21.30% 90.20%
CMYK 21.30% 19.13% 0.00%
9.80%

Color #B5BAE6 in popluar number systems.

HEX B5 BA E6
Decimal 181 186 230
Binary 10110101 10111010 11100110
Octal 265 272 346

Shades and tints

Shades of #B5BAE6

#B5BAE6
(181,186,230)
#A5AAD2
(165,170,210)
#959ABE
(149,154,190)
#858AAA
(133,138,170)
#757A96
(117,122,150)
#656A82
(101,106,130)
#555A6E
(85,90,110)
#454A5A
(69,74,90)
#353A46
(53,58,70)
#252A32
(37,42,50)
#151A1E
(21,26,30)
#000000
(0,0,0)

Tints of #B5BAE6

#B5BAE6
(181,186,230)
#BBC0E8
(187,192,232)
#C1C6EA
(193,198,234)
#C7CCEC
(199,204,236)
#CDD2EE
(205,210,238)
#D3D8F0
(211,216,240)
#D9DEF2
(217,222,242)
#DFE4F4
(223,228,244)
#E5EAF6
(229,234,246)
#EBF0F8
(235,240,248)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BAE6; }

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

This text font color is #B5BAE6.

Background Color

.myBgColor { background-color: #B5BAE6; }

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

This div background color is #B5BAE6.

Border color

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

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

This div border color is #B5BAE6.

Opacity

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

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

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

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

This text has shadow with #B5BAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BAE6.

Preview

Color preview on black background

This text has color #B5BAE6 on black background.


Color preview on white background

This text has color #B5BAE6 on white background.


Black color preview on #B5BAE6 background

This text has black color on #B5BAE6 background.


White color preview on #B5BAE6 background

This text has white color on #B5BAE6 background.


Related colors

Complementary color

Complementary color for #hex is #4A4519.


I love getcolorcode.com

Triadic colors

1 #E6B5BA and #BAE6B5 with #B5BAE6 are triadic colors.

2 #E6BAB5 and #BAB5E6 with #B5BAE6 are triadic colors.