Color Hex Logo

#bcbadf Color Hex

#BCBADF
(188,186,223)
0 Favorites   0 Comments

Color spaces of #bcbadf

RGB 188186223
HSL0.680.370.80
HSV243°17°87°
CMYK 0.160.170.00   0.13
XYZ51.617251.136976.9619
Yxy51.13690.28720.2845
Hunter Lab71.51013.7018-13.7531
CIE-Lab76.76198.0972-18.2223

#bcbadf color RGB value is (188,186,223).

#bcbadf hex color red value is 188, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bcbadf hue: 0.68 , saturation: 0.37 and the lightness value of bcbadf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 11011111
Octal 274 272 337
Decimal 188 186 223
Hex BC BA DF

RGB Percentages of Color #bcbadf

%31.49
%31.16
%37.35

CMYK Percentages of Color #bcbadf

%16
%17
%0
%13

Triadic Colors of #bcbadf

#bcbadf #dfbcba #badfbc

Analogous Colors of #bcbadf

#bcbadf #cfbadf #bacbdf

Monochromatic Colors of #bcbadf

#bcbadf

Complementary Color

#bcbadf #dddfba

#bcbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbadf Color CSS Codes

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

#bcbadf Text Font Color

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

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


#bcbadf Background Color

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

This div background color is #bcbadf


#bcbadf Border Color

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

This div border color is #bcbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbadf


Comments

No comments written yet.

Please login to write comment.