COLOR #BBB6E8

HEX: #BBB6E8
RGB: (187,182,232)

Color info

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

RGB color model

#BBB6E8 color RGB value is (187,182,232).

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

RGB channels and saturation

R 187 of 255 = 73%
G 182 of 255 = 71%
B 232 of 255 = 91%

187
182
232

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

Portions of RGB colors in percentages

R + G + B =
187 + 182 + 232 = 601 (100%)
R 187 of 601 ~ 31.11%
G 182 of 601 ~ 30.28%
B 232 of 601 ~ 38.6%

%31.11
%30.28
%38.6

CMYK color model

#BBB6E8 color CMYK value is (19,22,0,9).

  • cyan value is 19.40%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,22,0,9)
C19M22Y0K9 
(19%,22%,0%,9%)
(0.19/0.22/0.00/0.09)	

CMYK percentages

%19.4
%21.55
%0
%9.02

Codes

Color #BBB6E8 in popluar color models

BBB6E8
RGB187182232
HSL246°52.08%81.18%
HSB/HSV246°21.55%90.98%
CMYK19.40%21.55%0.00%
9.02%

Color #BBB6E8 in popluar number systems.

HEXBBB6E8
Decimal187182232
Binary101110111011011011101000
Octal273266350

Shades and tints

Shades of #BBB6E8

#BBB6E8
(187,182,232)
#AAA6D3
(170,166,211)
#9996BE
(153,150,190)
#8886A9
(136,134,169)
#777694
(119,118,148)
#66667F
(102,102,127)
#55566A
(85,86,106)
#444655
(68,70,85)
#333640
(51,54,64)
#22262B
(34,38,43)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #BBB6E8

#BBB6E8
(187,182,232)
#C1BCEA
(193,188,234)
#C7C2EC
(199,194,236)
#CDC8EE
(205,200,238)
#D3CEF0
(211,206,240)
#D9D4F2
(217,212,242)
#DFDAF4
(223,218,244)
#E5E0F6
(229,224,246)
#EBE6F8
(235,230,248)
#F1ECFA
(241,236,250)
#F7F2FC
(247,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB6E8 color. Also use rgb(187,182,232) instead hex code.

Text Font Color

.myTextColor { color: #BBB6E8; }

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

This text font color is #BBB6E8.


Background Color

.myBgColor { background-color: #BBB6E8; }

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

This div background color is #BBB6E8.


Border color

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

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

This div border color is #BBB6E8.


Opacity

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

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

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

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

This text has shadow with #BBB6E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB6E8 on black background.


Color preview on white background

This text has color #BBB6E8 on white background.



Black color preview on #BBB6E8 background

This text has black color on #BBB6E8 background.


White color preview on #BBB6E8 background

This text has white color on #BBB6E8 background.