COLOR #B2B5DC

HEX: #B2B5DC RGB: (178,181,220)

Color info

#B2B5DC contains red, green and blue colors in about the same proportion. Web safe color of #B2B5DC is #99CCCC (or #9CC).

RGB color model

#B2B5DC color RGB value is (178,181,220).

RGB: (178,181,220) (70%, 71%, 86%)

RGB channels and saturation

R 178 of 255 = 70%
G 181 of 255 = 71%
B 220 of 255 = 86%

178
181
220

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

Portions of RGB colors in percentages

R + G + B = 178 + 181 + 220 = 579 (100%)
R 178 of 579 ~ 30.74%
G 181 of 579 ~ 31.26%
B 220 of 579 ~ 38'%

%30.74
%31.26
%38

CMYK color model

#B2B5DC color CMYK value is (19,18,0,14).

  • cyan value is 19.09%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (19,18,0,14)
C19M18Y0K14 (19%, 18%, 0%, 14%)
(0.19 / 0.18 / 0.00 / 0.14)

CMYK percentages

%19.09
%17.73
%0
%13.73

Codes

Color #B2B5DC in popluar color models

B2 B5 DC
RGB 178 181 220
HSL 236° 37.50% 78.04%
HSB/HSV 236° 19.09% 86.27%
CMYK 19.09% 17.73% 0.00%
13.73%

Color #B2B5DC in popluar number systems.

HEX B2 B5 DC
Decimal 178 181 220
Binary 10110010 10110101 11011100
Octal 262 265 334

Shades and tints

Shades of #B2B5DC

#B2B5DC
(178,181,220)
#A2A5C8
(162,165,200)
#9295B4
(146,149,180)
#8285A0
(130,133,160)
#72758C
(114,117,140)
#626578
(98,101,120)
#525564
(82,85,100)
#424550
(66,69,80)
#32353C
(50,53,60)
#222528
(34,37,40)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #B2B5DC

#B2B5DC
(178,181,220)
#B9BBDF
(185,187,223)
#C0C1E2
(192,193,226)
#C7C7E5
(199,199,229)
#CECDE8
(206,205,232)
#D5D3EB
(213,211,235)
#DCD9EE
(220,217,238)
#E3DFF1
(227,223,241)
#EAE5F4
(234,229,244)
#F1EBF7
(241,235,247)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B5DC color. Also use rgb(178,181,220) instead hex code.

Text Font Color

.myTextColor { color: #B2B5DC; }

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

This text font color is #B2B5DC.

Background Color

.myBgColor { background-color: #B2B5DC; }

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

This div background color is #B2B5DC.

Border color

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

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

This div border color is #B2B5DC.

Opacity

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

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

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

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

This text has shadow with #B2B5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B5DC.

Preview

Color preview on black background

This text has color #B2B5DC on black background.


Color preview on white background

This text has color #B2B5DC on white background.


Black color preview on #B2B5DC background

This text has black color on #B2B5DC background.


White color preview on #B2B5DC background

This text has white color on #B2B5DC background.


Related colors

Complementary color

Complementary color for #hex is #4D4A23.


I love getcolorcode.com

Triadic colors

1 #DCB2B5 and #B5DCB2 with #B2B5DC are triadic colors.

2 #DCB5B2 and #B5B2DC with #B2B5DC are triadic colors.