COLOR #BBB0DD

HEX: #BBB0DD RGB: (187,176,221)

Color info

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

RGB color model

#BBB0DD color RGB value is (187,176,221).

RGB: (187,176,221) (73%, 69%, 87%)

RGB channels and saturation

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

187
176
221

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

Portions of RGB colors in percentages

R + G + B = 187 + 176 + 221 = 584 (100%)
R 187 of 584 ~ 32.02%
G 176 of 584 ~ 30.14%
B 221 of 584 ~ 37.84'%

%32.02
%30.14
%37.84

CMYK color model

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

  • cyan value is 15.38%
  • magenta value is 20.36%
  • 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
%20.36
%0
%13.33

Codes

Color #BBB0DD in popluar color models

BB B0 DD
RGB 187 176 221
HSL 255° 39.82% 77.84%
HSB/HSV 255° 20.36% 86.67%
CMYK 15.38% 20.36% 0.00%
13.33%

Color #BBB0DD in popluar number systems.

HEX BB B0 DD
Decimal 187 176 221
Binary 10111011 10110000 11011101
Octal 273 260 335

Shades and tints

Shades of #BBB0DD

#BBB0DD
(187,176,221)
#AAA0C9
(170,160,201)
#9990B5
(153,144,181)
#8880A1
(136,128,161)
#77708D
(119,112,141)
#666079
(102,96,121)
#555065
(85,80,101)
#444051
(68,64,81)
#33303D
(51,48,61)
#222029
(34,32,41)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #BBB0DD

#BBB0DD
(187,176,221)
#C1B7E0
(193,183,224)
#C7BEE3
(199,190,227)
#CDC5E6
(205,197,230)
#D3CCE9
(211,204,233)
#D9D3EC
(217,211,236)
#DFDAEF
(223,218,239)
#E5E1F2
(229,225,242)
#EBE8F5
(235,232,245)
#F1EFF8
(241,239,248)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB0DD; }

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

This text font color is #BBB0DD.

Background Color

.myBgColor { background-color: #BBB0DD; }

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

This div background color is #BBB0DD.

Border color

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

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

This div border color is #BBB0DD.

Opacity

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

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

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

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

This text has shadow with #BBB0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB0DD.

Preview

Color preview on black background

This text has color #BBB0DD on black background.


Color preview on white background

This text has color #BBB0DD on white background.


Black color preview on #BBB0DD background

This text has black color on #BBB0DD background.


White color preview on #BBB0DD background

This text has white color on #BBB0DD background.


Related colors

Complementary color

Complementary color for #hex is #444F22.


I love getcolorcode.com

Triadic colors

1 #DDBBB0 and #B0DDBB with #BBB0DD are triadic colors.

2 #DDB0BB and #B0BBDD with #BBB0DD are triadic colors.