Color Hex Logo

#bcbded Color Hex

#BCBDED
(188,189,237)
0 Favorites   0 Comments

Color spaces of #bcbded

RGB 188189237
HSL0.660.580.83
HSV239°21°93°
CMYK 0.210.200.00   0.07
XYZ54.222753.201087.5317
Yxy53.20100.27810.2729
Hunter Lab72.93905.0532-20.0947
CIE-Lab77.99359.5398-23.9074

#bcbded color RGB value is (188,189,237).

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

The process color (four color CMYK) of #bcbded color hex is 0.21, 0.20, 0.00, 0.07. Web safe color of #bcbded is #ccccff. Color #bcbded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 11101101
Octal 274 275 355
Decimal 188 189 237
Hex BC BD ED

RGB Percentages of Color #bcbded

%30.62
%30.78
%38.60

CMYK Percentages of Color #bcbded

%21
%20
%0
%7

Triadic Colors of #bcbded

#bcbded #edbcbd #bdedbc

Analogous Colors of #bcbded

#bcbded #d4bced #bcd6ed

Monochromatic Colors of #bcbded

#bcbded

Complementary Color

#bcbded #edecbc

#bcbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbded Color CSS Codes

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

#bcbded Text Font Color

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

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


#bcbded Background Color

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

This div background color is #bcbded


#bcbded Border Color

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

This div border color is #bcbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbded


Comments

No comments written yet.

Please login to write comment.