Color Hex Logo

#bcc8dd Color Hex

#BCC8DD
(188,200,221)
0 Favorites   0 Comments

Color spaces of #bcc8dd

RGB 188200221
HSL0.610.330.80
HSV218°15°87°
CMYK 0.150.100.00   0.13
XYZ54.444557.220476.5817
Yxy57.22040.28920.3040
Hunter Lab75.6442-3.9028-7.0739
CIE-Lab80.30340.1481-11.8224

#bcc8dd color RGB value is (188,200,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 11011101
Octal 274 310 335
Decimal 188 200 221
Hex BC C8 DD

RGB Percentages of Color #bcc8dd

%30.87
%32.84
%36.29

CMYK Percentages of Color #bcc8dd

%15
%10
%0
%13

Triadic Colors of #bcc8dd

#bcc8dd #ddbcc8 #c8ddbc

Analogous Colors of #bcc8dd

#bcc8dd #c1bcdd #bcd9dd

Monochromatic Colors of #bcc8dd

#bcc8dd

Complementary Color

#bcc8dd #ddd1bc

#bcc8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc8dd Color CSS Codes

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

#bcc8dd Text Font Color

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

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


#bcc8dd Background Color

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

This div background color is #bcc8dd


#bcc8dd Border Color

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

This div border color is #bcc8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc8dd


Comments

No comments written yet.

Please login to write comment.