Color Hex Logo

#b1bceb Color Hex

#B1BCEB
(177,188,235)
0 Favorites   0 Comments

Color spaces of #b1bceb

RGB 177188235
HSL0.640.590.81
HSV229°25°92°
CMYK 0.250.200.00   0.08
XYZ51.110151.311785.8076
Yxy51.31170.27150.2726
Hunter Lab71.63222.0048-20.8805
CIE-Lab76.86746.3019-24.6199

#b1bceb color RGB value is (177,188,235).

#b1bceb hex color red value is 177, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b1bceb hue: 0.64 , saturation: 0.59 and the lightness value of b1bceb is 0.81.

The process color (four color CMYK) of #b1bceb color hex is 0.25, 0.20, 0.00, 0.08. Web safe color of #b1bceb is #99ccff. Color #b1bceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111100 11101011
Octal 261 274 353
Decimal 177 188 235
Hex B1 BC EB

RGB Percentages of Color #b1bceb

%29.50
%31.33
%39.17

CMYK Percentages of Color #b1bceb

%25
%20
%0
%8

Triadic Colors of #b1bceb

#b1bceb #ebb1bc #bcebb1

Analogous Colors of #b1bceb

#b1bceb #c3b1eb #b1d9eb

Monochromatic Colors of #b1bceb

#b1bceb

Complementary Color

#b1bceb #ebe0b1

#b1bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bceb Color CSS Codes

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

#b1bceb Text Font Color

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

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


#b1bceb Background Color

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

This div background color is #b1bceb


#b1bceb Border Color

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

This div border color is #b1bceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bceb


Comments

No comments written yet.

Please login to write comment.