COLOR #B0BCCE

HEX: #B0BCCE RGB: (176,188,206)

Color info

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

RGB color model

#B0BCCE color RGB value is (176,188,206).

RGB: (176,188,206) (69%, 74%, 81%)

RGB channels and saturation

R 176 of 255 = 69%
G 188 of 255 = 74%
B 206 of 255 = 81%

176
188
206

R + G + B ~ 75%. #B0BCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 188 + 206 = 570 (100%)
R 176 of 570 ~ 30.88%
G 188 of 570 ~ 32.98%
B 206 of 570 ~ 36.14'%

%30.88
%32.98
%36.14

CMYK color model

#B0BCCE color CMYK value is (15,9,0,19).

  • cyan value is 14.56%
  • magenta value is 8.74%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (15,9,0,19)
C15M9Y0K19 (15%, 9%, 0%, 19%)
(0.15 / 0.09 / 0.00 / 0.19)

CMYK percentages

%14.56
%8.74
%0
%19.22

Codes

Color #B0BCCE in popluar color models

B0 BC CE
RGB 176 188 206
HSL 216° 23.44% 74.90%
HSB/HSV 216° 14.56% 80.78%
CMYK 14.56% 8.74% 0.00%
19.22%

Color #B0BCCE in popluar number systems.

HEX B0 BC CE
Decimal 176 188 206
Binary 10110000 10111100 11001110
Octal 260 274 316

Shades and tints

Shades of #B0BCCE

#B0BCCE
(176,188,206)
#A0ABBC
(160,171,188)
#909AAA
(144,154,170)
#808998
(128,137,152)
#707886
(112,120,134)
#606774
(96,103,116)
#505662
(80,86,98)
#404550
(64,69,80)
#30343E
(48,52,62)
#20232C
(32,35,44)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #B0BCCE

#B0BCCE
(176,188,206)
#B7C2D2
(183,194,210)
#BEC8D6
(190,200,214)
#C5CEDA
(197,206,218)
#CCD4DE
(204,212,222)
#D3DAE2
(211,218,226)
#DAE0E6
(218,224,230)
#E1E6EA
(225,230,234)
#E8ECEE
(232,236,238)
#EFF2F2
(239,242,242)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BCCE; }

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

This text font color is #B0BCCE.

Background Color

.myBgColor { background-color: #B0BCCE; }

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

This div background color is #B0BCCE.

Border color

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

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

This div border color is #B0BCCE.

Opacity

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

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

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

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

This text has shadow with #B0BCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BCCE.

Preview

Color preview on black background

This text has color #B0BCCE on black background.


Color preview on white background

This text has color #B0BCCE on white background.


Black color preview on #B0BCCE background

This text has black color on #B0BCCE background.


White color preview on #B0BCCE background

This text has white color on #B0BCCE background.


Related colors

Complementary color

Complementary color for #hex is #4F4331.


I love getcolorcode.com

Triadic colors

1 #CEB0BC and #BCCEB0 with #B0BCCE are triadic colors.

2 #CEBCB0 and #BCB0CE with #B0BCCE are triadic colors.