Color Hex Logo

#bcc2ec Color Hex

#BCC2EC
(188,194,236)
0 Favorites   0 Comments

Color spaces of #bcc2ec

RGB 188194236
HSL0.650.560.83
HSV233°20°93°
CMYK 0.200.180.00   0.07
XYZ55.171155.331187.1290
Yxy55.33110.27920.2800
Hunter Lab74.38492.2195-17.3786
CIE-Lab79.23166.6070-21.4872

#bcc2ec color RGB value is (188,194,236).

#bcc2ec hex color red value is 188, green value is 194 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bcc2ec hue: 0.65 , saturation: 0.56 and the lightness value of bcc2ec is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 11101100
Octal 274 302 354
Decimal 188 194 236
Hex BC C2 EC

RGB Percentages of Color #bcc2ec

%30.42
%31.39
%38.19

CMYK Percentages of Color #bcc2ec

%20
%18
%0
%7

Triadic Colors of #bcc2ec

#bcc2ec #ecbcc2 #c2ecbc

Analogous Colors of #bcc2ec

#bcc2ec #cebcec #bcdaec

Monochromatic Colors of #bcc2ec

#bcc2ec

Complementary Color

#bcc2ec #ece6bc

#bcc2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc2ec Color CSS Codes

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

#bcc2ec Text Font Color

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

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


#bcc2ec Background Color

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

This div background color is #bcc2ec


#bcc2ec Border Color

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

This div border color is #bcc2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc2ec


Comments

No comments written yet.

Please login to write comment.