COLOR #BBB5E9

HEX: #BBB5E9
RGB: (187,181,233)

Color info

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

RGB color model

#BBB5E9 color RGB value is (187,181,233).

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

RGB channels and saturation

R 187 of 255 = 73%
G 181 of 255 = 71%
B 233 of 255 = 91%

187
181
233

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

Portions of RGB colors in percentages

R + G + B =
187 + 181 + 233 = 601 (100%)
R 187 of 601 ~ 31.11%
G 181 of 601 ~ 30.12%
B 233 of 601 ~ 38.77%

%31.11
%30.12
%38.77

CMYK color model

#BBB5E9 color CMYK value is (20,22,0,9).

  • cyan value is 19.74%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(20,22,0,9)
C20M22Y0K9 
(20%,22%,0%,9%)
(0.20/0.22/0.00/0.09)	

CMYK percentages

%19.74
%22.32
%0
%8.63

Codes

Color #BBB5E9 in popluar color models

BBB5E9
RGB187181233
HSL247°54.17%81.18%
HSB/HSV247°22.32%91.37%
CMYK19.74%22.32%0.00%
8.63%

Color #BBB5E9 in popluar number systems.

HEXBBB5E9
Decimal187181233
Binary101110111011010111101001
Octal273265351

Shades and tints

Shades of #BBB5E9

#BBB5E9
(187,181,233)
#AAA5D4
(170,165,212)
#9995BF
(153,149,191)
#8885AA
(136,133,170)
#777595
(119,117,149)
#666580
(102,101,128)
#55556B
(85,85,107)
#444556
(68,69,86)
#333541
(51,53,65)
#22252C
(34,37,44)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #BBB5E9

#BBB5E9
(187,181,233)
#C1BBEB
(193,187,235)
#C7C1ED
(199,193,237)
#CDC7EF
(205,199,239)
#D3CDF1
(211,205,241)
#D9D3F3
(217,211,243)
#DFD9F5
(223,217,245)
#E5DFF7
(229,223,247)
#EBE5F9
(235,229,249)
#F1EBFB
(241,235,251)
#F7F1FD
(247,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB5E9; }

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

This text font color is #BBB5E9.


Background Color

.myBgColor { background-color: #BBB5E9; }

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

This div background color is #BBB5E9.


Border color

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

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

This div border color is #BBB5E9.


Opacity

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

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

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

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

This text has shadow with #BBB5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB5E9 on black background.


Color preview on white background

This text has color #BBB5E9 on white background.



Black color preview on #BBB5E9 background

This text has black color on #BBB5E9 background.


White color preview on #BBB5E9 background

This text has white color on #BBB5E9 background.