COLOR #BBBCDB

HEX: #BBBCDB
RGB: (187,188,219)

Color info

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

RGB color model

#BBBCDB color RGB value is (187,188,219).

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

RGB channels and saturation

R 187 of 255 = 73%
G 188 of 255 = 74%
B 219 of 255 = 86%

187
188
219

R + G + B ~ 78%. #BBBCDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 188 + 219 = 594 (100%)
R 187 of 594 ~ 31.48%
G 188 of 594 ~ 31.65%
B 219 of 594 ~ 36.87%

%31.48
%31.65
%36.87

CMYK color model

#BBBCDB color CMYK value is (15,14,0,14).

  • cyan value is 14.61%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(15,14,0,14)
C15M14Y0K14 
(15%,14%,0%,14%)
(0.15/0.14/0.00/0.14)	

CMYK percentages

%14.61
%14.16
%0
%14.12

Codes

Color #BBBCDB in popluar color models

BBBCDB
RGB187188219
HSL238°30.77%79.61%
HSB/HSV238°14.61%85.88%
CMYK14.61%14.16%0.00%
14.12%

Color #BBBCDB in popluar number systems.

HEXBBBCDB
Decimal187188219
Binary101110111011110011011011
Octal273274333

Shades and tints

Shades of #BBBCDB

#BBBCDB
(187,188,219)
#AAABC8
(170,171,200)
#999AB5
(153,154,181)
#8889A2
(136,137,162)
#77788F
(119,120,143)
#66677C
(102,103,124)
#555669
(85,86,105)
#444556
(68,69,86)
#333443
(51,52,67)
#222330
(34,35,48)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #BBBCDB

#BBBCDB
(187,188,219)
#C1C2DE
(193,194,222)
#C7C8E1
(199,200,225)
#CDCEE4
(205,206,228)
#D3D4E7
(211,212,231)
#D9DAEA
(217,218,234)
#DFE0ED
(223,224,237)
#E5E6F0
(229,230,240)
#EBECF3
(235,236,243)
#F1F2F6
(241,242,246)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBCDB; }

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

This text font color is #BBBCDB.


Background Color

.myBgColor { background-color: #BBBCDB; }

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

This div background color is #BBBCDB.


Border color

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

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

This div border color is #BBBCDB.


Opacity

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

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

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

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

This text has shadow with #BBBCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBCDB on black background.


Color preview on white background

This text has color #BBBCDB on white background.



Black color preview on #BBBCDB background

This text has black color on #BBBCDB background.


White color preview on #BBBCDB background

This text has white color on #BBBCDB background.