COLOR #BBBEC8

HEX: #BBBEC8 RGB: (187,190,200)

Color info

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

RGB color model

#BBBEC8 color RGB value is (187,190,200).

RGB: (187,190,200) (73%, 75%, 78%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 200 of 255 = 78%

187
190
200

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

Portions of RGB colors in percentages

R + G + B = 187 + 190 + 200 = 577 (100%)
R 187 of 577 ~ 32.41%
G 190 of 577 ~ 32.93%
B 200 of 577 ~ 34.66'%

%32.41
%32.93
%34.66

CMYK color model

#BBBEC8 color CMYK value is (7,5,0,22).

  • cyan value is 6.50%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (7,5,0,22) C7M5Y0K22 (7%,5%,0%,22%) (0.07/0.05/0.00/0.22) 

CMYK percentages

%6.5
%5
%0
%21.57

Codes

Color #BBBEC8 in popluar color models

BB BE C8
RGB 187 190 200
HSL 226° 10.57% 75.88%
HSB/HSV 226° 6.50% 78.43%
CMYK 6.50% 5.00% 0.00%
21.57%

Color #BBBEC8 in popluar number systems.

HEX BB BE C8
Decimal 187 190 200
Binary 10111011 10111110 11001000
Octal 273 276 310

Shades and tints

Shades of #BBBEC8

#BBBEC8
(187,190,200)
#AAADB6
(170,173,182)
#999CA4
(153,156,164)
#888B92
(136,139,146)
#777A80
(119,122,128)
#66696E
(102,105,110)
#55585C
(85,88,92)
#44474A
(68,71,74)
#333638
(51,54,56)
#222526
(34,37,38)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #BBBEC8

#BBBEC8
(187,190,200)
#C1C3CD
(193,195,205)
#C7C8D2
(199,200,210)
#CDCDD7
(205,205,215)
#D3D2DC
(211,210,220)
#D9D7E1
(217,215,225)
#DFDCE6
(223,220,230)
#E5E1EB
(229,225,235)
#EBE6F0
(235,230,240)
#F1EBF5
(241,235,245)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBEC8; }

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

This text font color is #BBBEC8.

Background Color

.myBgColor { background-color: #BBBEC8; }

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

This div background color is #BBBEC8.

Border color

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

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

This div border color is #BBBEC8.

Opacity

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

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

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

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

This text has shadow with #BBBEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBEC8.

Preview

Color preview on black background

This text has color #BBBEC8 on black background.


Color preview on white background

This text has color #BBBEC8 on white background.


Black color preview on #BBBEC8 background

This text has black color on #BBBEC8 background.


White color preview on #BBBEC8 background

This text has white color on #BBBEC8 background.


Related colors

Complementary color

Complementary color for #hex is #444137.


I love getcolorcode.com

Triadic colors

1 #C8BBBE and #BEC8BB with #BBBEC8 are triadic colors.

2 #C8BEBB and #BEBBC8 with #BBBEC8 are triadic colors.