Color Hex Logo

#b1ccc0 Color Hex

#B1CCC0
(177,204,192)
0 Favorites   0 Comments

Color spaces of #b1ccc0

RGB 177204192
HSL0.430.210.75
HSV153°13°80°
CMYK 0.130.000.06   0.20
XYZ49.238856.338658.1485
Yxy56.33860.30070.3441
Hunter Lab75.0590-14.25726.6092
CIE-Lab79.8061-11.38902.9188

#b1ccc0 color RGB value is (177,204,192).

#b1ccc0 hex color red value is 177, green value is 204 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #b1ccc0 hue: 0.43 , saturation: 0.21 and the lightness value of b1ccc0 is 0.75.

The process color (four color CMYK) of #b1ccc0 color hex is 0.13, 0.00, 0.06, 0.20. Web safe color of #b1ccc0 is #99cccc. Color #b1ccc0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001100 11000000
Octal 261 314 300
Decimal 177 204 192
Hex B1 CC C0

RGB Percentages of Color #b1ccc0

%30.89
%35.60
%33.51

CMYK Percentages of Color #b1ccc0

%13
%0
%6
%20

Triadic Colors of #b1ccc0

#b1ccc0 #c0b1cc #ccc0b1

Analogous Colors of #b1ccc0

#b1ccc0 #b1cbcc #b1ccb3

Monochromatic Colors of #b1ccc0

#b1ccc0

Complementary Color

#b1ccc0 #ccb1bd

#b1ccc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ccc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ccc0 Color CSS Codes

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

#b1ccc0 Text Font Color

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

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


#b1ccc0 Background Color

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

This div background color is #b1ccc0


#b1ccc0 Border Color

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

This div border color is #b1ccc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ccc0


Comments

No comments written yet.

Please login to write comment.