COLOR #BBB6C3

HEX: #BBB6C3 RGB: (187,182,195)

Color info

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

RGB color model

#BBB6C3 color RGB value is (187,182,195).

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

RGB channels and saturation

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

187
182
195

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

Portions of RGB colors in percentages

R + G + B = 187 + 182 + 195 = 564 (100%)
R 187 of 564 ~ 33.16%
G 182 of 564 ~ 32.27%
B 195 of 564 ~ 34.57'%

%33.16
%32.27
%34.57

CMYK color model

#BBB6C3 color CMYK value is (4,7,0,24).

  • cyan value is 4.10%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (4,7,0,24)
C4M7Y0K24 (4%, 7%, 0%, 24%)
(0.04 / 0.07 / 0.00 / 0.24)

CMYK percentages

%4.1
%6.67
%0
%23.53

Codes

Color #BBB6C3 in popluar color models

BB B6 C3
RGB 187 182 195
HSL 263° 9.77% 73.92%
HSB/HSV 263° 6.67% 76.47%
CMYK 4.10% 6.67% 0.00%
23.53%

Color #BBB6C3 in popluar number systems.

HEX BB B6 C3
Decimal 187 182 195
Binary 10111011 10110110 11000011
Octal 273 266 303

Shades and tints

Shades of #BBB6C3

#BBB6C3
(187,182,195)
#AAA6B2
(170,166,178)
#9996A1
(153,150,161)
#888690
(136,134,144)
#77767F
(119,118,127)
#66666E
(102,102,110)
#55565D
(85,86,93)
#44464C
(68,70,76)
#33363B
(51,54,59)
#22262A
(34,38,42)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #BBB6C3

#BBB6C3
(187,182,195)
#C1BCC8
(193,188,200)
#C7C2CD
(199,194,205)
#CDC8D2
(205,200,210)
#D3CED7
(211,206,215)
#D9D4DC
(217,212,220)
#DFDAE1
(223,218,225)
#E5E0E6
(229,224,230)
#EBE6EB
(235,230,235)
#F1ECF0
(241,236,240)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB6C3; }

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

This text font color is #BBB6C3.

Background Color

.myBgColor { background-color: #BBB6C3; }

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

This div background color is #BBB6C3.

Border color

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

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

This div border color is #BBB6C3.

Opacity

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

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

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

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

This text has shadow with #BBB6C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB6C3.

Preview

Color preview on black background

This text has color #BBB6C3 on black background.


Color preview on white background

This text has color #BBB6C3 on white background.


Black color preview on #BBB6C3 background

This text has black color on #BBB6C3 background.


White color preview on #BBB6C3 background

This text has white color on #BBB6C3 background.


Related colors

Complementary color

Complementary color for #hex is #44493C.


I love getcolorcode.com

Triadic colors

1 #C3BBB6 and #B6C3BB with #BBB6C3 are triadic colors.

2 #C3B6BB and #B6BBC3 with #BBB6C3 are triadic colors.