Color Hex Logo

#b1bedd Color Hex

#B1BEDD
(177,190,221)
0 Favorites   0 Comments

Color spaces of #b1bedd

RGB 177190221
HSL0.620.390.78
HSV222°20°87°
CMYK 0.200.140.00   0.13
XYZ49.596151.394575.7127
Yxy51.39450.28070.2909
Hunter Lab71.6900-1.9687-12.4340
CIE-Lab76.91742.0317-16.9851

#b1bedd color RGB value is (177,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111110 11011101
Octal 261 276 335
Decimal 177 190 221
Hex B1 BE DD

RGB Percentages of Color #b1bedd

%30.10
%32.31
%37.59

CMYK Percentages of Color #b1bedd

%20
%14
%0
%13

Triadic Colors of #b1bedd

#b1bedd #ddb1be #beddb1

Analogous Colors of #b1bedd

#b1bedd #bab1dd #b1d4dd

Monochromatic Colors of #b1bedd

#b1bedd

Complementary Color

#b1bedd #ddd0b1

#b1bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bedd Color CSS Codes

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

#b1bedd Text Font Color

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

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


#b1bedd Background Color

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

This div background color is #b1bedd


#b1bedd Border Color

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

This div border color is #b1bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bedd


Comments

No comments written yet.

Please login to write comment.