COLOR #BBBBD3

HEX: #BBBBD3 RGB: (187,187,211)

Color info

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

RGB color model

#BBBBD3 color RGB value is (187,187,211).

RGB: (187,187,211) (73%, 73%, 83%)

RGB channels and saturation

R 187 of 255 = 73%
G 187 of 255 = 73%
B 211 of 255 = 83%

187
187
211

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

Portions of RGB colors in percentages

R + G + B = 187 + 187 + 211 = 585 (100%)
R 187 of 585 ~ 31.97%
G 187 of 585 ~ 31.97%
B 211 of 585 ~ 36.07'%

%31.97
%31.97
%36.07

CMYK color model

#BBBBD3 color CMYK value is (11,11,0,17).

  • cyan value is 11.37%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (11,11,0,17) C11M11Y0K17 (11%,11%,0%,17%) (0.11/0.11/0.00/0.17) 

CMYK percentages

%11.37
%11.37
%0
%17.25

Codes

Color #BBBBD3 in popluar color models

BB BB D3
RGB 187 187 211
HSL 240° 21.43% 78.04%
HSB/HSV 240° 11.37% 82.75%
CMYK 11.37% 11.37% 0.00%
17.25%

Color #BBBBD3 in popluar number systems.

HEX BB BB D3
Decimal 187 187 211
Binary 10111011 10111011 11010011
Octal 273 273 323

Shades and tints

Shades of #BBBBD3

#BBBBD3
(187,187,211)
#AAAAC0
(170,170,192)
#9999AD
(153,153,173)
#88889A
(136,136,154)
#777787
(119,119,135)
#666674
(102,102,116)
#555561
(85,85,97)
#44444E
(68,68,78)
#33333B
(51,51,59)
#222228
(34,34,40)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #BBBBD3

#BBBBD3
(187,187,211)
#C1C1D7
(193,193,215)
#C7C7DB
(199,199,219)
#CDCDDF
(205,205,223)
#D3D3E3
(211,211,227)
#D9D9E7
(217,217,231)
#DFDFEB
(223,223,235)
#E5E5EF
(229,229,239)
#EBEBF3
(235,235,243)
#F1F1F7
(241,241,247)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBBD3; }

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

This text font color is #BBBBD3.

Background Color

.myBgColor { background-color: #BBBBD3; }

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

This div background color is #BBBBD3.

Border color

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

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

This div border color is #BBBBD3.

Opacity

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

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

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

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

This text has shadow with #BBBBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBBD3.

Preview

Color preview on black background

This text has color #BBBBD3 on black background.


Color preview on white background

This text has color #BBBBD3 on white background.


Black color preview on #BBBBD3 background

This text has black color on #BBBBD3 background.


White color preview on #BBBBD3 background

This text has white color on #BBBBD3 background.


Related colors

Complementary color

Complementary color for #hex is #44442C.


I love getcolorcode.com