Color Hex Logo

#b1bbdc Color Hex

#B1BBDC
(177,187,220)
0 Favorites   0 Comments

Color spaces of #b1bbdc

RGB 177187220
HSL0.630.380.78
HSV226°20°86°
CMYK 0.200.150.00   0.14
XYZ48.820150.055174.7986
Yxy50.05510.28110.2882
Hunter Lab70.7496-0.6396-13.1584
CIE-Lab76.10313.4311-17.6731

#b1bbdc color RGB value is (177,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111011 11011100
Octal 261 273 334
Decimal 177 187 220
Hex B1 BB DC

RGB Percentages of Color #b1bbdc

%30.31
%32.02
%37.67

CMYK Percentages of Color #b1bbdc

%20
%15
%0
%14

Triadic Colors of #b1bbdc

#b1bbdc #dcb1bb #bbdcb1

Analogous Colors of #b1bbdc

#b1bbdc #bdb1dc #b1d1dc

Monochromatic Colors of #b1bbdc

#b1bbdc

Complementary Color

#b1bbdc #dcd2b1

#b1bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bbdc Color CSS Codes

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

#b1bbdc Text Font Color

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

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


#b1bbdc Background Color

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

This div background color is #b1bbdc


#b1bbdc Border Color

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

This div border color is #b1bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bbdc


Comments

No comments written yet.

Please login to write comment.