COLOR #BBCBBD

HEX: #BBCBBD RGB: (187,203,189)

Color info

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

RGB color model

#BBCBBD color RGB value is (187,203,189).

RGB: (187,203,189) (73%, 80%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 203 of 255 = 80%
B 189 of 255 = 74%

187
203
189

R + G + B ~ 76%. #BBCBBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 203 + 189 = 579 (100%)
R 187 of 579 ~ 32.3%
G 203 of 579 ~ 35.06%
B 189 of 579 ~ 32.64'%

%32.3
%35.06
%32.64

CMYK color model

#BBCBBD color CMYK value is (8,0,7,20).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%
CMYK: (8,0,7,20) C8M0Y7K20 (8%,0%,7%,20%) (0.08/0.00/0.07/0.20) 

CMYK percentages

%7.88
%0
%6.9
%20.39

Codes

Color #BBCBBD in popluar color models

BB CB BD
RGB 187 203 189
HSL 128° 13.33% 76.47%
HSB/HSV 128° 7.88% 79.61%
CMYK 7.88% 0.00% 6.90%
20.39%

Color #BBCBBD in popluar number systems.

HEX BB CB BD
Decimal 187 203 189
Binary 10111011 11001011 10111101
Octal 273 313 275

Shades and tints

Shades of #BBCBBD

#BBCBBD
(187,203,189)
#AAB9AC
(170,185,172)
#99A79B
(153,167,155)
#88958A
(136,149,138)
#778379
(119,131,121)
#667168
(102,113,104)
#555F57
(85,95,87)
#444D46
(68,77,70)
#333B35
(51,59,53)
#222924
(34,41,36)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #BBCBBD

#BBCBBD
(187,203,189)
#C1CFC3
(193,207,195)
#C7D3C9
(199,211,201)
#CDD7CF
(205,215,207)
#D3DBD5
(211,219,213)
#D9DFDB
(217,223,219)
#DFE3E1
(223,227,225)
#E5E7E7
(229,231,231)
#EBEBED
(235,235,237)
#F1EFF3
(241,239,243)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCBBD color. Also use rgb(187,203,189) instead hex code.

Text Font Color

.myTextColor { color: #BBCBBD; }

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

This text font color is #BBCBBD.

Background Color

.myBgColor { background-color: #BBCBBD; }

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

This div background color is #BBCBBD.

Border color

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

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

This div border color is #BBCBBD.

Opacity

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

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

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

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

This text has shadow with #BBCBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCBBD.

Preview

Color preview on black background

This text has color #BBCBBD on black background.


Color preview on white background

This text has color #BBCBBD on white background.


Black color preview on #BBCBBD background

This text has black color on #BBCBBD background.


White color preview on #BBCBBD background

This text has white color on #BBCBBD background.


Related colors

Complementary color

Complementary color for #hex is #443442.


I love getcolorcode.com

Triadic colors

1 #BDBBCB and #CBBDBB with #BBCBBD are triadic colors.

2 #BDCBBB and #CBBBBD with #BBCBBD are triadic colors.