Color Hex Logo

#b1bbdf Color Hex

#B1BBDF
(177,187,223)
0 Favorites   0 Comments

Color spaces of #b1bbdf

RGB 177187223
HSL0.630.420.78
HSV227°21°87°
CMYK 0.210.160.00   0.13
XYZ49.221150.215576.9104
Yxy50.21550.27910.2848
Hunter Lab70.8629-0.0246-14.7458
CIE-Lab76.20134.1008-19.1490

#b1bbdf color RGB value is (177,187,223).

#b1bbdf hex color red value is 177, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b1bbdf hue: 0.63 , saturation: 0.42 and the lightness value of b1bbdf is 0.78.

The process color (four color CMYK) of #b1bbdf color hex is 0.21, 0.16, 0.00, 0.13. Web safe color of #b1bbdf is #99cccc. Color #b1bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111011 11011111
Octal 261 273 337
Decimal 177 187 223
Hex B1 BB DF

RGB Percentages of Color #b1bbdf

%30.15
%31.86
%37.99

CMYK Percentages of Color #b1bbdf

%21
%16
%0
%13

Triadic Colors of #b1bbdf

#b1bbdf #dfb1bb #bbdfb1

Analogous Colors of #b1bbdf

#b1bbdf #beb1df #b1d2df

Monochromatic Colors of #b1bbdf

#b1bbdf

Complementary Color

#b1bbdf #dfd5b1

#b1bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bbdf Color CSS Codes

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

#b1bbdf Text Font Color

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

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


#b1bbdf Background Color

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

This div background color is #b1bbdf


#b1bbdf Border Color

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

This div border color is #b1bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bbdf


Comments

No comments written yet.

Please login to write comment.