Color Hex Logo

#b6bcdf Color Hex

#B6BCDF
(182,188,223)
0 Favorites   0 Comments

Color spaces of #b6bcdf

RGB 182188223
HSL0.640.390.79
HSV231°18°87°
CMYK 0.180.160.00   0.13
XYZ50.593951.239277.0356
Yxy51.23920.28290.2865
Hunter Lab71.58160.8962-13.7004
CIE-Lab76.82375.1171-18.1726

#b6bcdf color RGB value is (182,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111100 11011111
Octal 266 274 337
Decimal 182 188 223
Hex B6 BC DF

RGB Percentages of Color #b6bcdf

%30.69
%31.70
%37.61

CMYK Percentages of Color #b6bcdf

%18
%16
%0
%13

Triadic Colors of #b6bcdf

#b6bcdf #dfb6bc #bcdfb6

Analogous Colors of #b6bcdf

#b6bcdf #c5b6df #b6d1df

Monochromatic Colors of #b6bcdf

#b6bcdf

Complementary Color

#b6bcdf #dfd9b6

#b6bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bcdf Color CSS Codes

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

#b6bcdf Text Font Color

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

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


#b6bcdf Background Color

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

This div background color is #b6bcdf


#b6bcdf Border Color

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

This div border color is #b6bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bcdf


Comments

No comments written yet.

Please login to write comment.