Color Hex Logo

#bdc5d1 Color Hex

#BDC5D1
(189,197,209)
0 Favorites   0 Comments

Color spaces of #bdc5d1

RGB 189197209
HSL0.600.180.78
HSV216°10°82°
CMYK 0.100.060.00   0.18
XYZ52.461155.354868.2411
Yxy55.35480.29800.3144
Hunter Lab74.4008-4.3384-2.3008
CIE-Lab79.2452-0.3957-6.9401

#bdc5d1 color RGB value is (189,197,209).

#bdc5d1 hex color red value is 189, green value is 197 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bdc5d1 hue: 0.60 , saturation: 0.18 and the lightness value of bdc5d1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 11010001
Octal 275 305 321
Decimal 189 197 209
Hex BD C5 D1

RGB Percentages of Color #bdc5d1

%31.76
%33.11
%35.13

CMYK Percentages of Color #bdc5d1

%10
%6
%0
%18

Triadic Colors of #bdc5d1

#bdc5d1 #d1bdc5 #c5d1bd

Analogous Colors of #bdc5d1

#bdc5d1 #bfbdd1 #bdcfd1

Monochromatic Colors of #bdc5d1

#bdc5d1

Complementary Color

#bdc5d1 #d1c9bd

#bdc5d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc5d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc5d1 Color CSS Codes

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

#bdc5d1 Text Font Color

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

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


#bdc5d1 Background Color

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

This div background color is #bdc5d1


#bdc5d1 Border Color

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

This div border color is #bdc5d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc5d1


Comments

No comments written yet.

Please login to write comment.