COLOR #B0BAE1

HEX: #B0BAE1 RGB: (176,186,225)

Color info

#B0BAE1 contains red, green and blue colors in about the same proportion. Web safe color of #B0BAE1 is #99CCCC (or #9CC).

RGB color model

#B0BAE1 color RGB value is (176,186,225).

RGB: (176,186,225) (69%, 73%, 88%)

RGB channels and saturation

R 176 of 255 = 69%
G 186 of 255 = 73%
B 225 of 255 = 88%

176
186
225

R + G + B ~ 77%. #B0BAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 186 + 225 = 587 (100%)
R 176 of 587 ~ 29.98%
G 186 of 587 ~ 31.69%
B 225 of 587 ~ 38.33'%

%29.98
%31.69
%38.33

CMYK color model

#B0BAE1 color CMYK value is (22,17,0,12).

  • cyan value is 21.78%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (22,17,0,12)
C22M17Y0K12 (22%, 17%, 0%, 12%)
(0.22 / 0.17 / 0.00 / 0.12)

CMYK percentages

%21.78
%17.33
%0
%11.76

Codes

Color #B0BAE1 in popluar color models

B0 BA E1
RGB 176 186 225
HSL 228° 44.95% 78.63%
HSB/HSV 228° 21.78% 88.24%
CMYK 21.78% 17.33% 0.00%
11.76%

Color #B0BAE1 in popluar number systems.

HEX B0 BA E1
Decimal 176 186 225
Binary 10110000 10111010 11100001
Octal 260 272 341

Shades and tints

Shades of #B0BAE1

#B0BAE1
(176,186,225)
#A0AACD
(160,170,205)
#909AB9
(144,154,185)
#808AA5
(128,138,165)
#707A91
(112,122,145)
#606A7D
(96,106,125)
#505A69
(80,90,105)
#404A55
(64,74,85)
#303A41
(48,58,65)
#202A2D
(32,42,45)
#101A19
(16,26,25)
#000000
(0,0,0)

Tints of #B0BAE1

#B0BAE1
(176,186,225)
#B7C0E3
(183,192,227)
#BEC6E5
(190,198,229)
#C5CCE7
(197,204,231)
#CCD2E9
(204,210,233)
#D3D8EB
(211,216,235)
#DADEED
(218,222,237)
#E1E4EF
(225,228,239)
#E8EAF1
(232,234,241)
#EFF0F3
(239,240,243)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BAE1 color. Also use rgb(176,186,225) instead hex code.

Text Font Color

.myTextColor { color: #B0BAE1; }

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

This text font color is #B0BAE1.

Background Color

.myBgColor { background-color: #B0BAE1; }

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

This div background color is #B0BAE1.

Border color

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

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

This div border color is #B0BAE1.

Opacity

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

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

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

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

This text has shadow with #B0BAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BAE1.

Preview

Color preview on black background

This text has color #B0BAE1 on black background.


Color preview on white background

This text has color #B0BAE1 on white background.


Black color preview on #B0BAE1 background

This text has black color on #B0BAE1 background.


White color preview on #B0BAE1 background

This text has white color on #B0BAE1 background.


Related colors

Complementary color

Complementary color for #hex is #4F451E.


I love getcolorcode.com

Triadic colors

1 #E1B0BA and #BAE1B0 with #B0BAE1 are triadic colors.

2 #E1BAB0 and #BAB0E1 with #B0BAE1 are triadic colors.