Color Hex Logo

#b1aecb Color Hex

#B1AECB
(177,174,203)
0 Favorites   0 Comments

Color spaces of #b1aecb

RGB 177174203
HSL0.680.220.74
HSV246°14°80°
CMYK 0.130.140.00   0.20
XYZ44.047043.931062.6579
Yxy43.93100.29240.2916
Hunter Lab66.28052.6322-9.6532
CIE-Lab72.18246.8309-14.3162

#b1aecb color RGB value is (177,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101110 11001011
Octal 261 256 313
Decimal 177 174 203
Hex B1 AE CB

RGB Percentages of Color #b1aecb

%31.95
%31.41
%36.64

CMYK Percentages of Color #b1aecb

%13
%14
%0
%20

Triadic Colors of #b1aecb

#b1aecb #cbb1ae #aecbb1

Analogous Colors of #b1aecb

#b1aecb #c0aecb #aebacb

Monochromatic Colors of #b1aecb

#b1aecb

Complementary Color

#b1aecb #c8cbae

#b1aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aecb Color CSS Codes

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

#b1aecb Text Font Color

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

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


#b1aecb Background Color

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

This div background color is #b1aecb


#b1aecb Border Color

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

This div border color is #b1aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aecb


Comments

No comments written yet.

Please login to write comment.