COLOR #B2BBCA

HEX: #B2BBCA RGB: (178,187,202)

Color info

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

RGB color model

#B2BBCA color RGB value is (178,187,202).

RGB: (178,187,202) (70%, 73%, 79%)

RGB channels and saturation

R 178 of 255 = 70%
G 187 of 255 = 73%
B 202 of 255 = 79%

178
187
202

R + G + B ~ 74%. #B2BBCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 187 + 202 = 567 (100%)
R 178 of 567 ~ 31.39%
G 187 of 567 ~ 32.98%
B 202 of 567 ~ 35.63'%

%31.39
%32.98
%35.63

CMYK color model

#B2BBCA color CMYK value is (12,7,0,21).

  • cyan value is 11.88%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (12,7,0,21)
C12M7Y0K21 (12%, 7%, 0%, 21%)
(0.12 / 0.07 / 0.00 / 0.21)

CMYK percentages

%11.88
%7.43
%0
%20.78

Codes

Color #B2BBCA in popluar color models

B2 BB CA
RGB 178 187 202
HSL 218° 18.46% 74.51%
HSB/HSV 218° 11.88% 79.22%
CMYK 11.88% 7.43% 0.00%
20.78%

Color #B2BBCA in popluar number systems.

HEX B2 BB CA
Decimal 178 187 202
Binary 10110010 10111011 11001010
Octal 262 273 312

Shades and tints

Shades of #B2BBCA

#B2BBCA
(178,187,202)
#A2AAB8
(162,170,184)
#9299A6
(146,153,166)
#828894
(130,136,148)
#727782
(114,119,130)
#626670
(98,102,112)
#52555E
(82,85,94)
#42444C
(66,68,76)
#32333A
(50,51,58)
#222228
(34,34,40)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #B2BBCA

#B2BBCA
(178,187,202)
#B9C1CE
(185,193,206)
#C0C7D2
(192,199,210)
#C7CDD6
(199,205,214)
#CED3DA
(206,211,218)
#D5D9DE
(213,217,222)
#DCDFE2
(220,223,226)
#E3E5E6
(227,229,230)
#EAEBEA
(234,235,234)
#F1F1EE
(241,241,238)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BBCA; }

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

This text font color is #B2BBCA.

Background Color

.myBgColor { background-color: #B2BBCA; }

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

This div background color is #B2BBCA.

Border color

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

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

This div border color is #B2BBCA.

Opacity

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

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

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

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

This text has shadow with #B2BBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BBCA.

Preview

Color preview on black background

This text has color #B2BBCA on black background.


Color preview on white background

This text has color #B2BBCA on white background.


Black color preview on #B2BBCA background

This text has black color on #B2BBCA background.


White color preview on #B2BBCA background

This text has white color on #B2BBCA background.


Related colors

Complementary color

Complementary color for #hex is #4D4435.


I love getcolorcode.com

Triadic colors

1 #CAB2BB and #BBCAB2 with #B2BBCA are triadic colors.

2 #CABBB2 and #BBB2CA with #B2BBCA are triadic colors.