Color Hex Logo

#b1bcec Color Hex

#B1BCEC
(177,188,236)
0 Favorites   0 Comments

Color spaces of #b1bcec

RGB 177188236
HSL0.640.610.81
HSV229°25°93°
CMYK 0.250.200.00   0.07
XYZ51.255051.369786.5708
Yxy51.36970.27090.2715
Hunter Lab71.67272.2229-21.4434
CIE-Lab76.90246.5350-25.1057

#b1bcec color RGB value is (177,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111100 11101100
Octal 261 274 354
Decimal 177 188 236
Hex B1 BC EC

RGB Percentages of Color #b1bcec

%29.45
%31.28
%39.27

CMYK Percentages of Color #b1bcec

%25
%20
%0
%7

Triadic Colors of #b1bcec

#b1bcec #ecb1bc #bcecb1

Analogous Colors of #b1bcec

#b1bcec #c4b1ec #b1daec

Monochromatic Colors of #b1bcec

#b1bcec

Complementary Color

#b1bcec #ece1b1

#b1bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bcec Color CSS Codes

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

#b1bcec Text Font Color

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

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


#b1bcec Background Color

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

This div background color is #b1bcec


#b1bcec Border Color

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

This div border color is #b1bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bcec


Comments

No comments written yet.

Please login to write comment.