Color Hex Logo

#b6bccc Color Hex

#B6BCCC
(182,188,204)
0 Favorites   0 Comments

Color spaces of #b6bccc

RGB 182188204
HSL0.620.180.76
HSV224°11°80°
CMYK 0.110.080.00   0.20
XYZ48.173750.271264.2910
Yxy50.27120.29600.3089
Hunter Lab70.9022-2.7990-4.1300
CIE-Lab76.23541.0855-8.7611

#b6bccc color RGB value is (182,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111100 11001100
Octal 266 274 314
Decimal 182 188 204
Hex B6 BC CC

RGB Percentages of Color #b6bccc

%31.71
%32.75
%35.54

CMYK Percentages of Color #b6bccc

%11
%8
%0
%20

Triadic Colors of #b6bccc

#b6bccc #ccb6bc #bcccb6

Analogous Colors of #b6bccc

#b6bccc #bbb6cc #b6c7cc

Monochromatic Colors of #b6bccc

#b6bccc

Complementary Color

#b6bccc #ccc6b6

#b6bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bccc Color CSS Codes

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

#b6bccc Text Font Color

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

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


#b6bccc Background Color

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

This div background color is #b6bccc


#b6bccc Border Color

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

This div border color is #b6bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bccc


Comments

No comments written yet.

Please login to write comment.