COLOR #BBB6C4

HEX: #BBB6C4 RGB: (187,182,196)

Color info

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

RGB color model

#BBB6C4 color RGB value is (187,182,196).

RGB: (187,182,196) (73%, 71%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 182 of 255 = 71%
B 196 of 255 = 77%

187
182
196

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

Portions of RGB colors in percentages

R + G + B = 187 + 182 + 196 = 565 (100%)
R 187 of 565 ~ 33.1%
G 182 of 565 ~ 32.21%
B 196 of 565 ~ 34.69'%

%33.1
%32.21
%34.69

CMYK color model

#BBB6C4 color CMYK value is (5,7,0,23).

  • cyan value is 4.59%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (5,7,0,23)
C5M7Y0K23 (5%, 7%, 0%, 23%)
(0.05 / 0.07 / 0.00 / 0.23)

CMYK percentages

%4.59
%7.14
%0
%23.14

Codes

Color #BBB6C4 in popluar color models

BB B6 C4
RGB 187 182 196
HSL 261° 10.61% 74.12%
HSB/HSV 261° 7.14% 76.86%
CMYK 4.59% 7.14% 0.00%
23.14%

Color #BBB6C4 in popluar number systems.

HEX BB B6 C4
Decimal 187 182 196
Binary 10111011 10110110 11000100
Octal 273 266 304

Shades and tints

Shades of #BBB6C4

#BBB6C4
(187,182,196)
#AAA6B3
(170,166,179)
#9996A2
(153,150,162)
#888691
(136,134,145)
#777680
(119,118,128)
#66666F
(102,102,111)
#55565E
(85,86,94)
#44464D
(68,70,77)
#33363C
(51,54,60)
#22262B
(34,38,43)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #BBB6C4

#BBB6C4
(187,182,196)
#C1BCC9
(193,188,201)
#C7C2CE
(199,194,206)
#CDC8D3
(205,200,211)
#D3CED8
(211,206,216)
#D9D4DD
(217,212,221)
#DFDAE2
(223,218,226)
#E5E0E7
(229,224,231)
#EBE6EC
(235,230,236)
#F1ECF1
(241,236,241)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB6C4; }

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

This text font color is #BBB6C4.

Background Color

.myBgColor { background-color: #BBB6C4; }

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

This div background color is #BBB6C4.

Border color

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

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

This div border color is #BBB6C4.

Opacity

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

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

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

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

This text has shadow with #BBB6C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB6C4.

Preview

Color preview on black background

This text has color #BBB6C4 on black background.


Color preview on white background

This text has color #BBB6C4 on white background.


Black color preview on #BBB6C4 background

This text has black color on #BBB6C4 background.


White color preview on #BBB6C4 background

This text has white color on #BBB6C4 background.


Related colors

Complementary color

Complementary color for #hex is #44493B.


I love getcolorcode.com

Triadic colors

1 #C4BBB6 and #B6C4BB with #BBB6C4 are triadic colors.

2 #C4B6BB and #B6BBC4 with #BBB6C4 are triadic colors.