Color Hex Logo

#bcc0e1 Color Hex

#BCC0E1
(188,192,225)
0 Favorites   0 Comments

Color spaces of #bcc0e1

RGB 188192225
HSL0.650.380.81
HSV234°16°88°
CMYK 0.160.150.00   0.12
XYZ53.179353.826978.8209
Yxy53.82690.28620.2897
Hunter Lab73.36680.9922-12.3408
CIE-Lab78.36075.2800-16.8888

#bcc0e1 color RGB value is (188,192,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 11100001
Octal 274 300 341
Decimal 188 192 225
Hex BC C0 E1

RGB Percentages of Color #bcc0e1

%31.07
%31.74
%37.19

CMYK Percentages of Color #bcc0e1

%16
%15
%0
%12

Triadic Colors of #bcc0e1

#bcc0e1 #e1bcc0 #c0e1bc

Analogous Colors of #bcc0e1

#bcc0e1 #cbbce1 #bcd3e1

Monochromatic Colors of #bcc0e1

#bcc0e1

Complementary Color

#bcc0e1 #e1ddbc

#bcc0e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc0e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc0e1 Color CSS Codes

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

#bcc0e1 Text Font Color

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

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


#bcc0e1 Background Color

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

This div background color is #bcc0e1


#bcc0e1 Border Color

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

This div border color is #bcc0e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc0e1


Comments

No comments written yet.

Please login to write comment.