COLOR #BBBABE

HEX: #BBBABE
RGB: (187,186,190)

Color info

#BBBABE contains red, green and blue colors in about the same proportion. Web safe color of #BBBABE is #CCCCCC (or #CCC).

RGB color model

#BBBABE color RGB value is (187,186,190).

  • red value is 187;
  • green value is 186;
  • blue value is 190.
RGB:
(187,186,190)
(73%,73%,75%)

RGB channels and saturation

R 187 of 255 = 73%
G 186 of 255 = 73%
B 190 of 255 = 75%

187
186
190

R + G + B ~ 74%. #BBBABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 186 + 190 = 563 (100%)
R 187 of 563 ~ 33.21%
G 186 of 563 ~ 33.04%
B 190 of 563 ~ 33.75%

%33.21
%33.04
%33.75

CMYK color model

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

  • cyan value is 1.58%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,2,0,25)
C2M2Y0K25 
(2%,2%,0%,25%)
(0.02/0.02/0.00/0.25)	

CMYK percentages

%1.58
%2.11
%0
%25.49

Codes

Color #BBBABE in popluar color models

BBBABE
RGB187186190
HSL255°2.99%73.73%
HSB/HSV255°2.11%74.51%
CMYK1.58%2.11%0.00%
25.49%

Color #BBBABE in popluar number systems.

HEXBBBABE
Decimal187186190
Binary101110111011101010111110
Octal273272276

Shades and tints

Shades of #BBBABE

#BBBABE
(187,186,190)
#AAAAAD
(170,170,173)
#999A9C
(153,154,156)
#888A8B
(136,138,139)
#777A7A
(119,122,122)
#666A69
(102,106,105)
#555A58
(85,90,88)
#444A47
(68,74,71)
#333A36
(51,58,54)
#222A25
(34,42,37)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #BBBABE

#BBBABE
(187,186,190)
#C1C0C3
(193,192,195)
#C7C6C8
(199,198,200)
#CDCCCD
(205,204,205)
#D3D2D2
(211,210,210)
#D9D8D7
(217,216,215)
#DFDEDC
(223,222,220)
#E5E4E1
(229,228,225)
#EBEAE6
(235,234,230)
#F1F0EB
(241,240,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBABE color. Also use rgb(187,186,190) instead hex code.

Text Font Color

.myTextColor { color: #BBBABE; }

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

This text font color is #BBBABE.


Background Color

.myBgColor { background-color: #BBBABE; }

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

This div background color is #BBBABE.


Border color

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

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

This div border color is #BBBABE.


Opacity

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

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

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

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

This text has shadow with #BBBABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBABE on black background.


Color preview on white background

This text has color #BBBABE on white background.



Black color preview on #BBBABE background

This text has black color on #BBBABE background.


White color preview on #BBBABE background

This text has white color on #BBBABE background.