Color Hex Logo

#b6bbdc Color Hex

#B6BBDC
(182,187,220)
0 Favorites   0 Comments

Color spaces of #b6bbdc

RGB 182187220
HSL0.640.350.79
HSV232°17°86°
CMYK 0.170.150.00   0.14
XYZ49.980050.653074.8529
Yxy50.65300.28480.2886
Hunter Lab71.17090.8031-12.5377
CIE-Lab76.46835.0031-17.0860

#b6bbdc color RGB value is (182,187,220).

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

The process color (four color CMYK) of #b6bbdc color hex is 0.17, 0.15, 0.00, 0.14. Web safe color of #b6bbdc is #cccccc. Color #b6bbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111011 11011100
Octal 266 273 334
Decimal 182 187 220
Hex B6 BB DC

RGB Percentages of Color #b6bbdc

%30.90
%31.75
%37.35

CMYK Percentages of Color #b6bbdc

%17
%15
%0
%14

Triadic Colors of #b6bbdc

#b6bbdc #dcb6bb #bbdcb6

Analogous Colors of #b6bbdc

#b6bbdc #c4b6dc #b6cedc

Monochromatic Colors of #b6bbdc

#b6bbdc

Complementary Color

#b6bbdc #dcd7b6

#b6bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bbdc Color CSS Codes

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

#b6bbdc Text Font Color

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

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


#b6bbdc Background Color

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

This div background color is #b6bbdc


#b6bbdc Border Color

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

This div border color is #b6bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bbdc


Comments

No comments written yet.

Please login to write comment.