Color Hex Logo

#bcc6cd Color Hex

#BCC6CD
(188,198,205)
0 Favorites   0 Comments

Color spaces of #bcc6cd

RGB 188198205
HSL0.570.150.77
HSV205°80°
CMYK 0.080.030.00   0.20
XYZ51.952655.487365.7295
Yxy55.48730.30000.3204
Hunter Lab74.4898-5.8631-0.1744
CIE-Lab79.3211-2.0524-4.6831

#bcc6cd color RGB value is (188,198,205).

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

The process color (four color CMYK) of #bcc6cd color hex is 0.08, 0.03, 0.00, 0.20. Web safe color of #bcc6cd is #cccccc. Color #bcc6cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 11001101
Octal 274 306 315
Decimal 188 198 205
Hex BC C6 CD

RGB Percentages of Color #bcc6cd

%31.81
%33.50
%34.69

CMYK Percentages of Color #bcc6cd

%8
%3
%0
%20

Triadic Colors of #bcc6cd

#bcc6cd #cdbcc6 #c6cdbc

Analogous Colors of #bcc6cd

#bcc6cd #bcbecd #bccdcc

Monochromatic Colors of #bcc6cd

#bcc6cd

Complementary Color

#bcc6cd #cdc3bc

#bcc6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc6cd Color CSS Codes

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

#bcc6cd Text Font Color

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

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


#bcc6cd Background Color

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

This div background color is #bcc6cd


#bcc6cd Border Color

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

This div border color is #bcc6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc6cd

#bcc6cd Color Palettes


Comments

No comments written yet.

Please login to write comment.