Color Hex Logo

#bcb6db Color Hex

#BCB6DB
(188,182,219)
0 Favorites   0 Comments

Color spaces of #bcb6db

RGB 188182219
HSL0.690.340.79
HSV250°17°86°
CMYK 0.140.170.00   0.14
XYZ50.253249.261773.8777
Yxy49.26170.28980.2841
Hunter Lab70.18674.9781-13.2773
CIE-Lab75.61389.4202-17.7893

#bcb6db color RGB value is (188,182,219).

#bcb6db hex color red value is 188, green value is 182 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bcb6db hue: 0.69 , saturation: 0.34 and the lightness value of bcb6db is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 11011011
Octal 274 266 333
Decimal 188 182 219
Hex BC B6 DB

RGB Percentages of Color #bcb6db

%31.92
%30.90
%37.18

CMYK Percentages of Color #bcb6db

%14
%17
%0
%14

Triadic Colors of #bcb6db

#bcb6db #dbbcb6 #b6dbbc

Analogous Colors of #bcb6db

#bcb6db #cfb6db #b6c3db

Monochromatic Colors of #bcb6db

#bcb6db

Complementary Color

#bcb6db #d5dbb6

#bcb6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb6db Color CSS Codes

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

#bcb6db Text Font Color

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

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


#bcb6db Background Color

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

This div background color is #bcb6db


#bcb6db Border Color

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

This div border color is #bcb6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb6db


Comments

No comments written yet.

Please login to write comment.