COLOR #BBBAD7

HEX: #BBBAD7 RGB: (187,186,215)

Color info

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

RGB color model

#BBBAD7 color RGB value is (187,186,215).

RGB: (187,186,215) (73%, 73%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 186 of 255 = 73%
B 215 of 255 = 84%

187
186
215

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

Portions of RGB colors in percentages

R + G + B = 187 + 186 + 215 = 588 (100%)
R 187 of 588 ~ 31.8%
G 186 of 588 ~ 31.63%
B 215 of 588 ~ 36.56'%

%31.8
%31.63
%36.56

CMYK color model

#BBBAD7 color CMYK value is (13,13,0,16).

  • cyan value is 13.02%
  • magenta value is 13.49%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (13,13,0,16)
C13M13Y0K16 (13%, 13%, 0%, 16%)
(0.13 / 0.13 / 0.00 / 0.16)

CMYK percentages

%13.02
%13.49
%0
%15.69

Codes

Color #BBBAD7 in popluar color models

BB BA D7
RGB 187 186 215
HSL 242° 26.61% 78.63%
HSB/HSV 242° 13.49% 84.31%
CMYK 13.02% 13.49% 0.00%
15.69%

Color #BBBAD7 in popluar number systems.

HEX BB BA D7
Decimal 187 186 215
Binary 10111011 10111010 11010111
Octal 273 272 327

Shades and tints

Shades of #BBBAD7

#BBBAD7
(187,186,215)
#AAAAC4
(170,170,196)
#999AB1
(153,154,177)
#888A9E
(136,138,158)
#777A8B
(119,122,139)
#666A78
(102,106,120)
#555A65
(85,90,101)
#444A52
(68,74,82)
#333A3F
(51,58,63)
#222A2C
(34,42,44)
#111A19
(17,26,25)
#000000
(0,0,0)

Tints of #BBBAD7

#BBBAD7
(187,186,215)
#C1C0DA
(193,192,218)
#C7C6DD
(199,198,221)
#CDCCE0
(205,204,224)
#D3D2E3
(211,210,227)
#D9D8E6
(217,216,230)
#DFDEE9
(223,222,233)
#E5E4EC
(229,228,236)
#EBEAEF
(235,234,239)
#F1F0F2
(241,240,242)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBAD7; }

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

This text font color is #BBBAD7.

Background Color

.myBgColor { background-color: #BBBAD7; }

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

This div background color is #BBBAD7.

Border color

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

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

This div border color is #BBBAD7.

Opacity

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

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

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

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

This text has shadow with #BBBAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBAD7.

Preview

Color preview on black background

This text has color #BBBAD7 on black background.


Color preview on white background

This text has color #BBBAD7 on white background.


Black color preview on #BBBAD7 background

This text has black color on #BBBAD7 background.


White color preview on #BBBAD7 background

This text has white color on #BBBAD7 background.


Related colors

Complementary color

Complementary color for #hex is #444528.


I love getcolorcode.com

Triadic colors

1 #D7BBBA and #BAD7BB with #BBBAD7 are triadic colors.

2 #D7BABB and #BABBD7 with #BBBAD7 are triadic colors.