Color Hex Logo

#bcbadc Color Hex

#BCBADC
(188,186,220)
0 Favorites   0 Comments

Color spaces of #bcbadc

RGB 188186220
HSL0.680.330.80
HSV244°15°86°
CMYK 0.150.150.00   0.14
XYZ51.216250.976574.8502
Yxy50.97650.28930.2879
Hunter Lab71.39783.0982-12.1784
CIE-Lab76.66487.4566-16.7452

#bcbadc color RGB value is (188,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 11011100
Octal 274 272 334
Decimal 188 186 220
Hex BC BA DC

RGB Percentages of Color #bcbadc

%31.65
%31.31
%37.04

CMYK Percentages of Color #bcbadc

%15
%15
%0
%14

Triadic Colors of #bcbadc

#bcbadc #dcbcba #badcbc

Analogous Colors of #bcbadc

#bcbadc #cdbadc #bac9dc

Monochromatic Colors of #bcbadc

#bcbadc

Complementary Color

#bcbadc #dadcba

#bcbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbadc Color CSS Codes

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

#bcbadc Text Font Color

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

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


#bcbadc Background Color

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

This div background color is #bcbadc


#bcbadc Border Color

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

This div border color is #bcbadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbadc


Comments

No comments written yet.

Please login to write comment.