COLOR #BBB9CD

HEX: #BBB9CD RGB: (187,185,205)

Color info

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

RGB color model

#BBB9CD color RGB value is (187,185,205).

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

RGB channels and saturation

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

187
185
205

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

Portions of RGB colors in percentages

R + G + B = 187 + 185 + 205 = 577 (100%)
R 187 of 577 ~ 32.41%
G 185 of 577 ~ 32.06%
B 205 of 577 ~ 35.53'%

%32.41
%32.06
%35.53

CMYK color model

#BBB9CD color CMYK value is (9,10,0,20).

  • cyan value is 8.78%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (9,10,0,20)
C9M10Y0K20 (9%, 10%, 0%, 20%)
(0.09 / 0.10 / 0.00 / 0.20)

CMYK percentages

%8.78
%9.76
%0
%19.61

Codes

Color #BBB9CD in popluar color models

BB B9 CD
RGB 187 185 205
HSL 246° 16.67% 76.47%
HSB/HSV 246° 9.76% 80.39%
CMYK 8.78% 9.76% 0.00%
19.61%

Color #BBB9CD in popluar number systems.

HEX BB B9 CD
Decimal 187 185 205
Binary 10111011 10111001 11001101
Octal 273 271 315

Shades and tints

Shades of #BBB9CD

#BBB9CD
(187,185,205)
#AAA9BB
(170,169,187)
#9999A9
(153,153,169)
#888997
(136,137,151)
#777985
(119,121,133)
#666973
(102,105,115)
#555961
(85,89,97)
#44494F
(68,73,79)
#33393D
(51,57,61)
#22292B
(34,41,43)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #BBB9CD

#BBB9CD
(187,185,205)
#C1BFD1
(193,191,209)
#C7C5D5
(199,197,213)
#CDCBD9
(205,203,217)
#D3D1DD
(211,209,221)
#D9D7E1
(217,215,225)
#DFDDE5
(223,221,229)
#E5E3E9
(229,227,233)
#EBE9ED
(235,233,237)
#F1EFF1
(241,239,241)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB9CD; }

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

This text font color is #BBB9CD.

Background Color

.myBgColor { background-color: #BBB9CD; }

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

This div background color is #BBB9CD.

Border color

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

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

This div border color is #BBB9CD.

Opacity

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

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

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

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

This text has shadow with #BBB9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB9CD.

Preview

Color preview on black background

This text has color #BBB9CD on black background.


Color preview on white background

This text has color #BBB9CD on white background.


Black color preview on #BBB9CD background

This text has black color on #BBB9CD background.


White color preview on #BBB9CD background

This text has white color on #BBB9CD background.


Related colors

Complementary color

Complementary color for #hex is #444632.


I love getcolorcode.com

Triadic colors

1 #CDBBB9 and #B9CDBB with #BBB9CD are triadic colors.

2 #CDB9BB and #B9BBCD with #BBB9CD are triadic colors.