COLOR #BBADBD

HEX: #BBADBD RGB: (187,173,189)

Color info

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

RGB color model

#BBADBD color RGB value is (187,173,189).

RGB: (187,173,189) (73%, 68%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 173 of 255 = 68%
B 189 of 255 = 74%

187
173
189

R + G + B ~ 72%. #BBADBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 173 + 189 = 549 (100%)
R 187 of 549 ~ 34.06%
G 173 of 549 ~ 31.51%
B 189 of 549 ~ 34.43'%

%34.06
%31.51
%34.43

CMYK color model

#BBADBD color CMYK value is (1,8,0,26).

  • cyan value is 1.06%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (1,8,0,26) C1M8Y0K26 (1%,8%,0%,26%) (0.01/0.08/0.00/0.26) 

CMYK percentages

%1.06
%8.47
%0
%25.88

Codes

Color #BBADBD in popluar color models

BB AD BD
RGB 187 173 189
HSL 293° 10.81% 70.98%
HSB/HSV 293° 8.47% 74.12%
CMYK 1.06% 8.47% 0.00%
25.88%

Color #BBADBD in popluar number systems.

HEX BB AD BD
Decimal 187 173 189
Binary 10111011 10101101 10111101
Octal 273 255 275

Shades and tints

Shades of #BBADBD

#BBADBD
(187,173,189)
#AA9EAC
(170,158,172)
#998F9B
(153,143,155)
#88808A
(136,128,138)
#777179
(119,113,121)
#666268
(102,98,104)
#555357
(85,83,87)
#444446
(68,68,70)
#333535
(51,53,53)
#222624
(34,38,36)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #BBADBD

#BBADBD
(187,173,189)
#C1B4C3
(193,180,195)
#C7BBC9
(199,187,201)
#CDC2CF
(205,194,207)
#D3C9D5
(211,201,213)
#D9D0DB
(217,208,219)
#DFD7E1
(223,215,225)
#E5DEE7
(229,222,231)
#EBE5ED
(235,229,237)
#F1ECF3
(241,236,243)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBADBD; }

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

This text font color is #BBADBD.

Background Color

.myBgColor { background-color: #BBADBD; }

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

This div background color is #BBADBD.

Border color

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

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

This div border color is #BBADBD.

Opacity

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

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

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

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

This text has shadow with #BBADBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBADBD.

Preview

Color preview on black background

This text has color #BBADBD on black background.


Color preview on white background

This text has color #BBADBD on white background.


Black color preview on #BBADBD background

This text has black color on #BBADBD background.


White color preview on #BBADBD background

This text has white color on #BBADBD background.


Related colors

Complementary color

Complementary color for #hex is #445242.


I love getcolorcode.com

Triadic colors

1 #BDBBAD and #ADBDBB with #BBADBD are triadic colors.

2 #BDADBB and #ADBBBD with #BBADBD are triadic colors.