COLOR #BBB8E7

HEX: #BBB8E7
RGB: (187,184,231)

Color info

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

RGB color model

#BBB8E7 color RGB value is (187,184,231).

  • red value is 187;
  • green value is 184;
  • blue value is 231.
RGB:
(187,184,231)
(73%,72%,91%)

RGB channels and saturation

R 187 of 255 = 73%
G 184 of 255 = 72%
B 231 of 255 = 91%

187
184
231

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

Portions of RGB colors in percentages

R + G + B =
187 + 184 + 231 = 602 (100%)
R 187 of 602 ~ 31.06%
G 184 of 602 ~ 30.56%
B 231 of 602 ~ 38.37%

%31.06
%30.56
%38.37

CMYK color model

#BBB8E7 color CMYK value is (19,20,0,9).

  • cyan value is 19.05%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(19,20,0,9)
C19M20Y0K9 
(19%,20%,0%,9%)
(0.19/0.20/0.00/0.09)	

CMYK percentages

%19.05
%20.35
%0
%9.41

Codes

Color #BBB8E7 in popluar color models

BBB8E7
RGB187184231
HSL244°49.47%81.37%
HSB/HSV244°20.35%90.59%
CMYK19.05%20.35%0.00%
9.41%

Color #BBB8E7 in popluar number systems.

HEXBBB8E7
Decimal187184231
Binary101110111011100011100111
Octal273270347

Shades and tints

Shades of #BBB8E7

#BBB8E7
(187,184,231)
#AAA8D2
(170,168,210)
#9998BD
(153,152,189)
#8888A8
(136,136,168)
#777893
(119,120,147)
#66687E
(102,104,126)
#555869
(85,88,105)
#444854
(68,72,84)
#33383F
(51,56,63)
#22282A
(34,40,42)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #BBB8E7

#BBB8E7
(187,184,231)
#C1BEE9
(193,190,233)
#C7C4EB
(199,196,235)
#CDCAED
(205,202,237)
#D3D0EF
(211,208,239)
#D9D6F1
(217,214,241)
#DFDCF3
(223,220,243)
#E5E2F5
(229,226,245)
#EBE8F7
(235,232,247)
#F1EEF9
(241,238,249)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB8E7 color. Also use rgb(187,184,231) instead hex code.

Text Font Color

.myTextColor { color: #BBB8E7; }

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

This text font color is #BBB8E7.


Background Color

.myBgColor { background-color: #BBB8E7; }

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

This div background color is #BBB8E7.


Border color

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

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

This div border color is #BBB8E7.


Opacity

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

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

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

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

This text has shadow with #BBB8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB8E7 on black background.


Color preview on white background

This text has color #BBB8E7 on white background.



Black color preview on #BBB8E7 background

This text has black color on #BBB8E7 background.


White color preview on #BBB8E7 background

This text has white color on #BBB8E7 background.