COLOR #BBB0D1

HEX: #BBB0D1 RGB: (187,176,209)

Color info

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

RGB color model

#BBB0D1 color RGB value is (187,176,209).

RGB: (187,176,209) (73%, 69%, 82%)

RGB channels and saturation

R 187 of 255 = 73%
G 176 of 255 = 69%
B 209 of 255 = 82%

187
176
209

R + G + B ~ 75%. #BBB0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 176 + 209 = 572 (100%)
R 187 of 572 ~ 32.69%
G 176 of 572 ~ 30.77%
B 209 of 572 ~ 36.54'%

%32.69
%30.77
%36.54

CMYK color model

#BBB0D1 color CMYK value is (11,16,0,18).

  • cyan value is 10.53%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (11,16,0,18)
C11M16Y0K18 (11%, 16%, 0%, 18%)
(0.11 / 0.16 / 0.00 / 0.18)

CMYK percentages

%10.53
%15.79
%0
%18.04

Codes

Color #BBB0D1 in popluar color models

BB B0 D1
RGB 187 176 209
HSL 260° 26.40% 75.49%
HSB/HSV 260° 15.79% 81.96%
CMYK 10.53% 15.79% 0.00%
18.04%

Color #BBB0D1 in popluar number systems.

HEX BB B0 D1
Decimal 187 176 209
Binary 10111011 10110000 11010001
Octal 273 260 321

Shades and tints

Shades of #BBB0D1

#BBB0D1
(187,176,209)
#AAA0BE
(170,160,190)
#9990AB
(153,144,171)
#888098
(136,128,152)
#777085
(119,112,133)
#666072
(102,96,114)
#55505F
(85,80,95)
#44404C
(68,64,76)
#333039
(51,48,57)
#222026
(34,32,38)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #BBB0D1

#BBB0D1
(187,176,209)
#C1B7D5
(193,183,213)
#C7BED9
(199,190,217)
#CDC5DD
(205,197,221)
#D3CCE1
(211,204,225)
#D9D3E5
(217,211,229)
#DFDAE9
(223,218,233)
#E5E1ED
(229,225,237)
#EBE8F1
(235,232,241)
#F1EFF5
(241,239,245)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB0D1; }

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

This text font color is #BBB0D1.

Background Color

.myBgColor { background-color: #BBB0D1; }

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

This div background color is #BBB0D1.

Border color

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

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

This div border color is #BBB0D1.

Opacity

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

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

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

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

This text has shadow with #BBB0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB0D1.

Preview

Color preview on black background

This text has color #BBB0D1 on black background.


Color preview on white background

This text has color #BBB0D1 on white background.


Black color preview on #BBB0D1 background

This text has black color on #BBB0D1 background.


White color preview on #BBB0D1 background

This text has white color on #BBB0D1 background.


Related colors

Complementary color

Complementary color for #hex is #444F2E.


I love getcolorcode.com

Triadic colors

1 #D1BBB0 and #B0D1BB with #BBB0D1 are triadic colors.

2 #D1B0BB and #B0BBD1 with #BBB0D1 are triadic colors.