Color Hex Logo

#bcccdc Color Hex

#BCCCDC
(188,204,220)
0 Favorites   0 Comments

Color spaces of #bcccdc

RGB 188204220
HSL0.580.310.80
HSV210°15°86°
CMYK 0.150.070.00   0.14
XYZ55.250259.044476.1949
Yxy59.04440.29000.3100
Hunter Lab76.8404-6.1245-5.0037
CIE-Lab81.3160-2.1782-9.7766

#bcccdc color RGB value is (188,204,220).

#bcccdc hex color red value is 188, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bcccdc hue: 0.58 , saturation: 0.31 and the lightness value of bcccdc is 0.80.

The process color (four color CMYK) of #bcccdc color hex is 0.15, 0.07, 0.00, 0.14. Web safe color of #bcccdc is #cccccc. Color #bcccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 11011100
Octal 274 314 334
Decimal 188 204 220
Hex BC CC DC

RGB Percentages of Color #bcccdc

%30.72
%33.33
%35.95

CMYK Percentages of Color #bcccdc

%15
%7
%0
%14

Triadic Colors of #bcccdc

#bcccdc #dcbccc #ccdcbc

Analogous Colors of #bcccdc

#bcccdc #bcbcdc #bcdcdc

Monochromatic Colors of #bcccdc

#bcccdc

Complementary Color

#bcccdc #dcccbc

#bcccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccdc Color CSS Codes

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

#bcccdc Text Font Color

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

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


#bcccdc Background Color

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

This div background color is #bcccdc


#bcccdc Border Color

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

This div border color is #bcccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccdc

#bcccdc Color Palettes


Comments

No comments written yet.

Please login to write comment.