Color Hex Logo

#bcccd6 Color Hex

#BCCCD6
(188,204,214)
0 Favorites   0 Comments

Color spaces of #bcccd6

RGB 188204214
HSL0.560.240.79
HSV203°12°84°
CMYK 0.120.050.00   0.16
XYZ54.469558.732172.0839
Yxy58.73210.29400.3170
Hunter Lab76.6369-7.2460-2.1218
CIE-Lab81.1441-3.4121-6.8203

#bcccd6 color RGB value is (188,204,214).

#bcccd6 hex color red value is 188, green value is 204 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #bcccd6 hue: 0.56 , saturation: 0.24 and the lightness value of bcccd6 is 0.79.

The process color (four color CMYK) of #bcccd6 color hex is 0.12, 0.05, 0.00, 0.16. Web safe color of #bcccd6 is #cccccc. Color #bcccd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 11010110
Octal 274 314 326
Decimal 188 204 214
Hex BC CC D6

RGB Percentages of Color #bcccd6

%31.02
%33.66
%35.31

CMYK Percentages of Color #bcccd6

%12
%5
%0
%16

Triadic Colors of #bcccd6

#bcccd6 #d6bccc #ccd6bc

Analogous Colors of #bcccd6

#bcccd6 #bcbfd6 #bcd6d3

Monochromatic Colors of #bcccd6

#bcccd6

Complementary Color

#bcccd6 #d6c6bc

#bcccd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccd6 Color CSS Codes

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

#bcccd6 Text Font Color

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

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


#bcccd6 Background Color

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

This div background color is #bcccd6


#bcccd6 Border Color

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

This div border color is #bcccd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccd6


Comments

No comments written yet.

Please login to write comment.