COLOR #BBB0D0

HEX: #BBB0D0 RGB: (187,176,208)

Color info

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

RGB color model

#BBB0D0 color RGB value is (187,176,208).

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

RGB channels and saturation

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

187
176
208

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

Portions of RGB colors in percentages

R + G + B = 187 + 176 + 208 = 571 (100%)
R 187 of 571 ~ 32.75%
G 176 of 571 ~ 30.82%
B 208 of 571 ~ 36.43'%

%32.75
%30.82
%36.43

CMYK color model

#BBB0D0 color CMYK value is (10,15,0,18).

  • cyan value is 10.10%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (10,15,0,18)
C10M15Y0K18 (10%, 15%, 0%, 18%)
(0.10 / 0.15 / 0.00 / 0.18)

CMYK percentages

%10.1
%15.38
%0
%18.43

Codes

Color #BBB0D0 in popluar color models

BB B0 D0
RGB 187 176 208
HSL 261° 25.40% 75.29%
HSB/HSV 261° 15.38% 81.57%
CMYK 10.10% 15.38% 0.00%
18.43%

Color #BBB0D0 in popluar number systems.

HEX BB B0 D0
Decimal 187 176 208
Binary 10111011 10110000 11010000
Octal 273 260 320

Shades and tints

Shades of #BBB0D0

#BBB0D0
(187,176,208)
#AAA0BE
(170,160,190)
#9990AC
(153,144,172)
#88809A
(136,128,154)
#777088
(119,112,136)
#666076
(102,96,118)
#555064
(85,80,100)
#444052
(68,64,82)
#333040
(51,48,64)
#22202E
(34,32,46)
#11101C
(17,16,28)
#000000
(0,0,0)

Tints of #BBB0D0

#BBB0D0
(187,176,208)
#C1B7D4
(193,183,212)
#C7BED8
(199,190,216)
#CDC5DC
(205,197,220)
#D3CCE0
(211,204,224)
#D9D3E4
(217,211,228)
#DFDAE8
(223,218,232)
#E5E1EC
(229,225,236)
#EBE8F0
(235,232,240)
#F1EFF4
(241,239,244)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB0D0; }

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

This text font color is #BBB0D0.

Background Color

.myBgColor { background-color: #BBB0D0; }

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

This div background color is #BBB0D0.

Border color

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

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

This div border color is #BBB0D0.

Opacity

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

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

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

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

This text has shadow with #BBB0D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB0D0.

Preview

Color preview on black background

This text has color #BBB0D0 on black background.


Color preview on white background

This text has color #BBB0D0 on white background.


Black color preview on #BBB0D0 background

This text has black color on #BBB0D0 background.


White color preview on #BBB0D0 background

This text has white color on #BBB0D0 background.


Related colors

Complementary color

Complementary color for #hex is #444F2F.


I love getcolorcode.com

Triadic colors

1 #D0BBB0 and #B0D0BB with #BBB0D0 are triadic colors.

2 #D0B0BB and #B0BBD0 with #BBB0D0 are triadic colors.