COLOR #BBB8C6

HEX: #BBB8C6 RGB: (187,184,198)

Color info

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

RGB color model

#BBB8C6 color RGB value is (187,184,198).

RGB: (187,184,198) (73%, 72%, 78%)

RGB channels and saturation

R 187 of 255 = 73%
G 184 of 255 = 72%
B 198 of 255 = 78%

187
184
198

R + G + B ~ 74%. #BBB8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 184 + 198 = 569 (100%)
R 187 of 569 ~ 32.86%
G 184 of 569 ~ 32.34%
B 198 of 569 ~ 34.8'%

%32.86
%32.34
%34.8

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (6,7,0,22)
C6M7Y0K22 (6%, 7%, 0%, 22%)
(0.06 / 0.07 / 0.00 / 0.22)

CMYK percentages

%5.56
%7.07
%0
%22.35

Codes

Color #BBB8C6 in popluar color models

BB B8 C6
RGB 187 184 198
HSL 253° 10.94% 74.90%
HSB/HSV 253° 7.07% 77.65%
CMYK 5.56% 7.07% 0.00%
22.35%

Color #BBB8C6 in popluar number systems.

HEX BB B8 C6
Decimal 187 184 198
Binary 10111011 10111000 11000110
Octal 273 270 306

Shades and tints

Shades of #BBB8C6

#BBB8C6
(187,184,198)
#AAA8B4
(170,168,180)
#9998A2
(153,152,162)
#888890
(136,136,144)
#77787E
(119,120,126)
#66686C
(102,104,108)
#55585A
(85,88,90)
#444848
(68,72,72)
#333836
(51,56,54)
#222824
(34,40,36)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #BBB8C6

#BBB8C6
(187,184,198)
#C1BECB
(193,190,203)
#C7C4D0
(199,196,208)
#CDCAD5
(205,202,213)
#D3D0DA
(211,208,218)
#D9D6DF
(217,214,223)
#DFDCE4
(223,220,228)
#E5E2E9
(229,226,233)
#EBE8EE
(235,232,238)
#F1EEF3
(241,238,243)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB8C6; }

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

This text font color is #BBB8C6.

Background Color

.myBgColor { background-color: #BBB8C6; }

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

This div background color is #BBB8C6.

Border color

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

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

This div border color is #BBB8C6.

Opacity

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

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

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

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

This text has shadow with #BBB8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB8C6.

Preview

Color preview on black background

This text has color #BBB8C6 on black background.


Color preview on white background

This text has color #BBB8C6 on white background.


Black color preview on #BBB8C6 background

This text has black color on #BBB8C6 background.


White color preview on #BBB8C6 background

This text has white color on #BBB8C6 background.


Related colors

Complementary color

Complementary color for #hex is #444739.


I love getcolorcode.com

Triadic colors

1 #C6BBB8 and #B8C6BB with #BBB8C6 are triadic colors.

2 #C6B8BB and #B8BBC6 with #BBB8C6 are triadic colors.