Color Hex Logo

#b1accf Color Hex

#B1ACCF
(177,172,207)
0 Favorites   0 Comments

Color spaces of #b1accf

RGB 177172207
HSL0.690.270.74
HSV249°17°81°
CMYK 0.140.170.00   0.19
XYZ44.146543.357265.0735
Yxy43.35720.28930.2842
Hunter Lab65.84624.4443-12.5019
CIE-Lab71.79678.7841-17.0920

#b1accf color RGB value is (177,172,207).

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

The process color (four color CMYK) of #b1accf color hex is 0.14, 0.17, 0.00, 0.19. Web safe color of #b1accf is #9999cc. Color #b1accf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101100 11001111
Octal 261 254 317
Decimal 177 172 207
Hex B1 AC CF

RGB Percentages of Color #b1accf

%31.83
%30.94
%37.23

CMYK Percentages of Color #b1accf

%14
%17
%0
%19

Triadic Colors of #b1accf

#b1accf #cfb1ac #accfb1

Analogous Colors of #b1accf

#b1accf #c3accf #acb9cf

Monochromatic Colors of #b1accf

#b1accf

Complementary Color

#b1accf #cacfac

#b1accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1accf Color CSS Codes

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

#b1accf Text Font Color

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

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


#b1accf Background Color

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

This div background color is #b1accf


#b1accf Border Color

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

This div border color is #b1accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1accf


Comments

No comments written yet.

Please login to write comment.