Color Hex Logo

#b6bccb Color Hex

#B6BCCB
(182,188,203)
0 Favorites   0 Comments

Color spaces of #b6bccb

RGB 182188203
HSL0.620.170.75
HSV223°10°80°
CMYK 0.100.070.00   0.20
XYZ48.054150.223363.6613
Yxy50.22330.29670.3101
Hunter Lab70.8684-2.9833-3.6525
CIE-Lab76.20610.8816-8.2620

#b6bccb color RGB value is (182,188,203).

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

The process color (four color CMYK) of #b6bccb color hex is 0.10, 0.07, 0.00, 0.20. Web safe color of #b6bccb is #cccccc. Color #b6bccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111100 11001011
Octal 266 274 313
Decimal 182 188 203
Hex B6 BC CB

RGB Percentages of Color #b6bccb

%31.76
%32.81
%35.43

CMYK Percentages of Color #b6bccb

%10
%7
%0
%20

Triadic Colors of #b6bccb

#b6bccb #cbb6bc #bccbb6

Analogous Colors of #b6bccb

#b6bccb #bbb6cb #b6c7cb

Monochromatic Colors of #b6bccb

#b6bccb

Complementary Color

#b6bccb #cbc5b6

#b6bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bccb Color CSS Codes

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

#b6bccb Text Font Color

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

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


#b6bccb Background Color

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

This div background color is #b6bccb


#b6bccb Border Color

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

This div border color is #b6bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bccb


Comments

No comments written yet.

Please login to write comment.