COLOR #BBABBE

HEX: #BBABBE
RGB: (187,171,190)

Color info

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

RGB color model

#BBABBE color RGB value is (187,171,190).

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

RGB channels and saturation

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

187
171
190

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

Portions of RGB colors in percentages

R + G + B =
187 + 171 + 190 = 548 (100%)
R 187 of 548 ~ 34.12%
G 171 of 548 ~ 31.2%
B 190 of 548 ~ 34.67%

%34.12
%31.2
%34.67

CMYK color model

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

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

CMYK percentages

%1.58
%10
%0
%25.49

Codes

Color #BBABBE in popluar color models

BBABBE
RGB187171190
HSL291°12.75%70.78%
HSB/HSV291°10.00%74.51%
CMYK1.58%10.00%0.00%
25.49%

Color #BBABBE in popluar number systems.

HEXBBABBE
Decimal187171190
Binary101110111010101110111110
Octal273253276

Shades and tints

Shades of #BBABBE

#BBABBE
(187,171,190)
#AA9CAD
(170,156,173)
#998D9C
(153,141,156)
#887E8B
(136,126,139)
#776F7A
(119,111,122)
#666069
(102,96,105)
#555158
(85,81,88)
#444247
(68,66,71)
#333336
(51,51,54)
#222425
(34,36,37)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #BBABBE

#BBABBE
(187,171,190)
#C1B2C3
(193,178,195)
#C7B9C8
(199,185,200)
#CDC0CD
(205,192,205)
#D3C7D2
(211,199,210)
#D9CED7
(217,206,215)
#DFD5DC
(223,213,220)
#E5DCE1
(229,220,225)
#EBE3E6
(235,227,230)
#F1EAEB
(241,234,235)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABBE; }

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

This text font color is #BBABBE.


Background Color

.myBgColor { background-color: #BBABBE; }

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

This div background color is #BBABBE.


Border color

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

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

This div border color is #BBABBE.


Opacity

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

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

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

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

This text has shadow with #BBABBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBABBE on black background.


Color preview on white background

This text has color #BBABBE on white background.



Black color preview on #BBABBE background

This text has black color on #BBABBE background.


White color preview on #BBABBE background

This text has white color on #BBABBE background.