Color Hex Logo

#b6ccbf Color Hex

#B6CCBF
(182,204,191)
0 Favorites   0 Comments

Color spaces of #b6ccbf

RGB 182204191
HSL0.400.180.76
HSV145°11°80°
CMYK 0.110.000.06   0.20
XYZ50.288256.892457.6211
Yxy56.89240.30510.3452
Hunter Lab75.4271-12.98917.5054
CIE-Lab80.1190-9.90493.9503

#b6ccbf color RGB value is (182,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001100 10111111
Octal 266 314 277
Decimal 182 204 191
Hex B6 CC BF

RGB Percentages of Color #b6ccbf

%31.54
%35.36
%33.10

CMYK Percentages of Color #b6ccbf

%11
%0
%6
%20

Triadic Colors of #b6ccbf

#b6ccbf #bfb6cc #ccbfb6

Analogous Colors of #b6ccbf

#b6ccbf #b6ccca #b8ccb6

Monochromatic Colors of #b6ccbf

#b6ccbf

Complementary Color

#b6ccbf #ccb6c3

#b6ccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ccbf Color CSS Codes

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

#b6ccbf Text Font Color

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

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


#b6ccbf Background Color

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

This div background color is #b6ccbf


#b6ccbf Border Color

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

This div border color is #b6ccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ccbf


Comments

No comments written yet.

Please login to write comment.