Color Hex Logo

#b4bfdb Color Hex

#B4BFDB
(180,191,219)
0 Favorites   0 Comments

Color spaces of #b4bfdb

RGB 180191219
HSL0.620.350.78
HSV223°18°86°
CMYK 0.180.130.00   0.14
XYZ50.239452.079474.4223
Yxy52.07940.28430.2947
Hunter Lab72.1661-2.0254-10.6274
CIE-Lab77.32831.9933-15.2642

#b4bfdb color RGB value is (180,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111111 11011011
Octal 264 277 333
Decimal 180 191 219
Hex B4 BF DB

RGB Percentages of Color #b4bfdb

%30.51
%32.37
%37.12

CMYK Percentages of Color #b4bfdb

%18
%13
%0
%14

Triadic Colors of #b4bfdb

#b4bfdb #dbb4bf #bfdbb4

Analogous Colors of #b4bfdb

#b4bfdb #bdb4db #b4d3db

Monochromatic Colors of #b4bfdb

#b4bfdb

Complementary Color

#b4bfdb #dbd0b4

#b4bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bfdb Color CSS Codes

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

#b4bfdb Text Font Color

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

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


#b4bfdb Background Color

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

This div background color is #b4bfdb


#b4bfdb Border Color

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

This div border color is #b4bfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b4bfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bfdb


Comments

No comments written yet.

Please login to write comment.