Color Hex Logo

#bdc0dc Color Hex

#BDC0DC
(189,192,220)
0 Favorites   0 Comments

Color spaces of #bdc0dc

RGB 189192220
HSL0.650.310.80
HSV234°14°86°
CMYK 0.140.130.00   0.14
XYZ52.754253.685475.2920
Yxy53.68540.29030.2954
Hunter Lab73.27030.2959-9.6367
CIE-Lab78.27794.5360-14.3105

#bdc0dc color RGB value is (189,192,220).

#bdc0dc hex color red value is 189, green value is 192 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bdc0dc hue: 0.65 , saturation: 0.31 and the lightness value of bdc0dc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 11011100
Octal 275 300 334
Decimal 189 192 220
Hex BD C0 DC

RGB Percentages of Color #bdc0dc

%31.45
%31.95
%36.61

CMYK Percentages of Color #bdc0dc

%14
%13
%0
%14

Triadic Colors of #bdc0dc

#bdc0dc #dcbdc0 #c0dcbd

Analogous Colors of #bdc0dc

#bdc0dc #cabddc #bdd0dc

Monochromatic Colors of #bdc0dc

#bdc0dc

Complementary Color

#bdc0dc #dcd9bd

#bdc0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc0dc Color CSS Codes

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

#bdc0dc Text Font Color

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

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


#bdc0dc Background Color

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

This div background color is #bdc0dc


#bdc0dc Border Color

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

This div border color is #bdc0dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,192,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc0dc


Comments

No comments written yet.

Please login to write comment.