COLOR #BBABDB

HEX: #BBABDB RGB: (187,171,219)

Color info

#BBABDB contains red, green and blue colors in about the same proportion. Web safe color of #BBABDB is #CC99CC (or #C9C).

RGB color model

#BBABDB color RGB value is (187,171,219).

RGB: (187,171,219) (73%, 67%, 86%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 219 of 255 = 86%

187
171
219

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

Portions of RGB colors in percentages

R + G + B = 187 + 171 + 219 = 577 (100%)
R 187 of 577 ~ 32.41%
G 171 of 577 ~ 29.64%
B 219 of 577 ~ 37.95'%

%32.41
%29.64
%37.95

CMYK color model

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

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

CMYK: (15,22,0,14)
C15M22Y0K14 (15%, 22%, 0%, 14%)
(0.15 / 0.22 / 0.00 / 0.14)

CMYK percentages

%14.61
%21.92
%0
%14.12

Codes

Color #BBABDB in popluar color models

BB AB DB
RGB 187 171 219
HSL 260° 40.00% 76.47%
HSB/HSV 260° 21.92% 85.88%
CMYK 14.61% 21.92% 0.00%
14.12%

Color #BBABDB in popluar number systems.

HEX BB AB DB
Decimal 187 171 219
Binary 10111011 10101011 11011011
Octal 273 253 333

Shades and tints

Shades of #BBABDB

#BBABDB
(187,171,219)
#AA9CC8
(170,156,200)
#998DB5
(153,141,181)
#887EA2
(136,126,162)
#776F8F
(119,111,143)
#66607C
(102,96,124)
#555169
(85,81,105)
#444256
(68,66,86)
#333343
(51,51,67)
#222430
(34,36,48)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #BBABDB

#BBABDB
(187,171,219)
#C1B2DE
(193,178,222)
#C7B9E1
(199,185,225)
#CDC0E4
(205,192,228)
#D3C7E7
(211,199,231)
#D9CEEA
(217,206,234)
#DFD5ED
(223,213,237)
#E5DCF0
(229,220,240)
#EBE3F3
(235,227,243)
#F1EAF6
(241,234,246)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABDB; }

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

This text font color is #BBABDB.

Background Color

.myBgColor { background-color: #BBABDB; }

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

This div background color is #BBABDB.

Border color

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

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

This div border color is #BBABDB.

Opacity

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

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

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

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

This text has shadow with #BBABDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBABDB.

Preview

Color preview on black background

This text has color #BBABDB on black background.


Color preview on white background

This text has color #BBABDB on white background.


Black color preview on #BBABDB background

This text has black color on #BBABDB background.


White color preview on #BBABDB background

This text has white color on #BBABDB background.


Related colors

Complementary color

Complementary color for #hex is #445424.


I love getcolorcode.com

Triadic colors

1 #DBBBAB and #ABDBBB with #BBABDB are triadic colors.

2 #DBABBB and #ABBBDB with #BBABDB are triadic colors.