COLOR #BBADB9

HEX: #BBADB9 RGB: (187,173,185)

Color info

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

RGB color model

#BBADB9 color RGB value is (187,173,185).

RGB: (187,173,185) (73%, 68%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 173 of 255 = 68%
B 185 of 255 = 73%

187
173
185

R + G + B ~ 71%. #BBADB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 173 + 185 = 545 (100%)
R 187 of 545 ~ 34.31%
G 173 of 545 ~ 31.74%
B 185 of 545 ~ 33.94'%

%34.31
%31.74
%33.94

CMYK color model

#BBADB9 color CMYK value is (0,7,1,27).

  • cyan value is 0.00%
  • magenta value is 7.49%
  • yellow value is 1.07%
  • key color value is 26.67%

CMYK: (0,7,1,27)
C0M7Y1K27 (0%, 7%, 1%, 27%)
(0.00 / 0.07 / 0.01 / 0.27)

CMYK percentages

%0
%7.49
%1.07
%26.67

Codes

Color #BBADB9 in popluar color models

BB AD B9
RGB 187 173 185
HSL 309° 9.33% 70.59%
HSB/HSV 309° 7.49% 73.33%
CMYK 0.00% 7.49% 1.07%
26.67%

Color #BBADB9 in popluar number systems.

HEX BB AD B9
Decimal 187 173 185
Binary 10111011 10101101 10111001
Octal 273 255 271

Shades and tints

Shades of #BBADB9

#BBADB9
(187,173,185)
#AA9EA9
(170,158,169)
#998F99
(153,143,153)
#888089
(136,128,137)
#777179
(119,113,121)
#666269
(102,98,105)
#555359
(85,83,89)
#444449
(68,68,73)
#333539
(51,53,57)
#222629
(34,38,41)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #BBADB9

#BBADB9
(187,173,185)
#C1B4BF
(193,180,191)
#C7BBC5
(199,187,197)
#CDC2CB
(205,194,203)
#D3C9D1
(211,201,209)
#D9D0D7
(217,208,215)
#DFD7DD
(223,215,221)
#E5DEE3
(229,222,227)
#EBE5E9
(235,229,233)
#F1ECEF
(241,236,239)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBADB9 color. Also use rgb(187,173,185) instead hex code.

Text Font Color

.myTextColor { color: #BBADB9; }

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

This text font color is #BBADB9.

Background Color

.myBgColor { background-color: #BBADB9; }

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

This div background color is #BBADB9.

Border color

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

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

This div border color is #BBADB9.

Opacity

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

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

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

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

This text has shadow with #BBADB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBADB9.

Preview

Color preview on black background

This text has color #BBADB9 on black background.


Color preview on white background

This text has color #BBADB9 on white background.


Black color preview on #BBADB9 background

This text has black color on #BBADB9 background.


White color preview on #BBADB9 background

This text has white color on #BBADB9 background.


Related colors

Complementary color

Complementary color for #hex is #445246.


I love getcolorcode.com

Triadic colors

1 #B9BBAD and #ADB9BB with #BBADB9 are triadic colors.

2 #B9ADBB and #ADBBB9 with #BBADB9 are triadic colors.