COLOR #BBABBC

HEX: #BBABBC
RGB: (187,171,188)

Color info

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

RGB color model

#BBABBC color RGB value is (187,171,188).

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

RGB channels and saturation

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

187
171
188

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

Portions of RGB colors in percentages

R + G + B =
187 + 171 + 188 = 546 (100%)
R 187 of 546 ~ 34.25%
G 171 of 546 ~ 31.32%
B 188 of 546 ~ 34.43%

%34.25
%31.32
%34.43

CMYK color model

#BBABBC color CMYK value is (1,9,0,26).

  • cyan value is 0.53%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(1,9,0,26)
C1M9Y0K26 
(1%,9%,0%,26%)
(0.01/0.09/0.00/0.26)	

CMYK percentages

%0.53
%9.04
%0
%26.27

Codes

Color #BBABBC in popluar color models

BBABBC
RGB187171188
HSL296°11.26%70.39%
HSB/HSV296°9.04%73.73%
CMYK0.53%9.04%0.00%
26.27%

Color #BBABBC in popluar number systems.

HEXBBABBC
Decimal187171188
Binary101110111010101110111100
Octal273253274

Shades and tints

Shades of #BBABBC

#BBABBC
(187,171,188)
#AA9CAB
(170,156,171)
#998D9A
(153,141,154)
#887E89
(136,126,137)
#776F78
(119,111,120)
#666067
(102,96,103)
#555156
(85,81,86)
#444245
(68,66,69)
#333334
(51,51,52)
#222423
(34,36,35)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #BBABBC

#BBABBC
(187,171,188)
#C1B2C2
(193,178,194)
#C7B9C8
(199,185,200)
#CDC0CE
(205,192,206)
#D3C7D4
(211,199,212)
#D9CEDA
(217,206,218)
#DFD5E0
(223,213,224)
#E5DCE6
(229,220,230)
#EBE3EC
(235,227,236)
#F1EAF2
(241,234,242)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABBC; }

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

This text font color is #BBABBC.


Background Color

.myBgColor { background-color: #BBABBC; }

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

This div background color is #BBABBC.


Border color

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

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

This div border color is #BBABBC.


Opacity

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

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

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

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

This text has shadow with #BBABBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBABBC on black background.


Color preview on white background

This text has color #BBABBC on white background.



Black color preview on #BBABBC background

This text has black color on #BBABBC background.


White color preview on #BBABBC background

This text has white color on #BBABBC background.