Color Hex Logo

#b4bbdd Color Hex

#B4BBDD
(180,187,221)
0 Favorites   0 Comments

Color spaces of #b4bbdd

RGB 180187221
HSL0.640.380.79
HSV230°19°87°
CMYK 0.190.150.00   0.13
XYZ49.643950.464475.5307
Yxy50.46440.28260.2873
Hunter Lab71.03830.4246-13.3126
CIE-Lab76.35344.5917-17.8153

#b4bbdd color RGB value is (180,187,221).

#b4bbdd hex color red value is 180, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b4bbdd hue: 0.64 , saturation: 0.38 and the lightness value of b4bbdd is 0.79.

The process color (four color CMYK) of #b4bbdd color hex is 0.19, 0.15, 0.00, 0.13. Web safe color of #b4bbdd is #cccccc. Color #b4bbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111011 11011101
Octal 264 273 335
Decimal 180 187 221
Hex B4 BB DD

RGB Percentages of Color #b4bbdd

%30.61
%31.80
%37.59

CMYK Percentages of Color #b4bbdd

%19
%15
%0
%13

Triadic Colors of #b4bbdd

#b4bbdd #ddb4bb #bbddb4

Analogous Colors of #b4bbdd

#b4bbdd #c2b4dd #b4d0dd

Monochromatic Colors of #b4bbdd

#b4bbdd

Complementary Color

#b4bbdd #ddd6b4

#b4bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bbdd Color CSS Codes

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

#b4bbdd Text Font Color

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

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


#b4bbdd Background Color

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

This div background color is #b4bbdd


#b4bbdd Border Color

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

This div border color is #b4bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bbdd


Comments

No comments written yet.

Please login to write comment.