COLOR #B5BBE6

HEX: #B5BBE6
RGB: (181,187,230)

Color info

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

RGB color model

#B5BBE6 color RGB value is (181,187,230).

  • red value is 181;
  • green value is 187;
  • blue value is 230.
RGB:
(181,187,230)
(71%,73%,90%)

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 230 of 255 = 90%

181
187
230

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

Portions of RGB colors in percentages

R + G + B =
181 + 187 + 230 = 598 (100%)
R 181 of 598 ~ 30.27%
G 187 of 598 ~ 31.27%
B 230 of 598 ~ 38.46%

%30.27
%31.27
%38.46

CMYK color model

#B5BBE6 color CMYK value is (21,19,0,10).

  • cyan value is 21.30%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(21,19,0,10)
C21M19Y0K10 
(21%,19%,0%,10%)
(0.21/0.19/0.00/0.10)	

CMYK percentages

%21.3
%18.7
%0
%9.8

Codes

Color #B5BBE6 in popluar color models

B5BBE6
RGB181187230
HSL233°49.49%80.59%
HSB/HSV233°21.30%90.20%
CMYK21.30%18.70%0.00%
9.80%

Color #B5BBE6 in popluar number systems.

HEXB5BBE6
Decimal181187230
Binary101101011011101111100110
Octal265273346

Shades and tints

Shades of #B5BBE6

#B5BBE6
(181,187,230)
#A5AAD2
(165,170,210)
#9599BE
(149,153,190)
#8588AA
(133,136,170)
#757796
(117,119,150)
#656682
(101,102,130)
#55556E
(85,85,110)
#45445A
(69,68,90)
#353346
(53,51,70)
#252232
(37,34,50)
#15111E
(21,17,30)
#000000
(0,0,0)

Tints of #B5BBE6

#B5BBE6
(181,187,230)
#BBC1E8
(187,193,232)
#C1C7EA
(193,199,234)
#C7CDEC
(199,205,236)
#CDD3EE
(205,211,238)
#D3D9F0
(211,217,240)
#D9DFF2
(217,223,242)
#DFE5F4
(223,229,244)
#E5EBF6
(229,235,246)
#EBF1F8
(235,241,248)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BBE6; }

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

This text font color is #B5BBE6.


Background Color

.myBgColor { background-color: #B5BBE6; }

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

This div background color is #B5BBE6.


Border color

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

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

This div border color is #B5BBE6.


Opacity

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

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

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

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

This text has shadow with #B5BBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BBE6 on black background.


Color preview on white background

This text has color #B5BBE6 on white background.



Black color preview on #B5BBE6 background

This text has black color on #B5BBE6 background.


White color preview on #B5BBE6 background

This text has white color on #B5BBE6 background.