Color Hex Logo

#bcbdd1 Color Hex

#BCBDD1
(188,189,209)
0 Favorites   0 Comments

Color spaces of #bcbdd1

RGB 188189209
HSL0.660.190.78
HSV237°10°82°
CMYK 0.100.100.00   0.18
XYZ50.445351.690067.6400
Yxy51.69000.29710.3045
Hunter Lab71.8958-0.5739-5.4534
CIE-Lab77.09513.5500-10.1431

#bcbdd1 color RGB value is (188,189,209).

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

The process color (four color CMYK) of #bcbdd1 color hex is 0.10, 0.10, 0.00, 0.18. Web safe color of #bcbdd1 is #cccccc. Color #bcbdd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 11010001
Octal 274 275 321
Decimal 188 189 209
Hex BC BD D1

RGB Percentages of Color #bcbdd1

%32.08
%32.25
%35.67

CMYK Percentages of Color #bcbdd1

%10
%10
%0
%18

Triadic Colors of #bcbdd1

#bcbdd1 #d1bcbd #bdd1bc

Analogous Colors of #bcbdd1

#bcbdd1 #c6bcd1 #bcc8d1

Monochromatic Colors of #bcbdd1

#bcbdd1

Complementary Color

#bcbdd1 #d1d0bc

#bcbdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdd1 Color CSS Codes

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

#bcbdd1 Text Font Color

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

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


#bcbdd1 Background Color

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

This div background color is #bcbdd1


#bcbdd1 Border Color

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

This div border color is #bcbdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdd1


Comments

No comments written yet.

Please login to write comment.