COLOR #BBABC0

HEX: #BBABC0
RGB: (187,171,192)

Color info

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

RGB color model

#BBABC0 color RGB value is (187,171,192).

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

RGB channels and saturation

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

187
171
192

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

Portions of RGB colors in percentages

R + G + B =
187 + 171 + 192 = 550 (100%)
R 187 of 550 ~ 34%
G 171 of 550 ~ 31.09%
B 192 of 550 ~ 34.91%

%34
%31.09
%34.91

CMYK color model

#BBABC0 color CMYK value is (3,11,0,25).

  • cyan value is 2.60%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(3,11,0,25)
C3M11Y0K25 
(3%,11%,0%,25%)
(0.03/0.11/0.00/0.25)	

CMYK percentages

%2.6
%10.94
%0
%24.71

Codes

Color #BBABC0 in popluar color models

BBABC0
RGB187171192
HSL286°14.29%71.18%
HSB/HSV286°10.94%75.29%
CMYK2.60%10.94%0.00%
24.71%

Color #BBABC0 in popluar number systems.

HEXBBABC0
Decimal187171192
Binary101110111010101111000000
Octal273253300

Shades and tints

Shades of #BBABC0

#BBABC0
(187,171,192)
#AA9CAF
(170,156,175)
#998D9E
(153,141,158)
#887E8D
(136,126,141)
#776F7C
(119,111,124)
#66606B
(102,96,107)
#55515A
(85,81,90)
#444249
(68,66,73)
#333338
(51,51,56)
#222427
(34,36,39)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #BBABC0

#BBABC0
(187,171,192)
#C1B2C5
(193,178,197)
#C7B9CA
(199,185,202)
#CDC0CF
(205,192,207)
#D3C7D4
(211,199,212)
#D9CED9
(217,206,217)
#DFD5DE
(223,213,222)
#E5DCE3
(229,220,227)
#EBE3E8
(235,227,232)
#F1EAED
(241,234,237)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABC0; }

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

This text font color is #BBABC0.


Background Color

.myBgColor { background-color: #BBABC0; }

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

This div background color is #BBABC0.


Border color

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

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

This div border color is #BBABC0.


Opacity

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

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

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

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

This text has shadow with #BBABC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBABC0 on black background.


Color preview on white background

This text has color #BBABC0 on white background.



Black color preview on #BBABC0 background

This text has black color on #BBABC0 background.


White color preview on #BBABC0 background

This text has white color on #BBABC0 background.