Color Hex Logo

#bccdde Color Hex

#BCCDDE
(188,205,222)
1 Favorites   0 Comments

Color spaces of #bccdde

RGB 188205222
HSL0.580.340.80
HSV210°15°87°
CMYK 0.150.080.00   0.13
XYZ55.755259.627977.6780
Yxy59.62790.28880.3089
Hunter Lab77.2191-6.2495-5.5890
CIE-Lab81.6355-2.2879-10.3703

#bccdde color RGB value is (188,205,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11011110
Octal 274 315 336
Decimal 188 205 222
Hex BC CD DE

RGB Percentages of Color #bccdde

%30.57
%33.33
%36.10

CMYK Percentages of Color #bccdde

%15
%8
%0
%13

Triadic Colors of #bccdde

#bccdde #debccd #cddebc

Analogous Colors of #bccdde

#bccdde #bcbcde #bcdede

Monochromatic Colors of #bccdde

#bccdde

Complementary Color

#bccdde #decdbc

#bccdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdde Color CSS Codes

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

#bccdde Text Font Color

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

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


#bccdde Background Color

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

This div background color is #bccdde


#bccdde Border Color

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

This div border color is #bccdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdde

#bccdde Color Palettes


Comments

No comments written yet.

Please login to write comment.