COLOR #BB9EB2

HEX: #BB9EB2 RGB: (187,158,178)

Color info

#BB9EB2 contains red, green and blue colors in about the same proportion. Web safe color of #BB9EB2 is #CC9999 (or #C99).

RGB color model

#BB9EB2 color RGB value is (187,158,178).

RGB: (187,158,178) (73%, 62%, 70%)

RGB channels and saturation

R 187 of 255 = 73%
G 158 of 255 = 62%
B 178 of 255 = 70%

187
158
178

R + G + B ~ 68%. #BB9EB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 158 + 178 = 523 (100%)
R 187 of 523 ~ 35.76%
G 158 of 523 ~ 30.21%
B 178 of 523 ~ 34.03'%

%35.76
%30.21
%34.03

CMYK color model

#BB9EB2 color CMYK value is (0,16,5,27).

  • cyan value is 0.00%
  • magenta value is 15.51%
  • yellow value is 4.81%
  • key color value is 26.67%
CMYK: (0,16,5,27) C0M16Y5K27 (0%,16%,5%,27%) (0.00/0.16/0.05/0.27) 

CMYK percentages

%0
%15.51
%4.81
%26.67

Codes

Color #BB9EB2 in popluar color models

BB 9E B2
RGB 187 158 178
HSL 319° 17.58% 67.65%
HSB/HSV 319° 15.51% 73.33%
CMYK 0.00% 15.51% 4.81%
26.67%

Color #BB9EB2 in popluar number systems.

HEX BB 9E B2
Decimal 187 158 178
Binary 10111011 10011110 10110010
Octal 273 236 262

Shades and tints

Shades of #BB9EB2

#BB9EB2
(187,158,178)
#AA90A2
(170,144,162)
#998292
(153,130,146)
#887482
(136,116,130)
#776672
(119,102,114)
#665862
(102,88,98)
#554A52
(85,74,82)
#443C42
(68,60,66)
#332E32
(51,46,50)
#222022
(34,32,34)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #BB9EB2

#BB9EB2
(187,158,178)
#C1A6B9
(193,166,185)
#C7AEC0
(199,174,192)
#CDB6C7
(205,182,199)
#D3BECE
(211,190,206)
#D9C6D5
(217,198,213)
#DFCEDC
(223,206,220)
#E5D6E3
(229,214,227)
#EBDEEA
(235,222,234)
#F1E6F1
(241,230,241)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9EB2 color. Also use rgb(187,158,178) instead hex code.

Text Font Color

.myTextColor { color: #BB9EB2; }

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

This text font color is #BB9EB2.

Background Color

.myBgColor { background-color: #BB9EB2; }

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

This div background color is #BB9EB2.

Border color

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

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

This div border color is #BB9EB2.

Opacity

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

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

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

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

This text has shadow with #BB9EB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9EB2.

Preview

Color preview on black background

This text has color #BB9EB2 on black background.


Color preview on white background

This text has color #BB9EB2 on white background.


Black color preview on #BB9EB2 background

This text has black color on #BB9EB2 background.


White color preview on #BB9EB2 background

This text has white color on #BB9EB2 background.


Related colors

Complementary color

Complementary color for #hex is #44614D.


I love getcolorcode.com

Triadic colors

1 #B2BB9E and #9EB2BB with #BB9EB2 are triadic colors.

2 #B29EBB and #9EBBB2 with #BB9EB2 are triadic colors.