Color Hex Logo

#b6ccbd Color Hex

#B6CCBD
(182,204,189)
0 Favorites   0 Comments

Color spaces of #b6ccbd

RGB 182204189
HSL0.390.180.76
HSV139°11°80°
CMYK 0.110.000.07   0.20
XYZ50.069656.804956.4696
Yxy56.80490.30650.3478
Hunter Lab75.3690-13.31368.3358
CIE-Lab80.0697-10.27924.9502

#b6ccbd color RGB value is (182,204,189).

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

The process color (four color CMYK) of #b6ccbd color hex is 0.11, 0.00, 0.07, 0.20. Web safe color of #b6ccbd is #cccccc. Color #b6ccbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001100 10111101
Octal 266 314 275
Decimal 182 204 189
Hex B6 CC BD

RGB Percentages of Color #b6ccbd

%31.65
%35.48
%32.87

CMYK Percentages of Color #b6ccbd

%11
%0
%7
%20

Triadic Colors of #b6ccbd

#b6ccbd #bdb6cc #ccbdb6

Analogous Colors of #b6ccbd

#b6ccbd #b6ccc8 #baccb6

Monochromatic Colors of #b6ccbd

#b6ccbd

Complementary Color

#b6ccbd #ccb6c5

#b6ccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ccbd Color CSS Codes

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

#b6ccbd Text Font Color

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

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


#b6ccbd Background Color

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

This div background color is #b6ccbd


#b6ccbd Border Color

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

This div border color is #b6ccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ccbd


Comments

No comments written yet.

Please login to write comment.