Color Hex Logo

#bcc7dd Color Hex

#BCC7DD
(188,199,221)
0 Favorites   0 Comments

Color spaces of #bcc7dd

RGB 188199221
HSL0.610.330.80
HSV220°15°87°
CMYK 0.150.100.00   0.13
XYZ54.213656.758776.5048
Yxy56.75870.28920.3028
Hunter Lab75.3384-3.3933-7.4711
CIE-Lab80.04370.6797-12.2106

#bcc7dd color RGB value is (188,199,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 11011101
Octal 274 307 335
Decimal 188 199 221
Hex BC C7 DD

RGB Percentages of Color #bcc7dd

%30.92
%32.73
%36.35

CMYK Percentages of Color #bcc7dd

%15
%10
%0
%13

Triadic Colors of #bcc7dd

#bcc7dd #ddbcc7 #c7ddbc

Analogous Colors of #bcc7dd

#bcc7dd #c2bcdd #bcd8dd

Monochromatic Colors of #bcc7dd

#bcc7dd

Complementary Color

#bcc7dd #ddd2bc

#bcc7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc7dd Color CSS Codes

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

#bcc7dd Text Font Color

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

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


#bcc7dd Background Color

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

This div background color is #bcc7dd


#bcc7dd Border Color

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

This div border color is #bcc7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc7dd


Comments

No comments written yet.

Please login to write comment.