COLOR #BBBAD1

HEX: #BBBAD1 RGB: (187,186,209)

Color info

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

RGB color model

#BBBAD1 color RGB value is (187,186,209).

RGB: (187,186,209) (73%, 73%, 82%)

RGB channels and saturation

R 187 of 255 = 73%
G 186 of 255 = 73%
B 209 of 255 = 82%

187
186
209

R + G + B ~ 76%. #BBBAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 186 + 209 = 582 (100%)
R 187 of 582 ~ 32.13%
G 186 of 582 ~ 31.96%
B 209 of 582 ~ 35.91'%

%32.13
%31.96
%35.91

CMYK color model

#BBBAD1 color CMYK value is (11,11,0,18).

  • cyan value is 10.53%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (11,11,0,18)
C11M11Y0K18 (11%, 11%, 0%, 18%)
(0.11 / 0.11 / 0.00 / 0.18)

CMYK percentages

%10.53
%11
%0
%18.04

Codes

Color #BBBAD1 in popluar color models

BB BA D1
RGB 187 186 209
HSL 243° 20.00% 77.45%
HSB/HSV 243° 11.00% 81.96%
CMYK 10.53% 11.00% 0.00%
18.04%

Color #BBBAD1 in popluar number systems.

HEX BB BA D1
Decimal 187 186 209
Binary 10111011 10111010 11010001
Octal 273 272 321

Shades and tints

Shades of #BBBAD1

#BBBAD1
(187,186,209)
#AAAABE
(170,170,190)
#999AAB
(153,154,171)
#888A98
(136,138,152)
#777A85
(119,122,133)
#666A72
(102,106,114)
#555A5F
(85,90,95)
#444A4C
(68,74,76)
#333A39
(51,58,57)
#222A26
(34,42,38)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #BBBAD1

#BBBAD1
(187,186,209)
#C1C0D5
(193,192,213)
#C7C6D9
(199,198,217)
#CDCCDD
(205,204,221)
#D3D2E1
(211,210,225)
#D9D8E5
(217,216,229)
#DFDEE9
(223,222,233)
#E5E4ED
(229,228,237)
#EBEAF1
(235,234,241)
#F1F0F5
(241,240,245)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBAD1 color. Also use rgb(187,186,209) instead hex code.

Text Font Color

.myTextColor { color: #BBBAD1; }

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

This text font color is #BBBAD1.

Background Color

.myBgColor { background-color: #BBBAD1; }

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

This div background color is #BBBAD1.

Border color

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

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

This div border color is #BBBAD1.

Opacity

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

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

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

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

This text has shadow with #BBBAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBAD1.

Preview

Color preview on black background

This text has color #BBBAD1 on black background.


Color preview on white background

This text has color #BBBAD1 on white background.


Black color preview on #BBBAD1 background

This text has black color on #BBBAD1 background.


White color preview on #BBBAD1 background

This text has white color on #BBBAD1 background.


Related colors

Complementary color

Complementary color for #hex is #44452E.


I love getcolorcode.com

Triadic colors

1 #D1BBBA and #BAD1BB with #BBBAD1 are triadic colors.

2 #D1BABB and #BABBD1 with #BBBAD1 are triadic colors.