COLOR #B5BCE6

HEX: #B5BCE6 RGB: (181,188,230)

Color info

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

RGB color model

#B5BCE6 color RGB value is (181,188,230).

RGB: (181,188,230) (71%, 74%, 90%)

RGB channels and saturation

R 181 of 255 = 71%
G 188 of 255 = 74%
B 230 of 255 = 90%

181
188
230

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

Portions of RGB colors in percentages

R + G + B = 181 + 188 + 230 = 599 (100%)
R 181 of 599 ~ 30.22%
G 188 of 599 ~ 31.39%
B 230 of 599 ~ 38.4'%

%30.22
%31.39
%38.4

CMYK color model

#B5BCE6 color CMYK value is (21,18,0,10).

  • cyan value is 21.30%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (21,18,0,10)
C21M18Y0K10 (21%, 18%, 0%, 10%)
(0.21 / 0.18 / 0.00 / 0.10)

CMYK percentages

%21.3
%18.26
%0
%9.8

Codes

Color #B5BCE6 in popluar color models

B5 BC E6
RGB 181 188 230
HSL 231° 49.49% 80.59%
HSB/HSV 231° 21.30% 90.20%
CMYK 21.30% 18.26% 0.00%
9.80%

Color #B5BCE6 in popluar number systems.

HEX B5 BC E6
Decimal 181 188 230
Binary 10110101 10111100 11100110
Octal 265 274 346

Shades and tints

Shades of #B5BCE6

#B5BCE6
(181,188,230)
#A5ABD2
(165,171,210)
#959ABE
(149,154,190)
#8589AA
(133,137,170)
#757896
(117,120,150)
#656782
(101,103,130)
#55566E
(85,86,110)
#45455A
(69,69,90)
#353446
(53,52,70)
#252332
(37,35,50)
#15121E
(21,18,30)
#000000
(0,0,0)

Tints of #B5BCE6

#B5BCE6
(181,188,230)
#BBC2E8
(187,194,232)
#C1C8EA
(193,200,234)
#C7CEEC
(199,206,236)
#CDD4EE
(205,212,238)
#D3DAF0
(211,218,240)
#D9E0F2
(217,224,242)
#DFE6F4
(223,230,244)
#E5ECF6
(229,236,246)
#EBF2F8
(235,242,248)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BCE6 color. Also use rgb(181,188,230) instead hex code.

Text Font Color

.myTextColor { color: #B5BCE6; }

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

This text font color is #B5BCE6.

Background Color

.myBgColor { background-color: #B5BCE6; }

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

This div background color is #B5BCE6.

Border color

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

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

This div border color is #B5BCE6.

Opacity

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

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

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

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

This text has shadow with #B5BCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BCE6.

Preview

Color preview on black background

This text has color #B5BCE6 on black background.


Color preview on white background

This text has color #B5BCE6 on white background.


Black color preview on #B5BCE6 background

This text has black color on #B5BCE6 background.


White color preview on #B5BCE6 background

This text has white color on #B5BCE6 background.


Related colors

Complementary color

Complementary color for #hex is #4A4319.


I love getcolorcode.com

Triadic colors

1 #E6B5BC and #BCE6B5 with #B5BCE6 are triadic colors.

2 #E6BCB5 and #BCB5E6 with #B5BCE6 are triadic colors.