COLOR #B2BBE1

HEX: #B2BBE1 RGB: (178,187,225)

Color info

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

RGB color model

#B2BBE1 color RGB value is (178,187,225).

RGB: (178,187,225) (70%, 73%, 88%)

RGB channels and saturation

R 178 of 255 = 70%
G 187 of 255 = 73%
B 225 of 255 = 88%

178
187
225

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

Portions of RGB colors in percentages

R + G + B = 178 + 187 + 225 = 590 (100%)
R 178 of 590 ~ 30.17%
G 187 of 590 ~ 31.69%
B 225 of 590 ~ 38.14'%

%30.17
%31.69
%38.14

CMYK color model

#B2BBE1 color CMYK value is (21,17,0,12).

  • cyan value is 20.89%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (21,17,0,12)
C21M17Y0K12 (21%, 17%, 0%, 12%)
(0.21 / 0.17 / 0.00 / 0.12)

CMYK percentages

%20.89
%16.89
%0
%11.76

Codes

Color #B2BBE1 in popluar color models

B2 BB E1
RGB 178 187 225
HSL 229° 43.93% 79.02%
HSB/HSV 229° 20.89% 88.24%
CMYK 20.89% 16.89% 0.00%
11.76%

Color #B2BBE1 in popluar number systems.

HEX B2 BB E1
Decimal 178 187 225
Binary 10110010 10111011 11100001
Octal 262 273 341

Shades and tints

Shades of #B2BBE1

#B2BBE1
(178,187,225)
#A2AACD
(162,170,205)
#9299B9
(146,153,185)
#8288A5
(130,136,165)
#727791
(114,119,145)
#62667D
(98,102,125)
#525569
(82,85,105)
#424455
(66,68,85)
#323341
(50,51,65)
#22222D
(34,34,45)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #B2BBE1

#B2BBE1
(178,187,225)
#B9C1E3
(185,193,227)
#C0C7E5
(192,199,229)
#C7CDE7
(199,205,231)
#CED3E9
(206,211,233)
#D5D9EB
(213,217,235)
#DCDFED
(220,223,237)
#E3E5EF
(227,229,239)
#EAEBF1
(234,235,241)
#F1F1F3
(241,241,243)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BBE1; }

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

This text font color is #B2BBE1.

Background Color

.myBgColor { background-color: #B2BBE1; }

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

This div background color is #B2BBE1.

Border color

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

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

This div border color is #B2BBE1.

Opacity

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

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

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

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

This text has shadow with #B2BBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BBE1.

Preview

Color preview on black background

This text has color #B2BBE1 on black background.


Color preview on white background

This text has color #B2BBE1 on white background.


Black color preview on #B2BBE1 background

This text has black color on #B2BBE1 background.


White color preview on #B2BBE1 background

This text has white color on #B2BBE1 background.


Related colors

Complementary color

Complementary color for #hex is #4D441E.


I love getcolorcode.com

Triadic colors

1 #E1B2BB and #BBE1B2 with #B2BBE1 are triadic colors.

2 #E1BBB2 and #BBB2E1 with #B2BBE1 are triadic colors.