Color Hex Logo

#bdc1dc Color Hex

#BDC1DC
(189,193,220)
0 Favorites   0 Comments

Color spaces of #bdc1dc

RGB 189193220
HSL0.650.310.80
HSV232°14°86°
CMYK 0.140.120.00   0.14
XYZ52.974554.126175.3655
Yxy54.12610.29030.2966
Hunter Lab73.5704-0.2191-9.2373
CIE-Lab78.53523.9982-13.9244

#bdc1dc color RGB value is (189,193,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 11011100
Octal 275 301 334
Decimal 189 193 220
Hex BD C1 DC

RGB Percentages of Color #bdc1dc

%31.40
%32.06
%36.54

CMYK Percentages of Color #bdc1dc

%14
%12
%0
%14

Triadic Colors of #bdc1dc

#bdc1dc #dcbdc1 #c1dcbd

Analogous Colors of #bdc1dc

#bdc1dc #c9bddc #bdd1dc

Monochromatic Colors of #bdc1dc

#bdc1dc

Complementary Color

#bdc1dc #dcd8bd

#bdc1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc1dc Color CSS Codes

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

#bdc1dc Text Font Color

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

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


#bdc1dc Background Color

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

This div background color is #bdc1dc


#bdc1dc Border Color

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

This div border color is #bdc1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc1dc


Comments

No comments written yet.

Please login to write comment.