Color Hex Logo

#bcc7dc Color Hex

#BCC7DC
(188,199,220)
0 Favorites   0 Comments

Color spaces of #bcc7dc

RGB 188199220
HSL0.610.310.80
HSV219°15°86°
CMYK 0.150.100.00   0.14
XYZ54.080756.705575.8050
Yxy56.70550.28980.3039
Hunter Lab75.3031-3.5863-6.9731
CIE-Lab80.01370.4700-11.7186

#bcc7dc color RGB value is (188,199,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 11011100
Octal 274 307 334
Decimal 188 199 220
Hex BC C7 DC

RGB Percentages of Color #bcc7dc

%30.97
%32.78
%36.24

CMYK Percentages of Color #bcc7dc

%15
%10
%0
%14

Triadic Colors of #bcc7dc

#bcc7dc #dcbcc7 #c7dcbc

Analogous Colors of #bcc7dc

#bcc7dc #c1bcdc #bcd7dc

Monochromatic Colors of #bcc7dc

#bcc7dc

Complementary Color

#bcc7dc #dcd1bc

#bcc7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc7dc Color CSS Codes

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

#bcc7dc Text Font Color

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

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


#bcc7dc Background Color

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

This div background color is #bcc7dc


#bcc7dc Border Color

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

This div border color is #bcc7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc7dc

#bcc7dc Color Palettes


Comments

No comments written yet.

Please login to write comment.