Color Hex Logo

#b1abcb Color Hex

#B1ABCB
(177,171,203)
0 Favorites   0 Comments

Color spaces of #b1abcb

RGB 177171203
HSL0.700.240.73
HSV251°16°80°
CMYK 0.130.160.00   0.20
XYZ43.473942.784762.4669
Yxy42.78470.29230.2877
Hunter Lab65.41004.1701-10.8352
CIE-Lab71.40868.4806-15.4811

#b1abcb color RGB value is (177,171,203).

#b1abcb hex color red value is 177, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b1abcb hue: 0.70 , saturation: 0.24 and the lightness value of b1abcb is 0.73.

The process color (four color CMYK) of #b1abcb color hex is 0.13, 0.16, 0.00, 0.20. Web safe color of #b1abcb is #9999cc. Color #b1abcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101011 11001011
Octal 261 253 313
Decimal 177 171 203
Hex B1 AB CB

RGB Percentages of Color #b1abcb

%32.12
%31.03
%36.84

CMYK Percentages of Color #b1abcb

%13
%16
%0
%20

Triadic Colors of #b1abcb

#b1abcb #cbb1ab #abcbb1

Analogous Colors of #b1abcb

#b1abcb #c1abcb #abb5cb

Monochromatic Colors of #b1abcb

#b1abcb

Complementary Color

#b1abcb #c5cbab

#b1abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1abcb Color CSS Codes

.mybgcolor {background-color:#b1abcb; } 
.myforecolor {color:#b1abcb; }
.mybordercolor {border:3px solid #b1abcb; }

#b1abcb Text Font Color

<p style="color:#b1abcb">Text here</p>

This sample text font color is #b1abcb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b1abcb Background Color

<div style="background-color:#b1abcb">
Div content here</div>

This div background color is #b1abcb


#b1abcb Border Color

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

This div border color is #b1abcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,171,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1abcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1abcb;
  -webkit-box-shadow: 1px 1px 3px 2px #b1abcb;
  box-shadow:         1px 1px 3px 2px #b1abcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,171,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b1abcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b1abcb;
  -webkit-box-shadow: 1px 1px 3px 2px #b1abcb;
  box-shadow:         1px 1px 3px 2px #b1abcb;">
Div content here</div>

This div box has shadow with color #b1abcb


Comments

No comments written yet.

Please login to write comment.