Color Hex Logo

#b6bccd Color Hex

#B6BCCD
(182,188,205)
0 Favorites   0 Comments

Color spaces of #b6bccd

RGB 182188205
HSL0.620.190.76
HSV224°11°80°
CMYK 0.110.080.00   0.20
XYZ48.294150.319364.9248
Yxy50.31930.29530.3077
Hunter Lab70.9361-2.6133-4.6104
CIE-Lab76.26481.2905-9.2599

#b6bccd color RGB value is (182,188,205).

#b6bccd hex color red value is 182, green value is 188 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b6bccd hue: 0.62 , saturation: 0.19 and the lightness value of b6bccd is 0.76.

The process color (four color CMYK) of #b6bccd color hex is 0.11, 0.08, 0.00, 0.20. Web safe color of #b6bccd is #cccccc. Color #b6bccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111100 11001101
Octal 266 274 315
Decimal 182 188 205
Hex B6 BC CD

RGB Percentages of Color #b6bccd

%31.65
%32.70
%35.65

CMYK Percentages of Color #b6bccd

%11
%8
%0
%20

Triadic Colors of #b6bccd

#b6bccd #cdb6bc #bccdb6

Analogous Colors of #b6bccd

#b6bccd #bcb6cd #b6c8cd

Monochromatic Colors of #b6bccd

#b6bccd

Complementary Color

#b6bccd #cdc7b6

#b6bccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bccd Color CSS Codes

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

#b6bccd Text Font Color

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

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


#b6bccd Background Color

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

This div background color is #b6bccd


#b6bccd Border Color

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

This div border color is #b6bccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bccd


Comments

No comments written yet.

Please login to write comment.