Color Hex Logo

#bcc5df Color Hex

#BCC5DF
(188,197,223)
0 Favorites   0 Comments

Color spaces of #bcc5df

RGB 188197223
HSL0.620.350.81
HSV225°16°87°
CMYK 0.160.120.00   0.13
XYZ54.024655.951677.7644
Yxy55.95160.28780.2980
Hunter Lab74.8008-1.9804-9.2785
CIE-Lab79.58632.1689-13.9698

#bcc5df color RGB value is (188,197,223).

#bcc5df hex color red value is 188, green value is 197 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bcc5df hue: 0.62 , saturation: 0.35 and the lightness value of bcc5df is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 11011111
Octal 274 305 337
Decimal 188 197 223
Hex BC C5 DF

RGB Percentages of Color #bcc5df

%30.92
%32.40
%36.68

CMYK Percentages of Color #bcc5df

%16
%12
%0
%13

Triadic Colors of #bcc5df

#bcc5df #dfbcc5 #c5dfbc

Analogous Colors of #bcc5df

#bcc5df #c5bcdf #bcd7df

Monochromatic Colors of #bcc5df

#bcc5df

Complementary Color

#bcc5df #dfd6bc

#bcc5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc5df Color CSS Codes

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

#bcc5df Text Font Color

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

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


#bcc5df Background Color

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

This div background color is #bcc5df


#bcc5df Border Color

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

This div border color is #bcc5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc5df


Comments

No comments written yet.

Please login to write comment.