COLOR #B5BBEE

HEX: #B5BBEE
RGB: (181,187,238)

Color info

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

RGB color model

#B5BBEE color RGB value is (181,187,238).

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

RGB channels and saturation

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

181
187
238

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

Portions of RGB colors in percentages

R + G + B =
181 + 187 + 238 = 606 (100%)
R 181 of 606 ~ 29.87%
G 187 of 606 ~ 30.86%
B 238 of 606 ~ 39.27%

%29.87
%30.86
%39.27

CMYK color model

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

  • cyan value is 23.95%
  • magenta value is 21.43%
  • 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.43
%0
%6.67

Codes

Color #B5BBEE in popluar color models

B5BBEE
RGB181187238
HSL234°62.64%82.16%
HSB/HSV234°23.95%93.33%
CMYK23.95%21.43%0.00%
6.67%

Color #B5BBEE in popluar number systems.

HEXB5BBEE
Decimal181187238
Binary101101011011101111101110
Octal265273356

Shades and tints

Shades of #B5BBEE

#B5BBEE
(181,187,238)
#A5AAD9
(165,170,217)
#9599C4
(149,153,196)
#8588AF
(133,136,175)
#75779A
(117,119,154)
#656685
(101,102,133)
#555570
(85,85,112)
#45445B
(69,68,91)
#353346
(53,51,70)
#252231
(37,34,49)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #B5BBEE

#B5BBEE
(181,187,238)
#BBC1EF
(187,193,239)
#C1C7F0
(193,199,240)
#C7CDF1
(199,205,241)
#CDD3F2
(205,211,242)
#D3D9F3
(211,217,243)
#D9DFF4
(217,223,244)
#DFE5F5
(223,229,245)
#E5EBF6
(229,235,246)
#EBF1F7
(235,241,247)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BBEE; }

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

This text font color is #B5BBEE.


Background Color

.myBgColor { background-color: #B5BBEE; }

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

This div background color is #B5BBEE.


Border color

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

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

This div border color is #B5BBEE.


Opacity

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

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

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

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

This text has shadow with #B5BBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BBEE on black background.


Color preview on white background

This text has color #B5BBEE on white background.



Black color preview on #B5BBEE background

This text has black color on #B5BBEE background.


White color preview on #B5BBEE background

This text has white color on #B5BBEE background.