Color Hex Logo

#b4bfd1 Color Hex

#B4BFD1
(180,191,209)
0 Favorites   0 Comments

Color spaces of #b4bfd1

RGB 180191209
HSL0.600.240.76
HSV217°14°82°
CMYK 0.140.090.00   0.18
XYZ48.961851.568467.6947
Yxy51.56840.29100.3065
Hunter Lab71.8111-3.9658-5.6235
CIE-Lab77.0220-0.1430-10.3151

#b4bfd1 color RGB value is (180,191,209).

#b4bfd1 hex color red value is 180, green value is 191 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #b4bfd1 hue: 0.60 , saturation: 0.24 and the lightness value of b4bfd1 is 0.76.

The process color (four color CMYK) of #b4bfd1 color hex is 0.14, 0.09, 0.00, 0.18. Web safe color of #b4bfd1 is #cccccc. Color #b4bfd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111111 11010001
Octal 264 277 321
Decimal 180 191 209
Hex B4 BF D1

RGB Percentages of Color #b4bfd1

%31.03
%32.93
%36.03

CMYK Percentages of Color #b4bfd1

%14
%9
%0
%18

Triadic Colors of #b4bfd1

#b4bfd1 #d1b4bf #bfd1b4

Analogous Colors of #b4bfd1

#b4bfd1 #b8b4d1 #b4ced1

Monochromatic Colors of #b4bfd1

#b4bfd1

Complementary Color

#b4bfd1 #d1c6b4

#b4bfd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bfd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bfd1 Color CSS Codes

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

#b4bfd1 Text Font Color

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

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


#b4bfd1 Background Color

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

This div background color is #b4bfd1


#b4bfd1 Border Color

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

This div border color is #b4bfd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bfd1


Comments

No comments written yet.

Please login to write comment.