COLOR #B5BCE3

HEX: #B5BCE3 RGB: (181,188,227)

Color info

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

RGB color model

#B5BCE3 color RGB value is (181,188,227).

RGB: (181,188,227) (71%, 74%, 89%)

RGB channels and saturation

R 181 of 255 = 71%
G 188 of 255 = 74%
B 227 of 255 = 89%

181
188
227

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

Portions of RGB colors in percentages

R + G + B = 181 + 188 + 227 = 596 (100%)
R 181 of 596 ~ 30.37%
G 188 of 596 ~ 31.54%
B 227 of 596 ~ 38.09'%

%30.37
%31.54
%38.09

CMYK color model

#B5BCE3 color CMYK value is (20,17,0,11).

  • cyan value is 20.26%
  • magenta value is 17.18%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (20,17,0,11)
C20M17Y0K11 (20%, 17%, 0%, 11%)
(0.20 / 0.17 / 0.00 / 0.11)

CMYK percentages

%20.26
%17.18
%0
%10.98

Codes

Color #B5BCE3 in popluar color models

B5 BC E3
RGB 181 188 227
HSL 231° 45.10% 80.00%
HSB/HSV 231° 20.26% 89.02%
CMYK 20.26% 17.18% 0.00%
10.98%

Color #B5BCE3 in popluar number systems.

HEX B5 BC E3
Decimal 181 188 227
Binary 10110101 10111100 11100011
Octal 265 274 343

Shades and tints

Shades of #B5BCE3

#B5BCE3
(181,188,227)
#A5ABCF
(165,171,207)
#959ABB
(149,154,187)
#8589A7
(133,137,167)
#757893
(117,120,147)
#65677F
(101,103,127)
#55566B
(85,86,107)
#454557
(69,69,87)
#353443
(53,52,67)
#25232F
(37,35,47)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #B5BCE3

#B5BCE3
(181,188,227)
#BBC2E5
(187,194,229)
#C1C8E7
(193,200,231)
#C7CEE9
(199,206,233)
#CDD4EB
(205,212,235)
#D3DAED
(211,218,237)
#D9E0EF
(217,224,239)
#DFE6F1
(223,230,241)
#E5ECF3
(229,236,243)
#EBF2F5
(235,242,245)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BCE3; }

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

This text font color is #B5BCE3.

Background Color

.myBgColor { background-color: #B5BCE3; }

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

This div background color is #B5BCE3.

Border color

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

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

This div border color is #B5BCE3.

Opacity

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

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

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

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

This text has shadow with #B5BCE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BCE3.

Preview

Color preview on black background

This text has color #B5BCE3 on black background.


Color preview on white background

This text has color #B5BCE3 on white background.


Black color preview on #B5BCE3 background

This text has black color on #B5BCE3 background.


White color preview on #B5BCE3 background

This text has white color on #B5BCE3 background.


Related colors

Complementary color

Complementary color for #hex is #4A431C.


I love getcolorcode.com

Triadic colors

1 #E3B5BC and #BCE3B5 with #B5BCE3 are triadic colors.

2 #E3BCB5 and #BCB5E3 with #B5BCE3 are triadic colors.