Color Hex Logo

#b1cbcc Color Hex

#B1CBCC
(177,203,204)
0 Favorites   0 Comments

Color spaces of #b1cbcc

RGB 177203204
HSL0.510.210.75
HSV182°13°80°
CMYK 0.130.000.00   0.20
XYZ50.386556.418665.3610
Yxy56.41860.29270.3277
Hunter Lab75.1123-11.70600.9858
CIE-Lab79.8515-8.4882-3.4522

#b1cbcc color RGB value is (177,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001011 11001100
Octal 261 313 314
Decimal 177 203 204
Hex B1 CB CC

RGB Percentages of Color #b1cbcc

%30.31
%34.76
%34.93

CMYK Percentages of Color #b1cbcc

%13
%0
%0
%20

Triadic Colors of #b1cbcc

#b1cbcc #ccb1cb #cbccb1

Analogous Colors of #b1cbcc

#b1cbcc #b1becc #b1ccc0

Monochromatic Colors of #b1cbcc

#b1cbcc

Complementary Color

#b1cbcc #ccb2b1

#b1cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cbcc Color CSS Codes

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

#b1cbcc Text Font Color

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

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


#b1cbcc Background Color

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

This div background color is #b1cbcc


#b1cbcc Border Color

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

This div border color is #b1cbcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,203,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 #b1cbcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cbcc


Comments

No comments written yet.

Please login to write comment.