Color Hex Logo

#c6bbca Color Hex

#C6BBCA
(198,187,202)
0 Favorites   0 Comments

Color spaces of #c6bbca

RGB 198187202
HSL0.790.120.76
HSV284°79°
CMYK 0.020.070.00   0.21
XYZ51.719751.810763.1517
Yxy51.81070.31030.3108
Hunter Lab71.97962.2936-1.6326
CIE-Lab77.16756.6186-6.1570

#c6bbca color RGB value is (198,187,202).

#c6bbca hex color red value is 198, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c6bbca hue: 0.79 , saturation: 0.12 and the lightness value of c6bbca is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111011 11001010
Octal 306 273 312
Decimal 198 187 202
Hex C6 BB CA

RGB Percentages of Color #c6bbca

%33.73
%31.86
%34.41

CMYK Percentages of Color #c6bbca

%2
%7
%0
%21

Triadic Colors of #c6bbca

#c6bbca #cac6bb #bbcac6

Analogous Colors of #c6bbca

#c6bbca #cabbc7 #bfbbca

Monochromatic Colors of #c6bbca

#c6bbca

Complementary Color

#c6bbca #bfcabb

#c6bbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bbca Color CSS Codes

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

#c6bbca Text Font Color

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

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


#c6bbca Background Color

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

This div background color is #c6bbca


#c6bbca Border Color

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

This div border color is #c6bbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bbca


Comments

No comments written yet.

Please login to write comment.