Color Hex Logo

#b1bedc Color Hex

#B1BEDC
(177,190,220)
0 Favorites   0 Comments

Color spaces of #b1bedc

RGB 177190220
HSL0.620.380.78
HSV222°20°86°
CMYK 0.200.140.00   0.14
XYZ49.463251.341375.0130
Yxy51.34130.28130.2920
Hunter Lab71.6528-2.1708-11.9134
CIE-Lab76.88531.8100-16.4928

#b1bedc color RGB value is (177,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111110 11011100
Octal 261 276 334
Decimal 177 190 220
Hex B1 BE DC

RGB Percentages of Color #b1bedc

%30.15
%32.37
%37.48

CMYK Percentages of Color #b1bedc

%20
%14
%0
%14

Triadic Colors of #b1bedc

#b1bedc #dcb1be #bedcb1

Analogous Colors of #b1bedc

#b1bedc #bab1dc #b1d4dc

Monochromatic Colors of #b1bedc

#b1bedc

Complementary Color

#b1bedc #dccfb1

#b1bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bedc Color CSS Codes

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

#b1bedc Text Font Color

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

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


#b1bedc Background Color

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

This div background color is #b1bedc


#b1bedc Border Color

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

This div border color is #b1bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bedc


Comments

No comments written yet.

Please login to write comment.