COLOR #B8BCD6

HEX: #B8BCD6 RGB: (184,188,214)

Color info

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

RGB color model

#B8BCD6 color RGB value is (184,188,214).

RGB: (184,188,214) (72%, 74%, 84%)

RGB channels and saturation

R 184 of 255 = 72%
G 188 of 255 = 74%
B 214 of 255 = 84%

184
188
214

R + G + B ~ 77%. #B8BCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 188 + 214 = 586 (100%)
R 184 of 586 ~ 31.4%
G 188 of 586 ~ 32.08%
B 214 of 586 ~ 36.52'%

%31.4
%32.08
%36.52

CMYK color model

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

  • cyan value is 14.02%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (14,12,0,16) C14M12Y0K16 (14%,12%,0%,16%) (0.14/0.12/0.00/0.16) 

CMYK percentages

%14.02
%12.15
%0
%16.08

Codes

Color #B8BCD6 in popluar color models

B8 BC D6
RGB 184 188 214
HSL 232° 26.79% 78.04%
HSB/HSV 232° 14.02% 83.92%
CMYK 14.02% 12.15% 0.00%
16.08%

Color #B8BCD6 in popluar number systems.

HEX B8 BC D6
Decimal 184 188 214
Binary 10111000 10111100 11010110
Octal 270 274 326

Shades and tints

Shades of #B8BCD6

#B8BCD6
(184,188,214)
#A8ABC3
(168,171,195)
#989AB0
(152,154,176)
#88899D
(136,137,157)
#78788A
(120,120,138)
#686777
(104,103,119)
#585664
(88,86,100)
#484551
(72,69,81)
#38343E
(56,52,62)
#28232B
(40,35,43)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #B8BCD6

#B8BCD6
(184,188,214)
#BEC2D9
(190,194,217)
#C4C8DC
(196,200,220)
#CACEDF
(202,206,223)
#D0D4E2
(208,212,226)
#D6DAE5
(214,218,229)
#DCE0E8
(220,224,232)
#E2E6EB
(226,230,235)
#E8ECEE
(232,236,238)
#EEF2F1
(238,242,241)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BCD6 color. Also use rgb(184,188,214) instead hex code.

Text Font Color

.myTextColor { color: #B8BCD6; }

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

This text font color is #B8BCD6.

Background Color

.myBgColor { background-color: #B8BCD6; }

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

This div background color is #B8BCD6.

Border color

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

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

This div border color is #B8BCD6.

Opacity

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

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

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

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

This text has shadow with #B8BCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8BCD6.

Preview

Color preview on black background

This text has color #B8BCD6 on black background.


Color preview on white background

This text has color #B8BCD6 on white background.


Black color preview on #B8BCD6 background

This text has black color on #B8BCD6 background.


White color preview on #B8BCD6 background

This text has white color on #B8BCD6 background.


Related colors

Complementary color

Complementary color for #hex is #474329.


I love getcolorcode.com

Triadic colors

1 #D6B8BC and #BCD6B8 with #B8BCD6 are triadic colors.

2 #D6BCB8 and #BCB8D6 with #B8BCD6 are triadic colors.