Color Hex Logo

#bcbddb Color Hex

#BCBDDB
(188,189,219)
0 Favorites   0 Comments

Color spaces of #bcbddb

RGB 188189219
HSL0.660.300.80
HSV238°14°86°
CMYK 0.140.140.00   0.14
XYZ51.722852.201074.3676
Yxy52.20100.29010.2928
Hunter Lab72.25031.3473-10.4524
CIE-Lab77.40095.6209-15.0959

#bcbddb color RGB value is (188,189,219).

#bcbddb hex color red value is 188, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bcbddb hue: 0.66 , saturation: 0.30 and the lightness value of bcbddb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 11011011
Octal 274 275 333
Decimal 188 189 219
Hex BC BD DB

RGB Percentages of Color #bcbddb

%31.54
%31.71
%36.74

CMYK Percentages of Color #bcbddb

%14
%14
%0
%14

Triadic Colors of #bcbddb

#bcbddb #dbbcbd #bddbbc

Analogous Colors of #bcbddb

#bcbddb #cbbcdb #bccddb

Monochromatic Colors of #bcbddb

#bcbddb

Complementary Color

#bcbddb #dbdabc

#bcbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbddb Color CSS Codes

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

#bcbddb Text Font Color

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

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


#bcbddb Background Color

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

This div background color is #bcbddb


#bcbddb Border Color

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

This div border color is #bcbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbddb


Comments

No comments written yet.

Please login to write comment.