COLOR #BBB6C2

HEX: #BBB6C2 RGB: (187,182,194)

Color info

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

RGB color model

#BBB6C2 color RGB value is (187,182,194).

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

RGB channels and saturation

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

187
182
194

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

Portions of RGB colors in percentages

R + G + B = 187 + 182 + 194 = 563 (100%)
R 187 of 563 ~ 33.21%
G 182 of 563 ~ 32.33%
B 194 of 563 ~ 34.46'%

%33.21
%32.33
%34.46

CMYK color model

#BBB6C2 color CMYK value is (4,6,0,24).

  • cyan value is 3.61%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (4,6,0,24)
C4M6Y0K24 (4%, 6%, 0%, 24%)
(0.04 / 0.06 / 0.00 / 0.24)

CMYK percentages

%3.61
%6.19
%0
%23.92

Codes

Color #BBB6C2 in popluar color models

BB B6 C2
RGB 187 182 194
HSL 265° 8.96% 73.73%
HSB/HSV 265° 6.19% 76.08%
CMYK 3.61% 6.19% 0.00%
23.92%

Color #BBB6C2 in popluar number systems.

HEX BB B6 C2
Decimal 187 182 194
Binary 10111011 10110110 11000010
Octal 273 266 302

Shades and tints

Shades of #BBB6C2

#BBB6C2
(187,182,194)
#AAA6B1
(170,166,177)
#9996A0
(153,150,160)
#88868F
(136,134,143)
#77767E
(119,118,126)
#66666D
(102,102,109)
#55565C
(85,86,92)
#44464B
(68,70,75)
#33363A
(51,54,58)
#222629
(34,38,41)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #BBB6C2

#BBB6C2
(187,182,194)
#C1BCC7
(193,188,199)
#C7C2CC
(199,194,204)
#CDC8D1
(205,200,209)
#D3CED6
(211,206,214)
#D9D4DB
(217,212,219)
#DFDAE0
(223,218,224)
#E5E0E5
(229,224,229)
#EBE6EA
(235,230,234)
#F1ECEF
(241,236,239)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB6C2; }

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

This text font color is #BBB6C2.

Background Color

.myBgColor { background-color: #BBB6C2; }

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

This div background color is #BBB6C2.

Border color

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

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

This div border color is #BBB6C2.

Opacity

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

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

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

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

This text has shadow with #BBB6C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB6C2.

Preview

Color preview on black background

This text has color #BBB6C2 on black background.


Color preview on white background

This text has color #BBB6C2 on white background.


Black color preview on #BBB6C2 background

This text has black color on #BBB6C2 background.


White color preview on #BBB6C2 background

This text has white color on #BBB6C2 background.


Related colors

Complementary color

Complementary color for #hex is #44493D.


I love getcolorcode.com

Triadic colors

1 #C2BBB6 and #B6C2BB with #BBB6C2 are triadic colors.

2 #C2B6BB and #B6BBC2 with #BBB6C2 are triadic colors.