COLOR #B0BCDB

HEX: #B0BCDB RGB: (176,188,219)

Color info

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

RGB color model

#B0BCDB color RGB value is (176,188,219).

RGB: (176,188,219) (69%, 74%, 86%)

RGB channels and saturation

R 176 of 255 = 69%
G 188 of 255 = 74%
B 219 of 255 = 86%

176
188
219

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

Portions of RGB colors in percentages

R + G + B = 176 + 188 + 219 = 583 (100%)
R 176 of 583 ~ 30.19%
G 188 of 583 ~ 32.25%
B 219 of 583 ~ 37.56'%

%30.19
%32.25
%37.56

CMYK color model

#B0BCDB color CMYK value is (20,14,0,14).

  • cyan value is 19.63%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (20,14,0,14) C20M14Y0K14 (20%,14%,0%,14%) (0.20/0.14/0.00/0.14) 

CMYK percentages

%19.63
%14.16
%0
%14.12

Codes

Color #B0BCDB in popluar color models

B0 BC DB
RGB 176 188 219
HSL 223° 37.39% 77.45%
HSB/HSV 223° 19.63% 85.88%
CMYK 19.63% 14.16% 0.00%
14.12%

Color #B0BCDB in popluar number systems.

HEX B0 BC DB
Decimal 176 188 219
Binary 10110000 10111100 11011011
Octal 260 274 333

Shades and tints

Shades of #B0BCDB

#B0BCDB
(176,188,219)
#A0ABC8
(160,171,200)
#909AB5
(144,154,181)
#8089A2
(128,137,162)
#70788F
(112,120,143)
#60677C
(96,103,124)
#505669
(80,86,105)
#404556
(64,69,86)
#303443
(48,52,67)
#202330
(32,35,48)
#10121D
(16,18,29)
#000000
(0,0,0)

Tints of #B0BCDB

#B0BCDB
(176,188,219)
#B7C2DE
(183,194,222)
#BEC8E1
(190,200,225)
#C5CEE4
(197,206,228)
#CCD4E7
(204,212,231)
#D3DAEA
(211,218,234)
#DAE0ED
(218,224,237)
#E1E6F0
(225,230,240)
#E8ECF3
(232,236,243)
#EFF2F6
(239,242,246)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BCDB; }

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

This text font color is #B0BCDB.

Background Color

.myBgColor { background-color: #B0BCDB; }

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

This div background color is #B0BCDB.

Border color

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

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

This div border color is #B0BCDB.

Opacity

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

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

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

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

This text has shadow with #B0BCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BCDB.

Preview

Color preview on black background

This text has color #B0BCDB on black background.


Color preview on white background

This text has color #B0BCDB on white background.


Black color preview on #B0BCDB background

This text has black color on #B0BCDB background.


White color preview on #B0BCDB background

This text has white color on #B0BCDB background.


Related colors

Complementary color

Complementary color for #hex is #4F4324.


I love getcolorcode.com

Triadic colors

1 #DBB0BC and #BCDBB0 with #B0BCDB are triadic colors.

2 #DBBCB0 and #BCB0DB with #B0BCDB are triadic colors.