COLOR #B1B2CA

HEX: #B1B2CA RGB: (177,178,202)

Color info

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

RGB color model

#B1B2CA color RGB value is (177,178,202).

RGB: (177,178,202) (69%, 70%, 79%)

RGB channels and saturation

R 177 of 255 = 69%
G 178 of 255 = 70%
B 202 of 255 = 79%

177
178
202

R + G + B ~ 73%. #B1B2CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 178 + 202 = 557 (100%)
R 177 of 557 ~ 31.78%
G 178 of 557 ~ 31.96%
B 202 of 557 ~ 36.27'%

%31.78
%31.96
%36.27

CMYK color model

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

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

CMYK: (12,12,0,21)
C12M12Y0K21 (12%, 12%, 0%, 21%)
(0.12 / 0.12 / 0.00 / 0.21)

CMYK percentages

%12.38
%11.88
%0
%20.78

Codes

Color #B1B2CA in popluar color models

B1 B2 CA
RGB 177 178 202
HSL 238° 19.08% 74.31%
HSB/HSV 238° 12.38% 79.22%
CMYK 12.38% 11.88% 0.00%
20.78%

Color #B1B2CA in popluar number systems.

HEX B1 B2 CA
Decimal 177 178 202
Binary 10110001 10110010 11001010
Octal 261 262 312

Shades and tints

Shades of #B1B2CA

#B1B2CA
(177,178,202)
#A1A2B8
(161,162,184)
#9192A6
(145,146,166)
#818294
(129,130,148)
#717282
(113,114,130)
#616270
(97,98,112)
#51525E
(81,82,94)
#41424C
(65,66,76)
#31323A
(49,50,58)
#212228
(33,34,40)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #B1B2CA

#B1B2CA
(177,178,202)
#B8B9CE
(184,185,206)
#BFC0D2
(191,192,210)
#C6C7D6
(198,199,214)
#CDCEDA
(205,206,218)
#D4D5DE
(212,213,222)
#DBDCE2
(219,220,226)
#E2E3E6
(226,227,230)
#E9EAEA
(233,234,234)
#F0F1EE
(240,241,238)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B2CA; }

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

This text font color is #B1B2CA.

Background Color

.myBgColor { background-color: #B1B2CA; }

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

This div background color is #B1B2CA.

Border color

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

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

This div border color is #B1B2CA.

Opacity

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

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

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

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

This text has shadow with #B1B2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B2CA.

Preview

Color preview on black background

This text has color #B1B2CA on black background.


Color preview on white background

This text has color #B1B2CA on white background.


Black color preview on #B1B2CA background

This text has black color on #B1B2CA background.


White color preview on #B1B2CA background

This text has white color on #B1B2CA background.


Related colors

Complementary color

Complementary color for #hex is #4E4D35.


I love getcolorcode.com

Triadic colors

1 #CAB1B2 and #B2CAB1 with #B1B2CA are triadic colors.

2 #CAB2B1 and #B2B1CA with #B1B2CA are triadic colors.