Color Hex Logo

#b1c5da Color Hex

#B1C5DA
(177,197,218)
1 Favorites   0 Comments

Color spaces of #b1c5da

RGB 177197218
HSL0.590.360.77
HSV211°19°85°
CMYK 0.190.100.00   0.15
XYZ50.752654.341674.1437
Yxy54.34160.28320.3032
Hunter Lab73.7168-6.1104-8.0317
CIE-Lab78.6605-2.3770-12.7471

#b1c5da color RGB value is (177,197,218).

#b1c5da hex color red value is 177, green value is 197 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b1c5da hue: 0.59 , saturation: 0.36 and the lightness value of b1c5da is 0.77.

The process color (four color CMYK) of #b1c5da color hex is 0.19, 0.10, 0.00, 0.15. Web safe color of #b1c5da is #99cccc. Color #b1c5da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11000101 11011010
Octal 261 305 332
Decimal 177 197 218
Hex B1 C5 DA

RGB Percentages of Color #b1c5da

%29.90
%33.28
%36.82

CMYK Percentages of Color #b1c5da

%19
%10
%0
%15

Triadic Colors of #b1c5da

#b1c5da #dab1c5 #c5dab1

Analogous Colors of #b1c5da

#b1c5da #b2b1da #b1dada

Monochromatic Colors of #b1c5da

#b1c5da

Complementary Color

#b1c5da #dac6b1

#b1c5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1c5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1c5da Color CSS Codes

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

#b1c5da Text Font Color

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

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


#b1c5da Background Color

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

This div background color is #b1c5da


#b1c5da Border Color

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

This div border color is #b1c5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1c5da

#b1c5da Color Palettes


Comments

No comments written yet.

Please login to write comment.