Color Hex Logo

#b1accb Color Hex

#B1ACCB
(177,172,203)
0 Favorites   0 Comments

Color spaces of #b1accb

RGB 177172203
HSL0.690.230.74
HSV250°15°80°
CMYK 0.130.150.00   0.20
XYZ43.663543.164062.5301
Yxy43.16400.29230.2890
Hunter Lab65.69933.6566-10.4404
CIE-Lab71.66617.9297-15.0931

#b1accb color RGB value is (177,172,203).

#b1accb hex color red value is 177, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b1accb hue: 0.69 , saturation: 0.23 and the lightness value of b1accb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101100 11001011
Octal 261 254 313
Decimal 177 172 203
Hex B1 AC CB

RGB Percentages of Color #b1accb

%32.07
%31.16
%36.78

CMYK Percentages of Color #b1accb

%13
%15
%0
%20

Triadic Colors of #b1accb

#b1accb #cbb1ac #accbb1

Analogous Colors of #b1accb

#b1accb #c1accb #acb7cb

Monochromatic Colors of #b1accb

#b1accb

Complementary Color

#b1accb #c6cbac

#b1accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1accb Color CSS Codes

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

#b1accb Text Font Color

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

This sample text font color is #b1accb
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.


#b1accb Background Color

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

This div background color is #b1accb


#b1accb Border Color

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

This div border color is #b1accb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,172,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 #b1accb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1accb


Comments

No comments written yet.

Please login to write comment.