Color Hex Logo

#bccccd Color Hex

#BCCCCD
(188,204,205)
0 Favorites   0 Comments

Color spaces of #bccccd

RGB 188204205
HSL0.510.150.77
HSV184°80°
CMYK 0.080.000.00   0.20
XYZ53.351358.284966.1958
Yxy58.28490.30000.3278
Hunter Lab76.3445-8.86312.0328
CIE-Lab80.8969-5.2083-2.3650

#bccccd color RGB value is (188,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 11001101
Octal 274 314 315
Decimal 188 204 205
Hex BC CC CD

RGB Percentages of Color #bccccd

%31.49
%34.17
%34.34

CMYK Percentages of Color #bccccd

%8
%0
%0
%20

Triadic Colors of #bccccd

#bccccd #cdbccc #cccdbc

Analogous Colors of #bccccd

#bccccd #bcc4cd #bccdc6

Monochromatic Colors of #bccccd

#bccccd

Complementary Color

#bccccd #cdbdbc

#bccccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccccd Color CSS Codes

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

#bccccd Text Font Color

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

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


#bccccd Background Color

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

This div background color is #bccccd


#bccccd Border Color

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

This div border color is #bccccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,204,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 #bccccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccccd


Comments

No comments written yet.

Please login to write comment.