COLOR #BBB5DB

HEX: #BBB5DB
RGB: (187,181,219)

Color info

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

RGB color model

#BBB5DB color RGB value is (187,181,219).

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

RGB channels and saturation

R 187 of 255 = 73%
G 181 of 255 = 71%
B 219 of 255 = 86%

187
181
219

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

Portions of RGB colors in percentages

R + G + B =
187 + 181 + 219 = 587 (100%)
R 187 of 587 ~ 31.86%
G 181 of 587 ~ 30.83%
B 219 of 587 ~ 37.31%

%31.86
%30.83
%37.31

CMYK color model

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

  • cyan value is 14.61%
  • magenta value is 17.35%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(15,17,0,14)
C15M17Y0K14 
(15%,17%,0%,14%)
(0.15/0.17/0.00/0.14)	

CMYK percentages

%14.61
%17.35
%0
%14.12

Codes

Color #BBB5DB in popluar color models

BBB5DB
RGB187181219
HSL249°34.55%78.43%
HSB/HSV249°17.35%85.88%
CMYK14.61%17.35%0.00%
14.12%

Color #BBB5DB in popluar number systems.

HEXBBB5DB
Decimal187181219
Binary101110111011010111011011
Octal273265333

Shades and tints

Shades of #BBB5DB

#BBB5DB
(187,181,219)
#AAA5C8
(170,165,200)
#9995B5
(153,149,181)
#8885A2
(136,133,162)
#77758F
(119,117,143)
#66657C
(102,101,124)
#555569
(85,85,105)
#444556
(68,69,86)
#333543
(51,53,67)
#222530
(34,37,48)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #BBB5DB

#BBB5DB
(187,181,219)
#C1BBDE
(193,187,222)
#C7C1E1
(199,193,225)
#CDC7E4
(205,199,228)
#D3CDE7
(211,205,231)
#D9D3EA
(217,211,234)
#DFD9ED
(223,217,237)
#E5DFF0
(229,223,240)
#EBE5F3
(235,229,243)
#F1EBF6
(241,235,246)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB5DB; }

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

This text font color is #BBB5DB.


Background Color

.myBgColor { background-color: #BBB5DB; }

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

This div background color is #BBB5DB.


Border color

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

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

This div border color is #BBB5DB.


Opacity

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

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

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

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

This text has shadow with #BBB5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB5DB on black background.


Color preview on white background

This text has color #BBB5DB on white background.



Black color preview on #BBB5DB background

This text has black color on #BBB5DB background.


White color preview on #BBB5DB background

This text has white color on #BBB5DB background.