Color Hex Logo

#bcc4dd Color Hex

#BCC4DD
(188,196,221)
1 Favorites   0 Comments

Color spaces of #bcc4dd

RGB 188196221
HSL0.630.330.80
HSV225°15°87°
CMYK 0.150.110.00   0.13
XYZ53.530155.391776.2769
Yxy55.39170.28900.2991
Hunter Lab74.4256-1.8599-8.6669
CIE-Lab79.26642.2802-13.3741

#bcc4dd color RGB value is (188,196,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 11011101
Octal 274 304 335
Decimal 188 196 221
Hex BC C4 DD

RGB Percentages of Color #bcc4dd

%31.07
%32.40
%36.53

CMYK Percentages of Color #bcc4dd

%15
%11
%0
%13

Triadic Colors of #bcc4dd

#bcc4dd #ddbcc4 #c4ddbc

Analogous Colors of #bcc4dd

#bcc4dd #c5bcdd #bcd5dd

Monochromatic Colors of #bcc4dd

#bcc4dd

Complementary Color

#bcc4dd #ddd5bc

#bcc4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc4dd Color CSS Codes

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

#bcc4dd Text Font Color

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

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


#bcc4dd Background Color

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

This div background color is #bcc4dd


#bcc4dd Border Color

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

This div border color is #bcc4dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,196,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 #bcc4dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc4dd

#bcc4dd Color Palettes


Comments

No comments written yet.

Please login to write comment.