Color Hex Logo

#bcbdce Color Hex

#BCBDCE
(188,189,206)
0 Favorites   0 Comments

Color spaces of #bcbdce

RGB 188189206
HSL0.660.160.77
HSV237°81°
CMYK 0.090.080.00   0.19
XYZ50.077251.542865.7019
Yxy51.54280.29930.3080
Hunter Lab71.7933-1.1312-4.0041
CIE-Lab77.00662.9442-8.6499

#bcbdce color RGB value is (188,189,206).

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

The process color (four color CMYK) of #bcbdce color hex is 0.09, 0.08, 0.00, 0.19. Web safe color of #bcbdce is #cccccc. Color #bcbdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 11001110
Octal 274 275 316
Decimal 188 189 206
Hex BC BD CE

RGB Percentages of Color #bcbdce

%32.25
%32.42
%35.33

CMYK Percentages of Color #bcbdce

%9
%8
%0
%19

Triadic Colors of #bcbdce

#bcbdce #cebcbd #bdcebc

Analogous Colors of #bcbdce

#bcbdce #c4bcce #bcc6ce

Monochromatic Colors of #bcbdce

#bcbdce

Complementary Color

#bcbdce #cecdbc

#bcbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdce Color CSS Codes

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

#bcbdce Text Font Color

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

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


#bcbdce Background Color

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

This div background color is #bcbdce


#bcbdce Border Color

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

This div border color is #bcbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdce


Comments

No comments written yet.

Please login to write comment.