COLOR #B9BBDD

HEX: #B9BBDD RGB: (185,187,221)

Color info

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

RGB color model

#B9BBDD color RGB value is (185,187,221).

RGB: (185,187,221) (73%, 73%, 87%)

RGB channels and saturation

R 185 of 255 = 73%
G 187 of 255 = 73%
B 221 of 255 = 87%

185
187
221

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

Portions of RGB colors in percentages

R + G + B = 185 + 187 + 221 = 593 (100%)
R 185 of 593 ~ 31.2%
G 187 of 593 ~ 31.53%
B 221 of 593 ~ 37.27'%

%31.2
%31.53
%37.27

CMYK color model

#B9BBDD color CMYK value is (16,15,0,13).

  • cyan value is 16.29%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (16,15,0,13)
C16M15Y0K13 (16%, 15%, 0%, 13%)
(0.16 / 0.15 / 0.00 / 0.13)

CMYK percentages

%16.29
%15.38
%0
%13.33

Codes

Color #B9BBDD in popluar color models

B9 BB DD
RGB 185 187 221
HSL 237° 34.62% 79.61%
HSB/HSV 237° 16.29% 86.67%
CMYK 16.29% 15.38% 0.00%
13.33%

Color #B9BBDD in popluar number systems.

HEX B9 BB DD
Decimal 185 187 221
Binary 10111001 10111011 11011101
Octal 271 273 335

Shades and tints

Shades of #B9BBDD

#B9BBDD
(185,187,221)
#A9AAC9
(169,170,201)
#9999B5
(153,153,181)
#8988A1
(137,136,161)
#79778D
(121,119,141)
#696679
(105,102,121)
#595565
(89,85,101)
#494451
(73,68,81)
#39333D
(57,51,61)
#292229
(41,34,41)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #B9BBDD

#B9BBDD
(185,187,221)
#BFC1E0
(191,193,224)
#C5C7E3
(197,199,227)
#CBCDE6
(203,205,230)
#D1D3E9
(209,211,233)
#D7D9EC
(215,217,236)
#DDDFEF
(221,223,239)
#E3E5F2
(227,229,242)
#E9EBF5
(233,235,245)
#EFF1F8
(239,241,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BBDD color. Also use rgb(185,187,221) instead hex code.

Text Font Color

.myTextColor { color: #B9BBDD; }

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

This text font color is #B9BBDD.

Background Color

.myBgColor { background-color: #B9BBDD; }

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

This div background color is #B9BBDD.

Border color

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

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

This div border color is #B9BBDD.

Opacity

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

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

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

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

This text has shadow with #B9BBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BBDD.

Preview

Color preview on black background

This text has color #B9BBDD on black background.


Color preview on white background

This text has color #B9BBDD on white background.


Black color preview on #B9BBDD background

This text has black color on #B9BBDD background.


White color preview on #B9BBDD background

This text has white color on #B9BBDD background.


Related colors

Complementary color

Complementary color for #hex is #464422.


I love getcolorcode.com

Triadic colors

1 #DDB9BB and #BBDDB9 with #B9BBDD are triadic colors.

2 #DDBBB9 and #BBB9DD with #B9BBDD are triadic colors.