COLOR #B1BBDE

HEX: #B1BBDE RGB: (177,187,222)

Color info

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

RGB color model

#B1BBDE color RGB value is (177,187,222).

RGB: (177,187,222) (69%, 73%, 87%)

RGB channels and saturation

R 177 of 255 = 69%
G 187 of 255 = 73%
B 222 of 255 = 87%

177
187
222

R + G + B ~ 76%. #B1BBDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 187 + 222 = 586 (100%)
R 177 of 586 ~ 30.2%
G 187 of 586 ~ 31.91%
B 222 of 586 ~ 37.88'%

%30.2
%31.91
%37.88

CMYK color model

#B1BBDE color CMYK value is (20,16,0,13).

  • cyan value is 20.27%
  • magenta value is 15.77%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (20,16,0,13)
C20M16Y0K13 (20%, 16%, 0%, 13%)
(0.20 / 0.16 / 0.00 / 0.13)

CMYK percentages

%20.27
%15.77
%0
%12.94

Codes

Color #B1BBDE in popluar color models

B1 BB DE
RGB 177 187 222
HSL 227° 40.54% 78.24%
HSB/HSV 227° 20.27% 87.06%
CMYK 20.27% 15.77% 0.00%
12.94%

Color #B1BBDE in popluar number systems.

HEX B1 BB DE
Decimal 177 187 222
Binary 10110001 10111011 11011110
Octal 261 273 336

Shades and tints

Shades of #B1BBDE

#B1BBDE
(177,187,222)
#A1AACA
(161,170,202)
#9199B6
(145,153,182)
#8188A2
(129,136,162)
#71778E
(113,119,142)
#61667A
(97,102,122)
#515566
(81,85,102)
#414452
(65,68,82)
#31333E
(49,51,62)
#21222A
(33,34,42)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #B1BBDE

#B1BBDE
(177,187,222)
#B8C1E1
(184,193,225)
#BFC7E4
(191,199,228)
#C6CDE7
(198,205,231)
#CDD3EA
(205,211,234)
#D4D9ED
(212,217,237)
#DBDFF0
(219,223,240)
#E2E5F3
(226,229,243)
#E9EBF6
(233,235,246)
#F0F1F9
(240,241,249)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BBDE color. Also use rgb(177,187,222) instead hex code.

Text Font Color

.myTextColor { color: #B1BBDE; }

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

This text font color is #B1BBDE.

Background Color

.myBgColor { background-color: #B1BBDE; }

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

This div background color is #B1BBDE.

Border color

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

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

This div border color is #B1BBDE.

Opacity

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

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

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

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

This text has shadow with #B1BBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BBDE.

Preview

Color preview on black background

This text has color #B1BBDE on black background.


Color preview on white background

This text has color #B1BBDE on white background.


Black color preview on #B1BBDE background

This text has black color on #B1BBDE background.


White color preview on #B1BBDE background

This text has white color on #B1BBDE background.


Related colors

Complementary color

Complementary color for #hex is #4E4421.


I love getcolorcode.com

Triadic colors

1 #DEB1BB and #BBDEB1 with #B1BBDE are triadic colors.

2 #DEBBB1 and #BBB1DE with #B1BBDE are triadic colors.