Color Hex Logo

#bcc0df Color Hex

#BCC0DF
(188,192,223)
0 Favorites   0 Comments

Color spaces of #bcc0df

RGB 188192223
HSL0.650.350.81
HSV233°16°87°
CMYK 0.160.140.00   0.13
XYZ52.908053.718477.3922
Yxy53.71840.28750.2919
Hunter Lab73.29280.5916-11.3012
CIE-Lab78.29724.8517-15.9065

#bcc0df color RGB value is (188,192,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 11011111
Octal 274 300 337
Decimal 188 192 223
Hex BC C0 DF

RGB Percentages of Color #bcc0df

%31.18
%31.84
%36.98

CMYK Percentages of Color #bcc0df

%16
%14
%0
%13

Triadic Colors of #bcc0df

#bcc0df #dfbcc0 #c0dfbc

Analogous Colors of #bcc0df

#bcc0df #cabcdf #bcd2df

Monochromatic Colors of #bcc0df

#bcc0df

Complementary Color

#bcc0df #dfdbbc

#bcc0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc0df Color CSS Codes

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

#bcc0df Text Font Color

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

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


#bcc0df Background Color

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

This div background color is #bcc0df


#bcc0df Border Color

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

This div border color is #bcc0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc0df


Comments

No comments written yet.

Please login to write comment.