Color Hex Logo

#b6bcdd Color Hex

#B6BCDD
(182,188,221)
0 Favorites   0 Comments

Color spaces of #b6bcdd

RGB 182188221
HSL0.640.360.79
HSV231°18°87°
CMYK 0.180.150.00   0.13
XYZ50.325851.132075.6236
Yxy51.13200.28420.2887
Hunter Lab71.50660.4902-12.6489
CIE-Lab76.75894.6792-17.1888

#b6bcdd color RGB value is (182,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111100 11011101
Octal 266 274 335
Decimal 182 188 221
Hex B6 BC DD

RGB Percentages of Color #b6bcdd

%30.80
%31.81
%37.39

CMYK Percentages of Color #b6bcdd

%18
%15
%0
%13

Triadic Colors of #b6bcdd

#b6bcdd #ddb6bc #bcddb6

Analogous Colors of #b6bcdd

#b6bcdd #c4b6dd #b6d0dd

Monochromatic Colors of #b6bcdd

#b6bcdd

Complementary Color

#b6bcdd #ddd7b6

#b6bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bcdd Color CSS Codes

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

#b6bcdd Text Font Color

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

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


#b6bcdd Background Color

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

This div background color is #b6bcdd


#b6bcdd Border Color

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

This div border color is #b6bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bcdd


Comments

No comments written yet.

Please login to write comment.