COLOR #BBBAD2

HEX: #BBBAD2 RGB: (187,186,210)

Color info

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

RGB color model

#BBBAD2 color RGB value is (187,186,210).

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

RGB channels and saturation

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

187
186
210

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

Portions of RGB colors in percentages

R + G + B = 187 + 186 + 210 = 583 (100%)
R 187 of 583 ~ 32.08%
G 186 of 583 ~ 31.9%
B 210 of 583 ~ 36.02'%

%32.08
%31.9
%36.02

CMYK color model

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

  • cyan value is 10.95%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 17.65%

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

CMYK percentages

%10.95
%11.43
%0
%17.65

Codes

Color #BBBAD2 in popluar color models

BB BA D2
RGB 187 186 210
HSL 243° 21.05% 77.65%
HSB/HSV 243° 11.43% 82.35%
CMYK 10.95% 11.43% 0.00%
17.65%

Color #BBBAD2 in popluar number systems.

HEX BB BA D2
Decimal 187 186 210
Binary 10111011 10111010 11010010
Octal 273 272 322

Shades and tints

Shades of #BBBAD2

#BBBAD2
(187,186,210)
#AAAABF
(170,170,191)
#999AAC
(153,154,172)
#888A99
(136,138,153)
#777A86
(119,122,134)
#666A73
(102,106,115)
#555A60
(85,90,96)
#444A4D
(68,74,77)
#333A3A
(51,58,58)
#222A27
(34,42,39)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #BBBAD2

#BBBAD2
(187,186,210)
#C1C0D6
(193,192,214)
#C7C6DA
(199,198,218)
#CDCCDE
(205,204,222)
#D3D2E2
(211,210,226)
#D9D8E6
(217,216,230)
#DFDEEA
(223,222,234)
#E5E4EE
(229,228,238)
#EBEAF2
(235,234,242)
#F1F0F6
(241,240,246)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBAD2; }

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

This text font color is #BBBAD2.

Background Color

.myBgColor { background-color: #BBBAD2; }

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

This div background color is #BBBAD2.

Border color

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

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

This div border color is #BBBAD2.

Opacity

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

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

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

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

This text has shadow with #BBBAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBAD2.

Preview

Color preview on black background

This text has color #BBBAD2 on black background.


Color preview on white background

This text has color #BBBAD2 on white background.


Black color preview on #BBBAD2 background

This text has black color on #BBBAD2 background.


White color preview on #BBBAD2 background

This text has white color on #BBBAD2 background.


Related colors

Complementary color

Complementary color for #hex is #44452D.


I love getcolorcode.com

Triadic colors

1 #D2BBBA and #BAD2BB with #BBBAD2 are triadic colors.

2 #D2BABB and #BABBD2 with #BBBAD2 are triadic colors.