Color Hex Logo

#bccdd1 Color Hex

#BCCDD1
(188,205,209)
0 Favorites   0 Comments

Color spaces of #bccdd1

RGB 188205209
HSL0.530.190.78
HSV191°10°82°
CMYK 0.100.020.00   0.18
XYZ54.079058.957568.8513
Yxy58.95750.29730.3241
Hunter Lab76.7838-8.65370.5839
CIE-Lab81.2682-4.9420-3.9607

#bccdd1 color RGB value is (188,205,209).

#bccdd1 hex color red value is 188, green value is 205 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bccdd1 hue: 0.53 , saturation: 0.19 and the lightness value of bccdd1 is 0.78.

The process color (four color CMYK) of #bccdd1 color hex is 0.10, 0.02, 0.00, 0.18. Web safe color of #bccdd1 is #cccccc. Color #bccdd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11010001
Octal 274 315 321
Decimal 188 205 209
Hex BC CD D1

RGB Percentages of Color #bccdd1

%31.23
%34.05
%34.72

CMYK Percentages of Color #bccdd1

%10
%2
%0
%18

Triadic Colors of #bccdd1

#bccdd1 #d1bccd #cdd1bc

Analogous Colors of #bccdd1

#bccdd1 #bcc3d1 #bcd1cb

Monochromatic Colors of #bccdd1

#bccdd1

Complementary Color

#bccdd1 #d1c0bc

#bccdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdd1 Color CSS Codes

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

#bccdd1 Text Font Color

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

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


#bccdd1 Background Color

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

This div background color is #bccdd1


#bccdd1 Border Color

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

This div border color is #bccdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdd1


Comments

No comments written yet.

Please login to write comment.