Color Hex Logo

#c2bcce Color Hex

#C2BCCE
(194,188,206)
0 Favorites   0 Comments

Color spaces of #c2bcce

RGB 194188206
HSL0.720.160.77
HSV260°81°
CMYK 0.060.090.00   0.19
XYZ51.371951.892065.7011
Yxy51.89200.30400.3071
Hunter Lab72.03611.2325-3.6506
CIE-Lab77.21625.4916-8.2879

#c2bcce color RGB value is (194,188,206).

#c2bcce hex color red value is 194, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c2bcce hue: 0.72 , saturation: 0.16 and the lightness value of c2bcce is 0.77.

The process color (four color CMYK) of #c2bcce color hex is 0.06, 0.09, 0.00, 0.19. Web safe color of #c2bcce is #cccccc. Color #c2bcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111100 11001110
Octal 302 274 316
Decimal 194 188 206
Hex C2 BC CE

RGB Percentages of Color #c2bcce

%32.99
%31.97
%35.03

CMYK Percentages of Color #c2bcce

%6
%9
%0
%19

Triadic Colors of #c2bcce

#c2bcce #cec2bc #bccec2

Analogous Colors of #c2bcce

#c2bcce #cbbcce #bcbfce

Monochromatic Colors of #c2bcce

#c2bcce

Complementary Color

#c2bcce #c8cebc

#c2bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bcce Color CSS Codes

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

#c2bcce Text Font Color

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

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


#c2bcce Background Color

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

This div background color is #c2bcce


#c2bcce Border Color

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

This div border color is #c2bcce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,188,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2bcce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2bcce;
  -webkit-box-shadow: 1px 1px 3px 2px #c2bcce;
  box-shadow:         1px 1px 3px 2px #c2bcce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,188,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bcce


Comments

No comments written yet.

Please login to write comment.