Color Hex Logo

#bcc2dd Color Hex

#BCC2DD
(188,194,221)
0 Favorites   0 Comments

Color spaces of #bcc2dd

RGB 188194221
HSL0.640.330.80
HSV229°15°87°
CMYK 0.150.120.00   0.13
XYZ53.082054.495476.1276
Yxy54.49540.28900.2966
Hunter Lab73.8210-0.8339-9.4679
CIE-Lab78.74973.3517-14.1489

#bcc2dd color RGB value is (188,194,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 11011101
Octal 274 302 335
Decimal 188 194 221
Hex BC C2 DD

RGB Percentages of Color #bcc2dd

%31.18
%32.17
%36.65

CMYK Percentages of Color #bcc2dd

%15
%12
%0
%13

Triadic Colors of #bcc2dd

#bcc2dd #ddbcc2 #c2ddbc

Analogous Colors of #bcc2dd

#bcc2dd #c7bcdd #bcd3dd

Monochromatic Colors of #bcc2dd

#bcc2dd

Complementary Color

#bcc2dd #ddd7bc

#bcc2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc2dd Color CSS Codes

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

#bcc2dd Text Font Color

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

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


#bcc2dd Background Color

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

This div background color is #bcc2dd


#bcc2dd Border Color

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

This div border color is #bcc2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc2dd


Comments

No comments written yet.

Please login to write comment.