Color Hex Logo

#c1bbcc Color Hex

#C1BBCC
(193,187,204)
0 Favorites   0 Comments

Color spaces of #c1bbcc

RGB 193187204
HSL0.730.140.77
HSV261°80°
CMYK 0.050.080.00   0.20
XYZ50.661751.237764.3465
Yxy51.23770.30470.3082
Hunter Lab71.58051.0689-3.1917
CIE-Lab76.82285.3019-7.7967

#c1bbcc color RGB value is (193,187,204).

#c1bbcc hex color red value is 193, green value is 187 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c1bbcc hue: 0.73 , saturation: 0.14 and the lightness value of c1bbcc is 0.77.

The process color (four color CMYK) of #c1bbcc color hex is 0.05, 0.08, 0.00, 0.20. Web safe color of #c1bbcc is #cccccc. Color #c1bbcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111011 11001100
Octal 301 273 314
Decimal 193 187 204
Hex C1 BB CC

RGB Percentages of Color #c1bbcc

%33.05
%32.02
%34.93

CMYK Percentages of Color #c1bbcc

%5
%8
%0
%20

Triadic Colors of #c1bbcc

#c1bbcc #ccc1bb #bbccc1

Analogous Colors of #c1bbcc

#c1bbcc #cabbcc #bbbecc

Monochromatic Colors of #c1bbcc

#c1bbcc

Complementary Color

#c1bbcc #c6ccbb

#c1bbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bbcc Color CSS Codes

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

#c1bbcc Text Font Color

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

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


#c1bbcc Background Color

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

This div background color is #c1bbcc


#c1bbcc Border Color

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

This div border color is #c1bbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bbcc


Comments

No comments written yet.

Please login to write comment.