Color Hex Logo

#bcccdd Color Hex

#BCCCDD
(188,204,221)
0 Favorites   0 Comments

Color spaces of #bcccdd

RGB 188204221
HSL0.590.330.80
HSV211°15°87°
CMYK 0.150.080.00   0.13
XYZ55.383059.097676.8946
Yxy59.09760.28940.3088
Hunter Lab76.8750-5.9345-5.4927
CIE-Lab81.3452-1.9701-10.2681

#bcccdd color RGB value is (188,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 11011101
Octal 274 314 335
Decimal 188 204 221
Hex BC CC DD

RGB Percentages of Color #bcccdd

%30.67
%33.28
%36.05

CMYK Percentages of Color #bcccdd

%15
%8
%0
%13

Triadic Colors of #bcccdd

#bcccdd #ddbccc #ccddbc

Analogous Colors of #bcccdd

#bcccdd #bdbcdd #bcdddd

Monochromatic Colors of #bcccdd

#bcccdd

Complementary Color

#bcccdd #ddcdbc

#bcccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccdd Color CSS Codes

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

#bcccdd Text Font Color

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

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


#bcccdd Background Color

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

This div background color is #bcccdd


#bcccdd Border Color

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

This div border color is #bcccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccdd

#bcccdd Color Palettes


Comments

No comments written yet.

Please login to write comment.