COLOR #BBB6C1

HEX: #BBB6C1 RGB: (187,182,193)

Color info

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

RGB color model

#BBB6C1 color RGB value is (187,182,193).

RGB: (187,182,193) (73%, 71%, 76%)

RGB channels and saturation

R 187 of 255 = 73%
G 182 of 255 = 71%
B 193 of 255 = 76%

187
182
193

R + G + B ~ 73%. #BBB6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 182 + 193 = 562 (100%)
R 187 of 562 ~ 33.27%
G 182 of 562 ~ 32.38%
B 193 of 562 ~ 34.34'%

%33.27
%32.38
%34.34

CMYK color model

#BBB6C1 color CMYK value is (3,6,0,24).

  • cyan value is 3.11%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (3,6,0,24)
C3M6Y0K24 (3%, 6%, 0%, 24%)
(0.03 / 0.06 / 0.00 / 0.24)

CMYK percentages

%3.11
%5.7
%0
%24.31

Codes

Color #BBB6C1 in popluar color models

BB B6 C1
RGB 187 182 193
HSL 267° 8.15% 73.53%
HSB/HSV 267° 5.70% 75.69%
CMYK 3.11% 5.70% 0.00%
24.31%

Color #BBB6C1 in popluar number systems.

HEX BB B6 C1
Decimal 187 182 193
Binary 10111011 10110110 11000001
Octal 273 266 301

Shades and tints

Shades of #BBB6C1

#BBB6C1
(187,182,193)
#AAA6B0
(170,166,176)
#99969F
(153,150,159)
#88868E
(136,134,142)
#77767D
(119,118,125)
#66666C
(102,102,108)
#55565B
(85,86,91)
#44464A
(68,70,74)
#333639
(51,54,57)
#222628
(34,38,40)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBB6C1

#BBB6C1
(187,182,193)
#C1BCC6
(193,188,198)
#C7C2CB
(199,194,203)
#CDC8D0
(205,200,208)
#D3CED5
(211,206,213)
#D9D4DA
(217,212,218)
#DFDADF
(223,218,223)
#E5E0E4
(229,224,228)
#EBE6E9
(235,230,233)
#F1ECEE
(241,236,238)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB6C1 color. Also use rgb(187,182,193) instead hex code.

Text Font Color

.myTextColor { color: #BBB6C1; }

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

This text font color is #BBB6C1.

Background Color

.myBgColor { background-color: #BBB6C1; }

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

This div background color is #BBB6C1.

Border color

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

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

This div border color is #BBB6C1.

Opacity

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

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

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

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

This text has shadow with #BBB6C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB6C1.

Preview

Color preview on black background

This text has color #BBB6C1 on black background.


Color preview on white background

This text has color #BBB6C1 on white background.


Black color preview on #BBB6C1 background

This text has black color on #BBB6C1 background.


White color preview on #BBB6C1 background

This text has white color on #BBB6C1 background.


Related colors

Complementary color

Complementary color for #hex is #44493E.


I love getcolorcode.com

Triadic colors

1 #C1BBB6 and #B6C1BB with #BBB6C1 are triadic colors.

2 #C1B6BB and #B6BBC1 with #BBB6C1 are triadic colors.