Color Hex Logo

#b1bedb Color Hex

#B1BEDB
(177,190,219)
0 Favorites   0 Comments

Color spaces of #b1bedb

RGB 177190219
HSL0.620.370.78
HSV221°19°86°
CMYK 0.190.130.00   0.14
XYZ49.331151.288574.3175
Yxy51.28850.28200.2932
Hunter Lab71.6160-2.3722-11.3954
CIE-Lab76.85341.5890-16.0002

#b1bedb color RGB value is (177,190,219).

#b1bedb hex color red value is 177, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b1bedb hue: 0.62 , saturation: 0.37 and the lightness value of b1bedb is 0.78.

The process color (four color CMYK) of #b1bedb color hex is 0.19, 0.13, 0.00, 0.14. Web safe color of #b1bedb is #99cccc. Color #b1bedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111110 11011011
Octal 261 276 333
Decimal 177 190 219
Hex B1 BE DB

RGB Percentages of Color #b1bedb

%30.20
%32.42
%37.37

CMYK Percentages of Color #b1bedb

%19
%13
%0
%14

Triadic Colors of #b1bedb

#b1bedb #dbb1be #bedbb1

Analogous Colors of #b1bedb

#b1bedb #b9b1db #b1d3db

Monochromatic Colors of #b1bedb

#b1bedb

Complementary Color

#b1bedb #dbceb1

#b1bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bedb Color CSS Codes

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

#b1bedb Text Font Color

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

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


#b1bedb Background Color

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

This div background color is #b1bedb


#b1bedb Border Color

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

This div border color is #b1bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bedb


Comments

No comments written yet.

Please login to write comment.