Color Hex Logo

#b1bcdf Color Hex

#B1BCDF
(177,188,223)
0 Favorites   0 Comments

Color spaces of #b1bcdf

RGB 177188223
HSL0.630.420.78
HSV226°21°87°
CMYK 0.210.160.00   0.13
XYZ49.434050.641376.9813
Yxy50.64130.27920.2860
Hunter Lab71.1627-0.5376-14.3239
CIE-Lab76.46123.5588-18.7557

#b1bcdf color RGB value is (177,188,223).

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

The process color (four color CMYK) of #b1bcdf color hex is 0.21, 0.16, 0.00, 0.13. Web safe color of #b1bcdf is #99cccc. Color #b1bcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111100 11011111
Octal 261 274 337
Decimal 177 188 223
Hex B1 BC DF

RGB Percentages of Color #b1bcdf

%30.10
%31.97
%37.93

CMYK Percentages of Color #b1bcdf

%21
%16
%0
%13

Triadic Colors of #b1bcdf

#b1bcdf #dfb1bc #bcdfb1

Analogous Colors of #b1bcdf

#b1bcdf #bdb1df #b1d3df

Monochromatic Colors of #b1bcdf

#b1bcdf

Complementary Color

#b1bcdf #dfd4b1

#b1bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bcdf Color CSS Codes

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

#b1bcdf Text Font Color

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

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


#b1bcdf Background Color

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

This div background color is #b1bcdf


#b1bcdf Border Color

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

This div border color is #b1bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bcdf


Comments

No comments written yet.

Please login to write comment.