COLOR #BBBAC6

HEX: #BBBAC6
RGB: (187,186,198)

Color info

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

RGB color model

#BBBAC6 color RGB value is (187,186,198).

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

RGB channels and saturation

R 187 of 255 = 73%
G 186 of 255 = 73%
B 198 of 255 = 78%

187
186
198

R + G + B ~ 75%. #BBBAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 186 + 198 = 571 (100%)
R 187 of 571 ~ 32.75%
G 186 of 571 ~ 32.57%
B 198 of 571 ~ 34.68%

%32.75
%32.57
%34.68

CMYK color model

#BBBAC6 color CMYK value is (6,6,0,22).

  • cyan value is 5.56%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(6,6,0,22)
C6M6Y0K22 
(6%,6%,0%,22%)
(0.06/0.06/0.00/0.22)	

CMYK percentages

%5.56
%6.06
%0
%22.35

Codes

Color #BBBAC6 in popluar color models

BBBAC6
RGB187186198
HSL245°9.52%75.29%
HSB/HSV245°6.06%77.65%
CMYK5.56%6.06%0.00%
22.35%

Color #BBBAC6 in popluar number systems.

HEXBBBAC6
Decimal187186198
Binary101110111011101011000110
Octal273272306

Shades and tints

Shades of #BBBAC6

#BBBAC6
(187,186,198)
#AAAAB4
(170,170,180)
#999AA2
(153,154,162)
#888A90
(136,138,144)
#777A7E
(119,122,126)
#666A6C
(102,106,108)
#555A5A
(85,90,90)
#444A48
(68,74,72)
#333A36
(51,58,54)
#222A24
(34,42,36)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #BBBAC6

#BBBAC6
(187,186,198)
#C1C0CB
(193,192,203)
#C7C6D0
(199,198,208)
#CDCCD5
(205,204,213)
#D3D2DA
(211,210,218)
#D9D8DF
(217,216,223)
#DFDEE4
(223,222,228)
#E5E4E9
(229,228,233)
#EBEAEE
(235,234,238)
#F1F0F3
(241,240,243)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBAC6; }

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

This text font color is #BBBAC6.


Background Color

.myBgColor { background-color: #BBBAC6; }

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

This div background color is #BBBAC6.


Border color

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

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

This div border color is #BBBAC6.


Opacity

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

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

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

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

This text has shadow with #BBBAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBAC6 on black background.


Color preview on white background

This text has color #BBBAC6 on white background.



Black color preview on #BBBAC6 background

This text has black color on #BBBAC6 background.


White color preview on #BBBAC6 background

This text has white color on #BBBAC6 background.