Color Hex Logo

#b6bcde Color Hex

#B6BCDE
(182,188,222)
0 Favorites   0 Comments

Color spaces of #b6bcde

RGB 182188222
HSL0.640.380.79
HSV231°18°87°
CMYK 0.180.150.00   0.13
XYZ50.459451.185476.3275
Yxy51.18540.28350.2876
Hunter Lab71.54400.6927-13.1734
CIE-Lab76.79124.8977-17.6809

#b6bcde color RGB value is (182,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111100 11011110
Octal 266 274 336
Decimal 182 188 222
Hex B6 BC DE

RGB Percentages of Color #b6bcde

%30.74
%31.76
%37.50

CMYK Percentages of Color #b6bcde

%18
%15
%0
%13

Triadic Colors of #b6bcde

#b6bcde #deb6bc #bcdeb6

Analogous Colors of #b6bcde

#b6bcde #c4b6de #b6d0de

Monochromatic Colors of #b6bcde

#b6bcde

Complementary Color

#b6bcde #ded8b6

#b6bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bcde Color CSS Codes

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

#b6bcde Text Font Color

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

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


#b6bcde Background Color

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

This div background color is #b6bcde


#b6bcde Border Color

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

This div border color is #b6bcde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,188,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bcde


Comments

No comments written yet.

Please login to write comment.