Color Hex Logo

#bcc3dd Color Hex

#BCC3DD
(188,195,221)
0 Favorites   0 Comments

Color spaces of #bcc3dd

RGB 188195221
HSL0.630.330.80
HSV227°15°87°
CMYK 0.150.120.00   0.13
XYZ53.305354.942076.2020
Yxy54.94200.28900.2979
Hunter Lab74.1229-1.3471-9.0671
CIE-Lab79.00782.8157-13.7617

#bcc3dd color RGB value is (188,195,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 11011101
Octal 274 303 335
Decimal 188 195 221
Hex BC C3 DD

RGB Percentages of Color #bcc3dd

%31.13
%32.28
%36.59

CMYK Percentages of Color #bcc3dd

%15
%12
%0
%13

Triadic Colors of #bcc3dd

#bcc3dd #ddbcc3 #c3ddbc

Analogous Colors of #bcc3dd

#bcc3dd #c6bcdd #bcd4dd

Monochromatic Colors of #bcc3dd

#bcc3dd

Complementary Color

#bcc3dd #ddd6bc

#bcc3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc3dd Color CSS Codes

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

#bcc3dd Text Font Color

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

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


#bcc3dd Background Color

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

This div background color is #bcc3dd


#bcc3dd Border Color

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

This div border color is #bcc3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc3dd


Comments

No comments written yet.

Please login to write comment.