COLOR #BBB6DF

HEX: #BBB6DF
RGB: (187,182,223)

Color info

#BBB6DF contains red, green and blue colors in about the same proportion. Web safe color of #BBB6DF is #CCCCCC (or #CCC).

RGB color model

#BBB6DF color RGB value is (187,182,223).

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

RGB channels and saturation

R 187 of 255 = 73%
G 182 of 255 = 71%
B 223 of 255 = 87%

187
182
223

R + G + B ~ 77%. #BBB6DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 182 + 223 = 592 (100%)
R 187 of 592 ~ 31.59%
G 182 of 592 ~ 30.74%
B 223 of 592 ~ 37.67%

%31.59
%30.74
%37.67

CMYK color model

#BBB6DF color CMYK value is (16,18,0,13).

  • cyan value is 16.14%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(16,18,0,13)
C16M18Y0K13 
(16%,18%,0%,13%)
(0.16/0.18/0.00/0.13)	

CMYK percentages

%16.14
%18.39
%0
%12.55

Codes

Color #BBB6DF in popluar color models

BBB6DF
RGB187182223
HSL247°39.05%79.41%
HSB/HSV247°18.39%87.45%
CMYK16.14%18.39%0.00%
12.55%

Color #BBB6DF in popluar number systems.

HEXBBB6DF
Decimal187182223
Binary101110111011011011011111
Octal273266337

Shades and tints

Shades of #BBB6DF

#BBB6DF
(187,182,223)
#AAA6CB
(170,166,203)
#9996B7
(153,150,183)
#8886A3
(136,134,163)
#77768F
(119,118,143)
#66667B
(102,102,123)
#555667
(85,86,103)
#444653
(68,70,83)
#33363F
(51,54,63)
#22262B
(34,38,43)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBB6DF

#BBB6DF
(187,182,223)
#C1BCE1
(193,188,225)
#C7C2E3
(199,194,227)
#CDC8E5
(205,200,229)
#D3CEE7
(211,206,231)
#D9D4E9
(217,212,233)
#DFDAEB
(223,218,235)
#E5E0ED
(229,224,237)
#EBE6EF
(235,230,239)
#F1ECF1
(241,236,241)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB6DF; }

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

This text font color is #BBB6DF.


Background Color

.myBgColor { background-color: #BBB6DF; }

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

This div background color is #BBB6DF.


Border color

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

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

This div border color is #BBB6DF.


Opacity

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

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

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

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

This text has shadow with #BBB6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB6DF on black background.


Color preview on white background

This text has color #BBB6DF on white background.



Black color preview on #BBB6DF background

This text has black color on #BBB6DF background.


White color preview on #BBB6DF background

This text has white color on #BBB6DF background.