Color Hex Logo

#bcc7da Color Hex

#BCC7DA
(188,199,218)
0 Favorites   0 Comments

Color spaces of #bcc7da

RGB 188199218
HSL0.610.290.80
HSV218°14°85°
CMYK 0.140.090.00   0.15
XYZ53.817456.600274.4181
Yxy56.60020.29120.3062
Hunter Lab75.2331-3.9694-5.9845
CIE-Lab79.95420.0528-10.7334

#bcc7da color RGB value is (188,199,218).

#bcc7da hex color red value is 188, green value is 199 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bcc7da hue: 0.61 , saturation: 0.29 and the lightness value of bcc7da is 0.80.

The process color (four color CMYK) of #bcc7da color hex is 0.14, 0.09, 0.00, 0.15. Web safe color of #bcc7da is #cccccc. Color #bcc7da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 11011010
Octal 274 307 332
Decimal 188 199 218
Hex BC C7 DA

RGB Percentages of Color #bcc7da

%31.07
%32.89
%36.03

CMYK Percentages of Color #bcc7da

%14
%9
%0
%15

Triadic Colors of #bcc7da

#bcc7da #dabcc7 #c7dabc

Analogous Colors of #bcc7da

#bcc7da #c0bcda #bcd6da

Monochromatic Colors of #bcc7da

#bcc7da

Complementary Color

#bcc7da #dacfbc

#bcc7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc7da Color CSS Codes

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

#bcc7da Text Font Color

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

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


#bcc7da Background Color

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

This div background color is #bcc7da


#bcc7da Border Color

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

This div border color is #bcc7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc7da


Comments

No comments written yet.

Please login to write comment.