COLOR #B5BCEE

HEX: #B5BCEE
RGB: (181,188,238)

Color info

#B5BCEE contains red, green and blue colors in about the same proportion. Web safe color of #B5BCEE is #CCCCFF (or #CCF).

RGB color model

#B5BCEE color RGB value is (181,188,238).

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

RGB channels and saturation

R 181 of 255 = 71%
G 188 of 255 = 74%
B 238 of 255 = 93%

181
188
238

R + G + B ~ 79%. #B5BCEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 188 + 238 = 607 (100%)
R 181 of 607 ~ 29.82%
G 188 of 607 ~ 30.97%
B 238 of 607 ~ 39.21%

%29.82
%30.97
%39.21

CMYK color model

#B5BCEE color CMYK value is (24,21,0,7).

  • cyan value is 23.95%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,21,0,7)
C24M21Y0K7 
(24%,21%,0%,7%)
(0.24/0.21/0.00/0.07)	

CMYK percentages

%23.95
%21.01
%0
%6.67

Codes

Color #B5BCEE in popluar color models

B5BCEE
RGB181188238
HSL233°62.64%82.16%
HSB/HSV233°23.95%93.33%
CMYK23.95%21.01%0.00%
6.67%

Color #B5BCEE in popluar number systems.

HEXB5BCEE
Decimal181188238
Binary101101011011110011101110
Octal265274356

Shades and tints

Shades of #B5BCEE

#B5BCEE
(181,188,238)
#A5ABD9
(165,171,217)
#959AC4
(149,154,196)
#8589AF
(133,137,175)
#75789A
(117,120,154)
#656785
(101,103,133)
#555670
(85,86,112)
#45455B
(69,69,91)
#353446
(53,52,70)
#252331
(37,35,49)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #B5BCEE

#B5BCEE
(181,188,238)
#BBC2EF
(187,194,239)
#C1C8F0
(193,200,240)
#C7CEF1
(199,206,241)
#CDD4F2
(205,212,242)
#D3DAF3
(211,218,243)
#D9E0F4
(217,224,244)
#DFE6F5
(223,230,245)
#E5ECF6
(229,236,246)
#EBF2F7
(235,242,247)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BCEE; }

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

This text font color is #B5BCEE.


Background Color

.myBgColor { background-color: #B5BCEE; }

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

This div background color is #B5BCEE.


Border color

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

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

This div border color is #B5BCEE.


Opacity

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

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

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

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

This text has shadow with #B5BCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BCEE on black background.


Color preview on white background

This text has color #B5BCEE on white background.



Black color preview on #B5BCEE background

This text has black color on #B5BCEE background.


White color preview on #B5BCEE background

This text has white color on #B5BCEE background.