COLOR #BBBCC8

HEX: #BBBCC8
RGB: (187,188,200)

Color info

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

RGB color model

#BBBCC8 color RGB value is (187,188,200).

  • red value is 187;
  • green value is 188;
  • blue value is 200.
RGB:
(187,188,200)
(73%,74%,78%)

RGB channels and saturation

R 187 of 255 = 73%
G 188 of 255 = 74%
B 200 of 255 = 78%

187
188
200

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

Portions of RGB colors in percentages

R + G + B =
187 + 188 + 200 = 575 (100%)
R 187 of 575 ~ 32.52%
G 188 of 575 ~ 32.7%
B 200 of 575 ~ 34.78%

%32.52
%32.7
%34.78

CMYK color model

#BBBCC8 color CMYK value is (7,6,0,22).

  • cyan value is 6.50%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(7,6,0,22)
C7M6Y0K22 
(7%,6%,0%,22%)
(0.07/0.06/0.00/0.22)	

CMYK percentages

%6.5
%6
%0
%21.57

Codes

Color #BBBCC8 in popluar color models

BBBCC8
RGB187188200
HSL235°10.57%75.88%
HSB/HSV235°6.50%78.43%
CMYK6.50%6.00%0.00%
21.57%

Color #BBBCC8 in popluar number systems.

HEXBBBCC8
Decimal187188200
Binary101110111011110011001000
Octal273274310

Shades and tints

Shades of #BBBCC8

#BBBCC8
(187,188,200)
#AAABB6
(170,171,182)
#999AA4
(153,154,164)
#888992
(136,137,146)
#777880
(119,120,128)
#66676E
(102,103,110)
#55565C
(85,86,92)
#44454A
(68,69,74)
#333438
(51,52,56)
#222326
(34,35,38)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #BBBCC8

#BBBCC8
(187,188,200)
#C1C2CD
(193,194,205)
#C7C8D2
(199,200,210)
#CDCED7
(205,206,215)
#D3D4DC
(211,212,220)
#D9DAE1
(217,218,225)
#DFE0E6
(223,224,230)
#E5E6EB
(229,230,235)
#EBECF0
(235,236,240)
#F1F2F5
(241,242,245)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBCC8; }

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

This text font color is #BBBCC8.


Background Color

.myBgColor { background-color: #BBBCC8; }

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

This div background color is #BBBCC8.


Border color

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

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

This div border color is #BBBCC8.


Opacity

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

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

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

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

This text has shadow with #BBBCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBCC8 on black background.


Color preview on white background

This text has color #BBBCC8 on white background.



Black color preview on #BBBCC8 background

This text has black color on #BBBCC8 background.


White color preview on #BBBCC8 background

This text has white color on #BBBCC8 background.