COLOR #BBB4DB

HEX: #BBB4DB RGB: (187,180,219)

Color info

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

RGB color model

#BBB4DB color RGB value is (187,180,219).

RGB: (187,180,219) (73%, 71%, 86%)

RGB channels and saturation

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

187
180
219

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

Portions of RGB colors in percentages

R + G + B = 187 + 180 + 219 = 586 (100%)
R 187 of 586 ~ 31.91%
G 180 of 586 ~ 30.72%
B 219 of 586 ~ 37.37'%

%31.91
%30.72
%37.37

CMYK color model

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

  • cyan value is 14.61%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (15,18,0,14)
C15M18Y0K14 (15%, 18%, 0%, 14%)
(0.15 / 0.18 / 0.00 / 0.14)

CMYK percentages

%14.61
%17.81
%0
%14.12

Codes

Color #BBB4DB in popluar color models

BB B4 DB
RGB 187 180 219
HSL 251° 35.14% 78.24%
HSB/HSV 251° 17.81% 85.88%
CMYK 14.61% 17.81% 0.00%
14.12%

Color #BBB4DB in popluar number systems.

HEX BB B4 DB
Decimal 187 180 219
Binary 10111011 10110100 11011011
Octal 273 264 333

Shades and tints

Shades of #BBB4DB

#BBB4DB
(187,180,219)
#AAA4C8
(170,164,200)
#9994B5
(153,148,181)
#8884A2
(136,132,162)
#77748F
(119,116,143)
#66647C
(102,100,124)
#555469
(85,84,105)
#444456
(68,68,86)
#333443
(51,52,67)
#222430
(34,36,48)
#11141D
(17,20,29)
#000000
(0,0,0)

Tints of #BBB4DB

#BBB4DB
(187,180,219)
#C1BADE
(193,186,222)
#C7C0E1
(199,192,225)
#CDC6E4
(205,198,228)
#D3CCE7
(211,204,231)
#D9D2EA
(217,210,234)
#DFD8ED
(223,216,237)
#E5DEF0
(229,222,240)
#EBE4F3
(235,228,243)
#F1EAF6
(241,234,246)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB4DB; }

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

This text font color is #BBB4DB.

Background Color

.myBgColor { background-color: #BBB4DB; }

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

This div background color is #BBB4DB.

Border color

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

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

This div border color is #BBB4DB.

Opacity

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

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

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

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

This text has shadow with #BBB4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB4DB.

Preview

Color preview on black background

This text has color #BBB4DB on black background.


Color preview on white background

This text has color #BBB4DB on white background.


Black color preview on #BBB4DB background

This text has black color on #BBB4DB background.


White color preview on #BBB4DB background

This text has white color on #BBB4DB background.


Related colors

Complementary color

Complementary color for #hex is #444B24.


I love getcolorcode.com

Triadic colors

1 #DBBBB4 and #B4DBBB with #BBB4DB are triadic colors.

2 #DBB4BB and #B4BBDB with #BBB4DB are triadic colors.