Color Hex Logo

#b2bbdd Color Hex

#B2BBDD
(178,187,221)
0 Favorites   0 Comments

Color spaces of #b2bbdd

RGB 178187221
HSL0.630.390.78
HSV227°19°87°
CMYK 0.190.150.00   0.13
XYZ49.181650.226175.5091
Yxy50.22610.28120.2871
Hunter Lab70.8704-0.1503-13.5615
CIE-Lab76.20783.9654-18.0494

#b2bbdd color RGB value is (178,187,221).

#b2bbdd hex color red value is 178, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b2bbdd hue: 0.63 , saturation: 0.39 and the lightness value of b2bbdd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111011 11011101
Octal 262 273 335
Decimal 178 187 221
Hex B2 BB DD

RGB Percentages of Color #b2bbdd

%30.38
%31.91
%37.71

CMYK Percentages of Color #b2bbdd

%19
%15
%0
%13

Triadic Colors of #b2bbdd

#b2bbdd #ddb2bb #bbddb2

Analogous Colors of #b2bbdd

#b2bbdd #bfb2dd #b2d1dd

Monochromatic Colors of #b2bbdd

#b2bbdd

Complementary Color

#b2bbdd #ddd4b2

#b2bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bbdd Color CSS Codes

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

#b2bbdd Text Font Color

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

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


#b2bbdd Background Color

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

This div background color is #b2bbdd


#b2bbdd Border Color

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

This div border color is #b2bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bbdd


Comments

No comments written yet.

Please login to write comment.