Color Hex Logo

#bcbdd4 Color Hex

#BCBDD4
(188,189,212)
0 Favorites   0 Comments

Color spaces of #bcbdd4

RGB 188189212
HSL0.660.220.78
HSV238°11°83°
CMYK 0.110.110.00   0.17
XYZ50.820351.840069.6150
Yxy51.84000.29500.3009
Hunter Lab72.0000-0.0080-6.9260
CIE-Lab77.18514.1629-11.6330

#bcbdd4 color RGB value is (188,189,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 11010100
Octal 274 275 324
Decimal 188 189 212
Hex BC BD D4

RGB Percentages of Color #bcbdd4

%31.92
%32.09
%35.99

CMYK Percentages of Color #bcbdd4

%11
%11
%0
%17

Triadic Colors of #bcbdd4

#bcbdd4 #d4bcbd #bdd4bc

Analogous Colors of #bcbdd4

#bcbdd4 #c7bcd4 #bcc9d4

Monochromatic Colors of #bcbdd4

#bcbdd4

Complementary Color

#bcbdd4 #d4d3bc

#bcbdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdd4 Color CSS Codes

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

#bcbdd4 Text Font Color

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

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


#bcbdd4 Background Color

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

This div background color is #bcbdd4


#bcbdd4 Border Color

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

This div border color is #bcbdd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdd4


Comments

No comments written yet.

Please login to write comment.