Color Hex Logo

#b1bcea Color Hex

#B1BCEA
(177,188,234)
0 Favorites   0 Comments

Color spaces of #b1bcea

RGB 177188234
HSL0.630.580.81
HSV228°24°92°
CMYK 0.240.200.00   0.08
XYZ50.966051.254185.0487
Yxy51.25410.27220.2737
Hunter Lab71.59201.7874-20.3200
CIE-Lab76.83276.0693-24.1336

#b1bcea color RGB value is (177,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111100 11101010
Octal 261 274 352
Decimal 177 188 234
Hex B1 BC EA

RGB Percentages of Color #b1bcea

%29.55
%31.39
%39.07

CMYK Percentages of Color #b1bcea

%24
%20
%0
%8

Triadic Colors of #b1bcea

#b1bcea #eab1bc #bceab1

Analogous Colors of #b1bcea

#b1bcea #c3b1ea #b1d9ea

Monochromatic Colors of #b1bcea

#b1bcea

Complementary Color

#b1bcea #eadfb1

#b1bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bcea Color CSS Codes

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

#b1bcea Text Font Color

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

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


#b1bcea Background Color

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

This div background color is #b1bcea


#b1bcea Border Color

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

This div border color is #b1bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bcea


Comments

No comments written yet.

Please login to write comment.