COLOR #BBB9CC

HEX: #BBB9CC RGB: (187,185,204)

Color info

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

RGB color model

#BBB9CC color RGB value is (187,185,204).

RGB: (187,185,204) (73%, 73%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 185 of 255 = 73%
B 204 of 255 = 80%

187
185
204

R + G + B ~ 75%. #BBB9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 185 + 204 = 576 (100%)
R 187 of 576 ~ 32.47%
G 185 of 576 ~ 32.12%
B 204 of 576 ~ 35.42'%

%32.47
%32.12
%35.42

CMYK color model

#BBB9CC color CMYK value is (8,9,0,20).

  • cyan value is 8.33%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (8,9,0,20) C8M9Y0K20 (8%,9%,0%,20%) (0.08/0.09/0.00/0.20) 

CMYK percentages

%8.33
%9.31
%0
%20

Codes

Color #BBB9CC in popluar color models

BB B9 CC
RGB 187 185 204
HSL 246° 15.70% 76.27%
HSB/HSV 246° 9.31% 80.00%
CMYK 8.33% 9.31% 0.00%
20.00%

Color #BBB9CC in popluar number systems.

HEX BB B9 CC
Decimal 187 185 204
Binary 10111011 10111001 11001100
Octal 273 271 314

Shades and tints

Shades of #BBB9CC

#BBB9CC
(187,185,204)
#AAA9BA
(170,169,186)
#9999A8
(153,153,168)
#888996
(136,137,150)
#777984
(119,121,132)
#666972
(102,105,114)
#555960
(85,89,96)
#44494E
(68,73,78)
#33393C
(51,57,60)
#22292A
(34,41,42)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #BBB9CC

#BBB9CC
(187,185,204)
#C1BFD0
(193,191,208)
#C7C5D4
(199,197,212)
#CDCBD8
(205,203,216)
#D3D1DC
(211,209,220)
#D9D7E0
(217,215,224)
#DFDDE4
(223,221,228)
#E5E3E8
(229,227,232)
#EBE9EC
(235,233,236)
#F1EFF0
(241,239,240)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB9CC color. Also use rgb(187,185,204) instead hex code.

Text Font Color

.myTextColor { color: #BBB9CC; }

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

This text font color is #BBB9CC.

Background Color

.myBgColor { background-color: #BBB9CC; }

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

This div background color is #BBB9CC.

Border color

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

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

This div border color is #BBB9CC.

Opacity

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

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

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

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

This text has shadow with #BBB9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB9CC.

Preview

Color preview on black background

This text has color #BBB9CC on black background.


Color preview on white background

This text has color #BBB9CC on white background.


Black color preview on #BBB9CC background

This text has black color on #BBB9CC background.


White color preview on #BBB9CC background

This text has white color on #BBB9CC background.


Related colors

Complementary color

Complementary color for #hex is #444633.


I love getcolorcode.com

Triadic colors

1 #CCBBB9 and #B9CCBB with #BBB9CC are triadic colors.

2 #CCB9BB and #B9BBCC with #BBB9CC are triadic colors.