Color Hex Logo

#b1bffd Color Hex

#B1BFFD
(177,191,253)
0 Favorites   0 Comments

Color spaces of #b1bffd

RGB 177191253
HSL0.640.950.84
HSV229°30°99°
CMYK 0.300.250.00   0.01
XYZ54.491953.7006100.4217
Yxy53.70060.26120.2574
Hunter Lab73.28074.4923-29.9528
CIE-Lab78.28688.9607-32.1155

#b1bffd color RGB value is (177,191,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111111 11111101
Octal 261 277 375
Decimal 177 191 253
Hex B1 BF FD

RGB Percentages of Color #b1bffd

%28.50
%30.76
%40.74

CMYK Percentages of Color #b1bffd

%30
%25
%0
%1

Triadic Colors of #b1bffd

#b1bffd #fdb1bf #bffdb1

Analogous Colors of #b1bffd

#b1bffd #c9b1fd #b1e5fd

Monochromatic Colors of #b1bffd

#b1bffd

Complementary Color

#b1bffd #fdefb1

#b1bffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bffd Color CSS Codes

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

#b1bffd Text Font Color

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

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


#b1bffd Background Color

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

This div background color is #b1bffd


#b1bffd Border Color

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

This div border color is #b1bffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bffd

Related Colors


Comments

No comments written yet.

Please login to write comment.