COLOR #B9BCDB

HEX: #B9BCDB
RGB: (185,188,219)

Color info

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

RGB color model

#B9BCDB color RGB value is (185,188,219).

  • red value is 185;
  • green value is 188;
  • blue value is 219.
RGB:
(185,188,219)
(73%,74%,86%)

RGB channels and saturation

R 185 of 255 = 73%
G 188 of 255 = 74%
B 219 of 255 = 86%

185
188
219

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

Portions of RGB colors in percentages

R + G + B =
185 + 188 + 219 = 592 (100%)
R 185 of 592 ~ 31.25%
G 188 of 592 ~ 31.76%
B 219 of 592 ~ 36.99%

%31.25
%31.76
%36.99

CMYK color model

#B9BCDB color CMYK value is (16,14,0,14).

  • cyan value is 15.53%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,14,0,14)
C16M14Y0K14 
(16%,14%,0%,14%)
(0.16/0.14/0.00/0.14)	

CMYK percentages

%15.53
%14.16
%0
%14.12

Codes

Color #B9BCDB in popluar color models

B9BCDB
RGB185188219
HSL235°32.08%79.22%
HSB/HSV235°15.53%85.88%
CMYK15.53%14.16%0.00%
14.12%

Color #B9BCDB in popluar number systems.

HEXB9BCDB
Decimal185188219
Binary101110011011110011011011
Octal271274333

Shades and tints

Shades of #B9BCDB

#B9BCDB
(185,188,219)
#A9ABC8
(169,171,200)
#999AB5
(153,154,181)
#8989A2
(137,137,162)
#79788F
(121,120,143)
#69677C
(105,103,124)
#595669
(89,86,105)
#494556
(73,69,86)
#393443
(57,52,67)
#292330
(41,35,48)
#19121D
(25,18,29)
#000000
(0,0,0)

Tints of #B9BCDB

#B9BCDB
(185,188,219)
#BFC2DE
(191,194,222)
#C5C8E1
(197,200,225)
#CBCEE4
(203,206,228)
#D1D4E7
(209,212,231)
#D7DAEA
(215,218,234)
#DDE0ED
(221,224,237)
#E3E6F0
(227,230,240)
#E9ECF3
(233,236,243)
#EFF2F6
(239,242,246)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BCDB color. Also use rgb(185,188,219) instead hex code.

Text Font Color

.myTextColor { color: #B9BCDB; }

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

This text font color is #B9BCDB.


Background Color

.myBgColor { background-color: #B9BCDB; }

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

This div background color is #B9BCDB.


Border color

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

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

This div border color is #B9BCDB.


Opacity

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

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

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

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

This text has shadow with #B9BCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BCDB on black background.


Color preview on white background

This text has color #B9BCDB on white background.



Black color preview on #B9BCDB background

This text has black color on #B9BCDB background.


White color preview on #B9BCDB background

This text has white color on #B9BCDB background.