Color Hex Logo

#bcc3ed Color Hex

#BCC3ED
(188,195,237)
0 Favorites   0 Comments

Color spaces of #bcc3ed

RGB 188195237
HSL0.640.580.83
HSV231°21°93°
CMYK 0.210.180.00   0.07
XYZ55.540255.836087.9709
Yxy55.83600.27860.2801
Hunter Lab74.72351.9087-17.4948
CIE-Lab79.52046.2903-21.5854

#bcc3ed color RGB value is (188,195,237).

#bcc3ed hex color red value is 188, green value is 195 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bcc3ed hue: 0.64 , saturation: 0.58 and the lightness value of bcc3ed is 0.83.

The process color (four color CMYK) of #bcc3ed color hex is 0.21, 0.18, 0.00, 0.07. Web safe color of #bcc3ed is #ccccff. Color #bcc3ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 11101101
Octal 274 303 355
Decimal 188 195 237
Hex BC C3 ED

RGB Percentages of Color #bcc3ed

%30.32
%31.45
%38.23

CMYK Percentages of Color #bcc3ed

%21
%18
%0
%7

Triadic Colors of #bcc3ed

#bcc3ed #edbcc3 #c3edbc

Analogous Colors of #bcc3ed

#bcc3ed #cebced #bcdced

Monochromatic Colors of #bcc3ed

#bcc3ed

Complementary Color

#bcc3ed #ede6bc

#bcc3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc3ed Color CSS Codes

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

#bcc3ed Text Font Color

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

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


#bcc3ed Background Color

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

This div background color is #bcc3ed


#bcc3ed Border Color

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

This div border color is #bcc3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc3ed


Comments

No comments written yet.

Please login to write comment.