COLOR #BB9DB6

HEX: #BB9DB6 RGB: (187,157,182)

Color info

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

RGB color model

#BB9DB6 color RGB value is (187,157,182).

RGB: (187,157,182) (73%, 62%, 71%)

RGB channels and saturation

R 187 of 255 = 73%
G 157 of 255 = 62%
B 182 of 255 = 71%

187
157
182

R + G + B ~ 69%. #BB9DB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 157 + 182 = 526 (100%)
R 187 of 526 ~ 35.55%
G 157 of 526 ~ 29.85%
B 182 of 526 ~ 34.6'%

%35.55
%29.85
%34.6

CMYK color model

#BB9DB6 color CMYK value is (0,16,3,27).

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 2.67%
  • key color value is 26.67%

CMYK: (0,16,3,27)
C0M16Y3K27 (0%, 16%, 3%, 27%)
(0.00 / 0.16 / 0.03 / 0.27)

CMYK percentages

%0
%16.04
%2.67
%26.67

Codes

Color #BB9DB6 in popluar color models

BB 9D B6
RGB 187 157 182
HSL 310° 18.07% 67.45%
HSB/HSV 310° 16.04% 73.33%
CMYK 0.00% 16.04% 2.67%
26.67%

Color #BB9DB6 in popluar number systems.

HEX BB 9D B6
Decimal 187 157 182
Binary 10111011 10011101 10110110
Octal 273 235 266

Shades and tints

Shades of #BB9DB6

#BB9DB6
(187,157,182)
#AA8FA6
(170,143,166)
#998196
(153,129,150)
#887386
(136,115,134)
#776576
(119,101,118)
#665766
(102,87,102)
#554956
(85,73,86)
#443B46
(68,59,70)
#332D36
(51,45,54)
#221F26
(34,31,38)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #BB9DB6

#BB9DB6
(187,157,182)
#C1A5BC
(193,165,188)
#C7ADC2
(199,173,194)
#CDB5C8
(205,181,200)
#D3BDCE
(211,189,206)
#D9C5D4
(217,197,212)
#DFCDDA
(223,205,218)
#E5D5E0
(229,213,224)
#EBDDE6
(235,221,230)
#F1E5EC
(241,229,236)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9DB6; }

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

This text font color is #BB9DB6.

Background Color

.myBgColor { background-color: #BB9DB6; }

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

This div background color is #BB9DB6.

Border color

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

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

This div border color is #BB9DB6.

Opacity

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

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

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

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

This text has shadow with #BB9DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9DB6.

Preview

Color preview on black background

This text has color #BB9DB6 on black background.


Color preview on white background

This text has color #BB9DB6 on white background.


Black color preview on #BB9DB6 background

This text has black color on #BB9DB6 background.


White color preview on #BB9DB6 background

This text has white color on #BB9DB6 background.


Related colors

Complementary color

Complementary color for #hex is #446249.


I love getcolorcode.com

Triadic colors

1 #B6BB9D and #9DB6BB with #BB9DB6 are triadic colors.

2 #B69DBB and #9DBBB6 with #BB9DB6 are triadic colors.