Color Hex Logo

#c6bcce Color Hex

#C6BCCE
(198,188,206)
0 Favorites   0 Comments

Color spaces of #c6bcce

RGB 198188206
HSL0.760.160.77
HSV273°81°
CMYK 0.040.090.00   0.19
XYZ52.412552.428465.7498
Yxy52.42840.30720.3073
Hunter Lab72.40752.4951-3.1532
CIE-Lab77.53636.8436-7.7778

#c6bcce color RGB value is (198,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111100 11001110
Octal 306 274 316
Decimal 198 188 206
Hex C6 BC CE

RGB Percentages of Color #c6bcce

%33.45
%31.76
%34.80

CMYK Percentages of Color #c6bcce

%4
%9
%0
%19

Triadic Colors of #c6bcce

#c6bcce #cec6bc #bccec6

Analogous Colors of #c6bcce

#c6bcce #cebccd #bdbcce

Monochromatic Colors of #c6bcce

#c6bcce

Complementary Color

#c6bcce #c4cebc

#c6bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bcce Color CSS Codes

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

#c6bcce Text Font Color

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

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


#c6bcce Background Color

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

This div background color is #c6bcce


#c6bcce Border Color

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

This div border color is #c6bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bcce


Comments

No comments written yet.

Please login to write comment.