COLOR #BBBCD7

HEX: #BBBCD7
RGB: (187,188,215)

Color info

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

RGB color model

#BBBCD7 color RGB value is (187,188,215).

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

RGB channels and saturation

R 187 of 255 = 73%
G 188 of 255 = 74%
B 215 of 255 = 84%

187
188
215

R + G + B ~ 77%. #BBBCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 188 + 215 = 590 (100%)
R 187 of 590 ~ 31.69%
G 188 of 590 ~ 31.86%
B 215 of 590 ~ 36.44%

%31.69
%31.86
%36.44

CMYK color model

#BBBCD7 color CMYK value is (13,13,0,16).

  • cyan value is 13.02%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(13,13,0,16)
C13M13Y0K16 
(13%,13%,0%,16%)
(0.13/0.13/0.00/0.16)	

CMYK percentages

%13.02
%12.56
%0
%15.69

Codes

Color #BBBCD7 in popluar color models

BBBCD7
RGB187188215
HSL238°25.93%78.82%
HSB/HSV238°13.02%84.31%
CMYK13.02%12.56%0.00%
15.69%

Color #BBBCD7 in popluar number systems.

HEXBBBCD7
Decimal187188215
Binary101110111011110011010111
Octal273274327

Shades and tints

Shades of #BBBCD7

#BBBCD7
(187,188,215)
#AAABC4
(170,171,196)
#999AB1
(153,154,177)
#88899E
(136,137,158)
#77788B
(119,120,139)
#666778
(102,103,120)
#555665
(85,86,101)
#444552
(68,69,82)
#33343F
(51,52,63)
#22232C
(34,35,44)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #BBBCD7

#BBBCD7
(187,188,215)
#C1C2DA
(193,194,218)
#C7C8DD
(199,200,221)
#CDCEE0
(205,206,224)
#D3D4E3
(211,212,227)
#D9DAE6
(217,218,230)
#DFE0E9
(223,224,233)
#E5E6EC
(229,230,236)
#EBECEF
(235,236,239)
#F1F2F2
(241,242,242)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBCD7; }

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

This text font color is #BBBCD7.


Background Color

.myBgColor { background-color: #BBBCD7; }

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

This div background color is #BBBCD7.


Border color

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

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

This div border color is #BBBCD7.


Opacity

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

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

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

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

This text has shadow with #BBBCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBCD7 on black background.


Color preview on white background

This text has color #BBBCD7 on white background.



Black color preview on #BBBCD7 background

This text has black color on #BBBCD7 background.


White color preview on #BBBCD7 background

This text has white color on #BBBCD7 background.