Color Hex Logo

#b2bbdc Color Hex

#B2BBDC
(178,187,220)
0 Favorites   0 Comments

Color spaces of #b2bbdc

RGB 178187220
HSL0.630.380.78
HSV227°19°86°
CMYK 0.190.150.00   0.14
XYZ49.048750.172974.8093
Yxy50.17290.28180.2883
Hunter Lab70.8328-0.3539-13.0355
CIE-Lab76.17533.7439-17.5570

#b2bbdc color RGB value is (178,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111011 11011100
Octal 262 273 334
Decimal 178 187 220
Hex B2 BB DC

RGB Percentages of Color #b2bbdc

%30.43
%31.97
%37.61

CMYK Percentages of Color #b2bbdc

%19
%15
%0
%14

Triadic Colors of #b2bbdc

#b2bbdc #dcb2bb #bbdcb2

Analogous Colors of #b2bbdc

#b2bbdc #beb2dc #b2d0dc

Monochromatic Colors of #b2bbdc

#b2bbdc

Complementary Color

#b2bbdc #dcd3b2

#b2bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bbdc Color CSS Codes

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

#b2bbdc Text Font Color

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

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


#b2bbdc Background Color

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

This div background color is #b2bbdc


#b2bbdc Border Color

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

This div border color is #b2bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bbdc


Comments

No comments written yet.

Please login to write comment.