COLOR #B1BDE9

HEX: #B1BDE9 RGB: (177,189,233)

Color info

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

RGB color model

#B1BDE9 color RGB value is (177,189,233).

RGB: (177,189,233) (69%, 74%, 91%)

RGB channels and saturation

R 177 of 255 = 69%
G 189 of 255 = 74%
B 233 of 255 = 91%

177
189
233

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

Portions of RGB colors in percentages

R + G + B = 177 + 189 + 233 = 599 (100%)
R 177 of 599 ~ 29.55%
G 189 of 599 ~ 31.55%
B 233 of 599 ~ 38.9'%

%29.55
%31.55
%38.9

CMYK color model

#B1BDE9 color CMYK value is (24,19,0,9).

  • cyan value is 24.03%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (24,19,0,9)
C24M19Y0K9 (24%, 19%, 0%, 9%)
(0.24 / 0.19 / 0.00 / 0.09)

CMYK percentages

%24.03
%18.88
%0
%8.63

Codes

Color #B1BDE9 in popluar color models

B1 BD E9
RGB 177 189 233
HSL 227° 56.00% 80.39%
HSB/HSV 227° 24.03% 91.37%
CMYK 24.03% 18.88% 0.00%
8.63%

Color #B1BDE9 in popluar number systems.

HEX B1 BD E9
Decimal 177 189 233
Binary 10110001 10111101 11101001
Octal 261 275 351

Shades and tints

Shades of #B1BDE9

#B1BDE9
(177,189,233)
#A1ACD4
(161,172,212)
#919BBF
(145,155,191)
#818AAA
(129,138,170)
#717995
(113,121,149)
#616880
(97,104,128)
#51576B
(81,87,107)
#414656
(65,70,86)
#313541
(49,53,65)
#21242C
(33,36,44)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #B1BDE9

#B1BDE9
(177,189,233)
#B8C3EB
(184,195,235)
#BFC9ED
(191,201,237)
#C6CFEF
(198,207,239)
#CDD5F1
(205,213,241)
#D4DBF3
(212,219,243)
#DBE1F5
(219,225,245)
#E2E7F7
(226,231,247)
#E9EDF9
(233,237,249)
#F0F3FB
(240,243,251)
#F7F9FD
(247,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BDE9 color. Also use rgb(177,189,233) instead hex code.

Text Font Color

.myTextColor { color: #B1BDE9; }

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

This text font color is #B1BDE9.

Background Color

.myBgColor { background-color: #B1BDE9; }

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

This div background color is #B1BDE9.

Border color

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

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

This div border color is #B1BDE9.

Opacity

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

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

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

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

This text has shadow with #B1BDE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BDE9.

Preview

Color preview on black background

This text has color #B1BDE9 on black background.


Color preview on white background

This text has color #B1BDE9 on white background.


Black color preview on #B1BDE9 background

This text has black color on #B1BDE9 background.


White color preview on #B1BDE9 background

This text has white color on #B1BDE9 background.


Related colors

Complementary color

Complementary color for #hex is #4E4216.


I love getcolorcode.com

Triadic colors

1 #E9B1BD and #BDE9B1 with #B1BDE9 are triadic colors.

2 #E9BDB1 and #BDB1E9 with #B1BDE9 are triadic colors.