Color Hex Logo

#bdc1df Color Hex

#BDC1DF
(189,193,223)
0 Favorites   0 Comments

Color spaces of #bdc1df

RGB 189193223
HSL0.650.350.81
HSV233°15°87°
CMYK 0.150.130.00   0.13
XYZ53.375554.286577.4772
Yxy54.28650.28830.2932
Hunter Lab73.67940.3717-10.7706
CIE-Lab78.62854.6318-15.4007

#bdc1df color RGB value is (189,193,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 11011111
Octal 275 301 337
Decimal 189 193 223
Hex BD C1 DF

RGB Percentages of Color #bdc1df

%31.24
%31.90
%36.86

CMYK Percentages of Color #bdc1df

%15
%13
%0
%13

Triadic Colors of #bdc1df

#bdc1df #dfbdc1 #c1dfbd

Analogous Colors of #bdc1df

#bdc1df #cabddf #bdd2df

Monochromatic Colors of #bdc1df

#bdc1df

Complementary Color

#bdc1df #dfdbbd

#bdc1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc1df Color CSS Codes

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

#bdc1df Text Font Color

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

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


#bdc1df Background Color

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

This div background color is #bdc1df


#bdc1df Border Color

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

This div border color is #bdc1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc1df


Comments

No comments written yet.

Please login to write comment.