Color Hex Logo

#b1bbfd Color Hex

#B1BBFD
(177,187,253)
0 Favorites   0 Comments

Color spaces of #b1bbfd

RGB 177187253
HSL0.640.950.84
HSV232°30°99°
CMYK 0.300.260.00   0.01
XYZ53.631451.9796100.1349
Yxy51.97960.26070.2526
Hunter Lab72.09696.6130-31.8797
CIE-Lab77.268611.1514-33.6855

#b1bbfd color RGB value is (177,187,253).

#b1bbfd hex color red value is 177, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b1bbfd hue: 0.64 , saturation: 0.95 and the lightness value of b1bbfd is 0.84.

The process color (four color CMYK) of #b1bbfd color hex is 0.30, 0.26, 0.00, 0.01. Web safe color of #b1bbfd is #99ccff. Color #b1bbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111011 11111101
Octal 261 273 375
Decimal 177 187 253
Hex B1 BB FD

RGB Percentages of Color #b1bbfd

%28.69
%30.31
%41.00

CMYK Percentages of Color #b1bbfd

%30
%26
%0
%1

Triadic Colors of #b1bbfd

#b1bbfd #fdb1bb #bbfdb1

Analogous Colors of #b1bbfd

#b1bbfd #cdb1fd #b1e1fd

Monochromatic Colors of #b1bbfd

#b1bbfd

Complementary Color

#b1bbfd #fdf3b1

#b1bbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bbfd Color CSS Codes

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

#b1bbfd Text Font Color

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

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


#b1bbfd Background Color

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

This div background color is #b1bbfd


#b1bbfd Border Color

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

This div border color is #b1bbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bbfd


Comments

No comments written yet.

Please login to write comment.