Color Hex Logo

#b1bbfe Color Hex

#B1BBFE
(177,187,254)
0 Favorites   0 Comments

Color spaces of #b1bbfe

RGB 177187254
HSL0.650.970.85
HSV232°30°100°
CMYK 0.300.260.00   0.00
XYZ53.791252.0435100.9762
Yxy52.04350.26010.2516
Hunter Lab72.14126.8493-32.4895
CIE-Lab77.306811.3967-34.1628

#b1bbfe color RGB value is (177,187,254).

#b1bbfe hex color red value is 177, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b1bbfe hue: 0.65 , saturation: 0.97 and the lightness value of b1bbfe is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111011 11111110
Octal 261 273 376
Decimal 177 187 254
Hex B1 BB FE

RGB Percentages of Color #b1bbfe

%28.64
%30.26
%41.10

CMYK Percentages of Color #b1bbfe

%30
%26
%0
%0

Triadic Colors of #b1bbfe

#b1bbfe #feb1bb #bbfeb1

Analogous Colors of #b1bbfe

#b1bbfe #ceb1fe #b1e2fe

Monochromatic Colors of #b1bbfe

#b1bbfe

Complementary Color

#b1bbfe #fef4b1

#b1bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bbfe Color CSS Codes

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

#b1bbfe Text Font Color

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

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


#b1bbfe Background Color

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

This div background color is #b1bbfe


#b1bbfe Border Color

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

This div border color is #b1bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bbfe


Comments

No comments written yet.

Please login to write comment.