COLOR #BBBDD5

HEX: #BBBDD5 RGB: (187,189,213)

Color info

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

RGB color model

#BBBDD5 color RGB value is (187,189,213).

RGB: (187,189,213) (73%, 74%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 189 of 255 = 74%
B 213 of 255 = 84%

187
189
213

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

Portions of RGB colors in percentages

R + G + B = 187 + 189 + 213 = 589 (100%)
R 187 of 589 ~ 31.75%
G 189 of 589 ~ 32.09%
B 213 of 589 ~ 36.16'%

%31.75
%32.09
%36.16

CMYK color model

#BBBDD5 color CMYK value is (12,11,0,16).

  • cyan value is 12.21%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (12,11,0,16)
C12M11Y0K16 (12%, 11%, 0%, 16%)
(0.12 / 0.11 / 0.00 / 0.16)

CMYK percentages

%12.21
%11.27
%0
%16.47

Codes

Color #BBBDD5 in popluar color models

BB BD D5
RGB 187 189 213
HSL 235° 23.64% 78.43%
HSB/HSV 235° 12.21% 83.53%
CMYK 12.21% 11.27% 0.00%
16.47%

Color #BBBDD5 in popluar number systems.

HEX BB BD D5
Decimal 187 189 213
Binary 10111011 10111101 11010101
Octal 273 275 325

Shades and tints

Shades of #BBBDD5

#BBBDD5
(187,189,213)
#AAACC2
(170,172,194)
#999BAF
(153,155,175)
#888A9C
(136,138,156)
#777989
(119,121,137)
#666876
(102,104,118)
#555763
(85,87,99)
#444650
(68,70,80)
#33353D
(51,53,61)
#22242A
(34,36,42)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #BBBDD5

#BBBDD5
(187,189,213)
#C1C3D8
(193,195,216)
#C7C9DB
(199,201,219)
#CDCFDE
(205,207,222)
#D3D5E1
(211,213,225)
#D9DBE4
(217,219,228)
#DFE1E7
(223,225,231)
#E5E7EA
(229,231,234)
#EBEDED
(235,237,237)
#F1F3F0
(241,243,240)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBDD5; }

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

This text font color is #BBBDD5.

Background Color

.myBgColor { background-color: #BBBDD5; }

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

This div background color is #BBBDD5.

Border color

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

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

This div border color is #BBBDD5.

Opacity

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

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

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

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

This text has shadow with #BBBDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBDD5.

Preview

Color preview on black background

This text has color #BBBDD5 on black background.


Color preview on white background

This text has color #BBBDD5 on white background.


Black color preview on #BBBDD5 background

This text has black color on #BBBDD5 background.


White color preview on #BBBDD5 background

This text has white color on #BBBDD5 background.


Related colors

Complementary color

Complementary color for #hex is #44422A.


I love getcolorcode.com

Triadic colors

1 #D5BBBD and #BDD5BB with #BBBDD5 are triadic colors.

2 #D5BDBB and #BDBBD5 with #BBBDD5 are triadic colors.