Color Hex Logo

#bcbdd9 Color Hex

#BCBDD9
(188,189,217)
0 Favorites   0 Comments

Color spaces of #bcbdd9

RGB 188189217
HSL0.660.280.79
HSV238°13°85°
CMYK 0.130.130.00   0.15
XYZ51.461052.096372.9889
Yxy52.09630.29150.2951
Hunter Lab72.17780.9551-9.4319
CIE-Lab77.33845.2003-14.1084

#bcbdd9 color RGB value is (188,189,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 11011001
Octal 274 275 331
Decimal 188 189 217
Hex BC BD D9

RGB Percentages of Color #bcbdd9

%31.65
%31.82
%36.53

CMYK Percentages of Color #bcbdd9

%13
%13
%0
%15

Triadic Colors of #bcbdd9

#bcbdd9 #d9bcbd #bdd9bc

Analogous Colors of #bcbdd9

#bcbdd9 #cabcd9 #bcccd9

Monochromatic Colors of #bcbdd9

#bcbdd9

Complementary Color

#bcbdd9 #d9d8bc

#bcbdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdd9 Color CSS Codes

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

#bcbdd9 Text Font Color

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

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


#bcbdd9 Background Color

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

This div background color is #bcbdd9


#bcbdd9 Border Color

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

This div border color is #bcbdd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdd9


Comments

No comments written yet.

Please login to write comment.