COLOR #BBABBF

HEX: #BBABBF
RGB: (187,171,191)

Color info

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

RGB color model

#BBABBF color RGB value is (187,171,191).

  • red value is 187;
  • green value is 171;
  • blue value is 191.
RGB:
(187,171,191)
(73%,67%,75%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 191 of 255 = 75%

187
171
191

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

Portions of RGB colors in percentages

R + G + B =
187 + 171 + 191 = 549 (100%)
R 187 of 549 ~ 34.06%
G 171 of 549 ~ 31.15%
B 191 of 549 ~ 34.79%

%34.06
%31.15
%34.79

CMYK color model

#BBABBF color CMYK value is (2,10,0,25).

  • cyan value is 2.09%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(2,10,0,25)
C2M10Y0K25 
(2%,10%,0%,25%)
(0.02/0.10/0.00/0.25)	

CMYK percentages

%2.09
%10.47
%0
%25.1

Codes

Color #BBABBF in popluar color models

BBABBF
RGB187171191
HSL288°13.51%70.98%
HSB/HSV288°10.47%74.90%
CMYK2.09%10.47%0.00%
25.10%

Color #BBABBF in popluar number systems.

HEXBBABBF
Decimal187171191
Binary101110111010101110111111
Octal273253277

Shades and tints

Shades of #BBABBF

#BBABBF
(187,171,191)
#AA9CAE
(170,156,174)
#998D9D
(153,141,157)
#887E8C
(136,126,140)
#776F7B
(119,111,123)
#66606A
(102,96,106)
#555159
(85,81,89)
#444248
(68,66,72)
#333337
(51,51,55)
#222426
(34,36,38)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #BBABBF

#BBABBF
(187,171,191)
#C1B2C4
(193,178,196)
#C7B9C9
(199,185,201)
#CDC0CE
(205,192,206)
#D3C7D3
(211,199,211)
#D9CED8
(217,206,216)
#DFD5DD
(223,213,221)
#E5DCE2
(229,220,226)
#EBE3E7
(235,227,231)
#F1EAEC
(241,234,236)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABBF; }

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

This text font color is #BBABBF.


Background Color

.myBgColor { background-color: #BBABBF; }

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

This div background color is #BBABBF.


Border color

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

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

This div border color is #BBABBF.


Opacity

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

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

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

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

This text has shadow with #BBABBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBABBF on black background.


Color preview on white background

This text has color #BBABBF on white background.



Black color preview on #BBABBF background

This text has black color on #BBABBF background.


White color preview on #BBABBF background

This text has white color on #BBABBF background.