COLOR #BBBEC0

HEX: #BBBEC0 RGB: (187,190,192)

Color info

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

RGB color model

#BBBEC0 color RGB value is (187,190,192).

RGB: (187,190,192) (73%, 75%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 192 of 255 = 75%

187
190
192

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

Portions of RGB colors in percentages

R + G + B = 187 + 190 + 192 = 569 (100%)
R 187 of 569 ~ 32.86%
G 190 of 569 ~ 33.39%
B 192 of 569 ~ 33.74'%

%32.86
%33.39
%33.74

CMYK color model

#BBBEC0 color CMYK value is (3,1,0,25).

  • cyan value is 2.60%
  • magenta value is 1.04%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (3,1,0,25)
C3M1Y0K25 (3%, 1%, 0%, 25%)
(0.03 / 0.01 / 0.00 / 0.25)

CMYK percentages

%2.6
%1.04
%0
%24.71

Codes

Color #BBBEC0 in popluar color models

BB BE C0
RGB 187 190 192
HSL 204° 3.82% 74.31%
HSB/HSV 204° 2.60% 75.29%
CMYK 2.60% 1.04% 0.00%
24.71%

Color #BBBEC0 in popluar number systems.

HEX BB BE C0
Decimal 187 190 192
Binary 10111011 10111110 11000000
Octal 273 276 300

Shades and tints

Shades of #BBBEC0

#BBBEC0
(187,190,192)
#AAADAF
(170,173,175)
#999C9E
(153,156,158)
#888B8D
(136,139,141)
#777A7C
(119,122,124)
#66696B
(102,105,107)
#55585A
(85,88,90)
#444749
(68,71,73)
#333638
(51,54,56)
#222527
(34,37,39)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #BBBEC0

#BBBEC0
(187,190,192)
#C1C3C5
(193,195,197)
#C7C8CA
(199,200,202)
#CDCDCF
(205,205,207)
#D3D2D4
(211,210,212)
#D9D7D9
(217,215,217)
#DFDCDE
(223,220,222)
#E5E1E3
(229,225,227)
#EBE6E8
(235,230,232)
#F1EBED
(241,235,237)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBEC0 color. Also use rgb(187,190,192) instead hex code.

Text Font Color

.myTextColor { color: #BBBEC0; }

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

This text font color is #BBBEC0.

Background Color

.myBgColor { background-color: #BBBEC0; }

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

This div background color is #BBBEC0.

Border color

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

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

This div border color is #BBBEC0.

Opacity

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

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

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

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

This text has shadow with #BBBEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBEC0.

Preview

Color preview on black background

This text has color #BBBEC0 on black background.


Color preview on white background

This text has color #BBBEC0 on white background.


Black color preview on #BBBEC0 background

This text has black color on #BBBEC0 background.


White color preview on #BBBEC0 background

This text has white color on #BBBEC0 background.


Related colors

Complementary color

Complementary color for #hex is #44413F.


I love getcolorcode.com

Triadic colors

1 #C0BBBE and #BEC0BB with #BBBEC0 are triadic colors.

2 #C0BEBB and #BEBBC0 with #BBBEC0 are triadic colors.