Color Hex Logo

#c6bccb Color Hex

#C6BCCB
(198,188,203)
0 Favorites   0 Comments

Color spaces of #c6bccb

RGB 198188203
HSL0.780.130.77
HSV280°80°
CMYK 0.020.070.00   0.20
XYZ52.051452.284063.8483
Yxy52.28400.30950.3109
Hunter Lab72.30771.9566-1.7382
CIE-Lab77.45036.2703-6.2804

#c6bccb color RGB value is (198,188,203).

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

The process color (four color CMYK) of #c6bccb color hex is 0.02, 0.07, 0.00, 0.20. Web safe color of #c6bccb is #cccccc. Color #c6bccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111100 11001011
Octal 306 274 313
Decimal 198 188 203
Hex C6 BC CB

RGB Percentages of Color #c6bccb

%33.62
%31.92
%34.47

CMYK Percentages of Color #c6bccb

%2
%7
%0
%20

Triadic Colors of #c6bccb

#c6bccb #cbc6bc #bccbc6

Analogous Colors of #c6bccb

#c6bccb #cbbcc9 #bfbccb

Monochromatic Colors of #c6bccb

#c6bccb

Complementary Color

#c6bccb #c1cbbc

#c6bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bccb Color CSS Codes

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

#c6bccb Text Font Color

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

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


#c6bccb Background Color

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

This div background color is #c6bccb


#c6bccb Border Color

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

This div border color is #c6bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bccb

#c6bccb Color Palettes


Comments

No comments written yet.

Please login to write comment.