COLOR #B5BCFF

HEX: #B5BCFF
RGB: (181,188,255)

Color info

#B5BCFF contains mainly blue color. Web safe color of #B5BCFF is #CCCCFF (or #CCF).

RGB color model

#B5BCFF color RGB value is (181,188,255).

  • red value is 181;
  • green value is 188;
  • blue value is 255.
RGB:
(181,188,255)
(71%,74%,100%)

RGB channels and saturation

R 181 of 255 = 71%
G 188 of 255 = 74%
B 255 of 255 = 100%

181
188
255

R + G + B ~ 82%. #B5BCFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 188 + 255 = 624 (100%)
R 181 of 624 ~ 29.01%
G 188 of 624 ~ 30.13%
B 255 of 624 ~ 40.87%

%29.01
%30.13
%40.87

CMYK color model

#B5BCFF color CMYK value is (29,26,0,0).

  • cyan value is 29.02%
  • magenta value is 26.27%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(29,26,0,0)
C29M26Y0K0 
(29%,26%,0%,0%)
(0.29/0.26/0.00/0.00)	

CMYK percentages

%29.02
%26.27
%0
%0

Codes

Color #B5BCFF in popluar color models

B5BCFF
RGB181188255
HSL234°100.00%85.49%
HSB/HSV234°29.02%100.00%
CMYK29.02%26.27%0.00%
0.00%

Color #B5BCFF in popluar number systems.

HEXB5BCFF
Decimal181188255
Binary101101011011110011111111
Octal265274377

Shades and tints

Shades of #B5BCFF

#B5BCFF
(181,188,255)
#A5ABE8
(165,171,232)
#959AD1
(149,154,209)
#8589BA
(133,137,186)
#7578A3
(117,120,163)
#65678C
(101,103,140)
#555675
(85,86,117)
#45455E
(69,69,94)
#353447
(53,52,71)
#252330
(37,35,48)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #B5BCFF

#B5BCFF
(181,188,255)
#BBC2FF
(187,194,255)
#C1C8FF
(193,200,255)
#C7CEFF
(199,206,255)
#CDD4FF
(205,212,255)
#D3DAFF
(211,218,255)
#D9E0FF
(217,224,255)
#DFE6FF
(223,230,255)
#E5ECFF
(229,236,255)
#EBF2FF
(235,242,255)
#F1F8FF
(241,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BCFF; }

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

This text font color is #B5BCFF.


Background Color

.myBgColor { background-color: #B5BCFF; }

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

This div background color is #B5BCFF.


Border color

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

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

This div border color is #B5BCFF.


Opacity

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

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

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

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

This text has shadow with #B5BCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BCFF on black background.


Color preview on white background

This text has color #B5BCFF on white background.



Black color preview on #B5BCFF background

This text has black color on #B5BCFF background.


White color preview on #B5BCFF background

This text has white color on #B5BCFF background.