Color Hex Logo

#b1bfdb Color Hex

#B1BFDB
(177,191,219)
0 Favorites   0 Comments

Color spaces of #b1bfdb

RGB 177191219
HSL0.610.370.78
HSV220°19°86°
CMYK 0.190.130.00   0.14
XYZ49.548451.723274.3899
Yxy51.72320.28210.2944
Hunter Lab71.9188-2.8806-10.9840
CIE-Lab77.11501.0506-15.6063

#b1bfdb color RGB value is (177,191,219).

#b1bfdb hex color red value is 177, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b1bfdb hue: 0.61 , saturation: 0.37 and the lightness value of b1bfdb is 0.78.

The process color (four color CMYK) of #b1bfdb color hex is 0.19, 0.13, 0.00, 0.14. Web safe color of #b1bfdb is #99cccc. Color #b1bfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111111 11011011
Octal 261 277 333
Decimal 177 191 219
Hex B1 BF DB

RGB Percentages of Color #b1bfdb

%30.15
%32.54
%37.31

CMYK Percentages of Color #b1bfdb

%19
%13
%0
%14

Triadic Colors of #b1bfdb

#b1bfdb #dbb1bf #bfdbb1

Analogous Colors of #b1bfdb

#b1bfdb #b8b1db #b1d4db

Monochromatic Colors of #b1bfdb

#b1bfdb

Complementary Color

#b1bfdb #dbcdb1

#b1bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bfdb Color CSS Codes

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

#b1bfdb Text Font Color

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

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


#b1bfdb Background Color

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

This div background color is #b1bfdb


#b1bfdb Border Color

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

This div border color is #b1bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bfdb


Comments

No comments written yet.

Please login to write comment.