COLOR #BBABBD

HEX: #BBABBD RGB: (187,171,189)

Color info

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

RGB color model

#BBABBD color RGB value is (187,171,189).

RGB: (187,171,189) (73%, 67%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 189 of 255 = 74%

187
171
189

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

Portions of RGB colors in percentages

R + G + B = 187 + 171 + 189 = 547 (100%)
R 187 of 547 ~ 34.19%
G 171 of 547 ~ 31.26%
B 189 of 547 ~ 34.55'%

%34.19
%31.26
%34.55

CMYK color model

#BBABBD color CMYK value is (1,10,0,26).

  • cyan value is 1.06%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (1,10,0,26)
C1M10Y0K26 (1%, 10%, 0%, 26%)
(0.01 / 0.10 / 0.00 / 0.26)

CMYK percentages

%1.06
%9.52
%0
%25.88

Codes

Color #BBABBD in popluar color models

BB AB BD
RGB 187 171 189
HSL 293° 12.00% 70.59%
HSB/HSV 293° 9.52% 74.12%
CMYK 1.06% 9.52% 0.00%
25.88%

Color #BBABBD in popluar number systems.

HEX BB AB BD
Decimal 187 171 189
Binary 10111011 10101011 10111101
Octal 273 253 275

Shades and tints

Shades of #BBABBD

#BBABBD
(187,171,189)
#AA9CAC
(170,156,172)
#998D9B
(153,141,155)
#887E8A
(136,126,138)
#776F79
(119,111,121)
#666068
(102,96,104)
#555157
(85,81,87)
#444246
(68,66,70)
#333335
(51,51,53)
#222424
(34,36,36)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #BBABBD

#BBABBD
(187,171,189)
#C1B2C3
(193,178,195)
#C7B9C9
(199,185,201)
#CDC0CF
(205,192,207)
#D3C7D5
(211,199,213)
#D9CEDB
(217,206,219)
#DFD5E1
(223,213,225)
#E5DCE7
(229,220,231)
#EBE3ED
(235,227,237)
#F1EAF3
(241,234,243)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABBD; }

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

This text font color is #BBABBD.

Background Color

.myBgColor { background-color: #BBABBD; }

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

This div background color is #BBABBD.

Border color

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

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

This div border color is #BBABBD.

Opacity

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

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

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

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

This text has shadow with #BBABBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBABBD.

Preview

Color preview on black background

This text has color #BBABBD on black background.


Color preview on white background

This text has color #BBABBD on white background.


Black color preview on #BBABBD background

This text has black color on #BBABBD background.


White color preview on #BBABBD background

This text has white color on #BBABBD background.


Related colors

Complementary color

Complementary color for #hex is #445442.


I love getcolorcode.com

Triadic colors

1 #BDBBAB and #ABBDBB with #BBABBD are triadic colors.

2 #BDABBB and #ABBBBD with #BBABBD are triadic colors.