Color Hex Logo

#b1bdff Color Hex

#B1BDFF
(177,189,255)
0 Favorites   0 Comments

Color spaces of #b1bdff

RGB 177189255
HSL0.641.000.85
HSV231°31°100°
CMYK 0.310.260.00   0.00
XYZ54.379152.9623101.9644
Yxy52.96230.25980.2530
Hunter Lab72.77526.0222-32.1278
CIE-Lab77.852710.5450-33.8558

#b1bdff color RGB value is (177,189,255).

#b1bdff hex color red value is 177, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b1bdff hue: 0.64 , saturation: 1.00 and the lightness value of b1bdff is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111101 11111111
Octal 261 275 377
Decimal 177 189 255
Hex B1 BD FF

RGB Percentages of Color #b1bdff

%28.50
%30.43
%41.06

CMYK Percentages of Color #b1bdff

%31
%26
%0
%0

Triadic Colors of #b1bdff

#b1bdff #ffb1bd #bdffb1

Analogous Colors of #b1bdff

#b1bdff #ccb1ff #b1e4ff

Monochromatic Colors of #b1bdff

#b1bdff

Complementary Color

#b1bdff #fff3b1

#b1bdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bdff Color CSS Codes

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

#b1bdff Text Font Color

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

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


#b1bdff Background Color

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

This div background color is #b1bdff


#b1bdff Border Color

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

This div border color is #b1bdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bdff

Related Colors

#b1bdff Color Palettes


Comments

No comments written yet.

Please login to write comment.