Color Hex Logo

#c6bbde Color Hex

#C6BBDE
(198,187,222)
0 Favorites   0 Comments

Color spaces of #c6bbde

RGB 198187222
HSL0.720.350.80
HSV259°16°87°
CMYK 0.110.160.00   0.13
XYZ54.243852.820376.4436
Yxy52.82030.29560.2878
Hunter Lab72.67766.0399-11.4880
CIE-Lab77.768810.5623-16.0854

#c6bbde color RGB value is (198,187,222).

#c6bbde hex color red value is 198, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c6bbde hue: 0.72 , saturation: 0.35 and the lightness value of c6bbde is 0.80.

The process color (four color CMYK) of #c6bbde color hex is 0.11, 0.16, 0.00, 0.13. Web safe color of #c6bbde is #cccccc. Color #c6bbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111011 11011110
Octal 306 273 336
Decimal 198 187 222
Hex C6 BB DE

RGB Percentages of Color #c6bbde

%32.62
%30.81
%36.57

CMYK Percentages of Color #c6bbde

%11
%16
%0
%13

Triadic Colors of #c6bbde

#c6bbde #dec6bb #bbdec6

Analogous Colors of #c6bbde

#c6bbde #d8bbde #bbc2de

Monochromatic Colors of #c6bbde

#c6bbde

Complementary Color

#c6bbde #d3debb

#c6bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bbde Color CSS Codes

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

#c6bbde Text Font Color

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

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


#c6bbde Background Color

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

This div background color is #c6bbde


#c6bbde Border Color

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

This div border color is #c6bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bbde

#c6bbde Color Palettes


Comments

No comments written yet.

Please login to write comment.