Color Hex Logo

#bdc8c2 Color Hex

#BDC8C2
(189,200,194)
0 Favorites   0 Comments

Color spaces of #bdc8c2

RGB 189200194
HSL0.410.090.76
HSV147°78°
CMYK 0.050.000.03   0.22
XYZ51.378156.022459.1444
Yxy56.02240.30850.3364
Hunter Lab74.8481-8.45625.5432
CIE-Lab79.6266-4.88151.6880

#bdc8c2 color RGB value is (189,200,194).

#bdc8c2 hex color red value is 189, green value is 200 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #bdc8c2 hue: 0.41 , saturation: 0.09 and the lightness value of bdc8c2 is 0.76.

The process color (four color CMYK) of #bdc8c2 color hex is 0.05, 0.00, 0.03, 0.22. Web safe color of #bdc8c2 is #cccccc. Color #bdc8c2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 11000010
Octal 275 310 302
Decimal 189 200 194
Hex BD C8 C2

RGB Percentages of Color #bdc8c2

%32.42
%34.31
%33.28

CMYK Percentages of Color #bdc8c2

%5
%0
%3
%22

Triadic Colors of #bdc8c2

#bdc8c2 #c2bdc8 #c8c2bd

Analogous Colors of #bdc8c2

#bdc8c2 #bdc8c8 #bec8bd

Monochromatic Colors of #bdc8c2

#bdc8c2

Complementary Color

#bdc8c2 #c8bdc3

#bdc8c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc8c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc8c2 Color CSS Codes

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

#bdc8c2 Text Font Color

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

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


#bdc8c2 Background Color

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

This div background color is #bdc8c2


#bdc8c2 Border Color

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

This div border color is #bdc8c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc8c2


Comments

No comments written yet.

Please login to write comment.