COLOR #B5BBED

HEX: #B5BBED
RGB: (181,187,237)

Color info

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

RGB color model

#B5BBED color RGB value is (181,187,237).

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

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 237 of 255 = 93%

181
187
237

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

Portions of RGB colors in percentages

R + G + B =
181 + 187 + 237 = 605 (100%)
R 181 of 605 ~ 29.92%
G 187 of 605 ~ 30.91%
B 237 of 605 ~ 39.17%

%29.92
%30.91
%39.17

CMYK color model

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

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

CMYK percentages

%23.63
%21.1
%0
%7.06

Codes

Color #B5BBED in popluar color models

B5BBED
RGB181187237
HSL234°60.87%81.96%
HSB/HSV234°23.63%92.94%
CMYK23.63%21.10%0.00%
7.06%

Color #B5BBED in popluar number systems.

HEXB5BBED
Decimal181187237
Binary101101011011101111101101
Octal265273355

Shades and tints

Shades of #B5BBED

#B5BBED
(181,187,237)
#A5AAD8
(165,170,216)
#9599C3
(149,153,195)
#8588AE
(133,136,174)
#757799
(117,119,153)
#656684
(101,102,132)
#55556F
(85,85,111)
#45445A
(69,68,90)
#353345
(53,51,69)
#252230
(37,34,48)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #B5BBED

#B5BBED
(181,187,237)
#BBC1EE
(187,193,238)
#C1C7EF
(193,199,239)
#C7CDF0
(199,205,240)
#CDD3F1
(205,211,241)
#D3D9F2
(211,217,242)
#D9DFF3
(217,223,243)
#DFE5F4
(223,229,244)
#E5EBF5
(229,235,245)
#EBF1F6
(235,241,246)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BBED; }

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

This text font color is #B5BBED.


Background Color

.myBgColor { background-color: #B5BBED; }

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

This div background color is #B5BBED.


Border color

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

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

This div border color is #B5BBED.


Opacity

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

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

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

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

This text has shadow with #B5BBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BBED on black background.


Color preview on white background

This text has color #B5BBED on white background.



Black color preview on #B5BBED background

This text has black color on #B5BBED background.


White color preview on #B5BBED background

This text has white color on #B5BBED background.