COLOR #BBB1DD

HEX: #BBB1DD
RGB: (187,177,221)

Color info

#BBB1DD contains red, green and blue colors in about the same proportion. Web safe color of #BBB1DD is #CC99CC (or #C9C).

RGB color model

#BBB1DD color RGB value is (187,177,221).

  • red value is 187;
  • green value is 177;
  • blue value is 221.
RGB:
(187,177,221)
(73%,69%,87%)

RGB channels and saturation

R 187 of 255 = 73%
G 177 of 255 = 69%
B 221 of 255 = 87%

187
177
221

R + G + B ~ 76%. #BBB1DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 177 + 221 = 585 (100%)
R 187 of 585 ~ 31.97%
G 177 of 585 ~ 30.26%
B 221 of 585 ~ 37.78%

%31.97
%30.26
%37.78

CMYK color model

#BBB1DD color CMYK value is (15,20,0,13).

  • cyan value is 15.38%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(15,20,0,13)
C15M20Y0K13 
(15%,20%,0%,13%)
(0.15/0.20/0.00/0.13)	

CMYK percentages

%15.38
%19.91
%0
%13.33

Codes

Color #BBB1DD in popluar color models

BBB1DD
RGB187177221
HSL254°39.29%78.04%
HSB/HSV254°19.91%86.67%
CMYK15.38%19.91%0.00%
13.33%

Color #BBB1DD in popluar number systems.

HEXBBB1DD
Decimal187177221
Binary101110111011000111011101
Octal273261335

Shades and tints

Shades of #BBB1DD

#BBB1DD
(187,177,221)
#AAA1C9
(170,161,201)
#9991B5
(153,145,181)
#8881A1
(136,129,161)
#77718D
(119,113,141)
#666179
(102,97,121)
#555165
(85,81,101)
#444151
(68,65,81)
#33313D
(51,49,61)
#222129
(34,33,41)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #BBB1DD

#BBB1DD
(187,177,221)
#C1B8E0
(193,184,224)
#C7BFE3
(199,191,227)
#CDC6E6
(205,198,230)
#D3CDE9
(211,205,233)
#D9D4EC
(217,212,236)
#DFDBEF
(223,219,239)
#E5E2F2
(229,226,242)
#EBE9F5
(235,233,245)
#F1F0F8
(241,240,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB1DD color. Also use rgb(187,177,221) instead hex code.

Text Font Color

.myTextColor { color: #BBB1DD; }

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

This text font color is #BBB1DD.


Background Color

.myBgColor { background-color: #BBB1DD; }

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

This div background color is #BBB1DD.


Border color

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

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

This div border color is #BBB1DD.


Opacity

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

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

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

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

This text has shadow with #BBB1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB1DD on black background.


Color preview on white background

This text has color #BBB1DD on white background.



Black color preview on #BBB1DD background

This text has black color on #BBB1DD background.


White color preview on #BBB1DD background

This text has white color on #BBB1DD background.