Color Hex Logo

#bdc5bc Color Hex

#BDC5BC
(189,197,188)
0 Favorites   0 Comments

Color spaces of #bdc5bc

RGB 189197188
HSL0.310.070.75
HSV113°77°
CMYK 0.040.000.05   0.23
XYZ50.029654.382255.4369
Yxy54.38220.31300.3402
Hunter Lab73.7443-7.95457.0500
CIE-Lab78.6841-4.41413.5467

#bdc5bc color RGB value is (189,197,188).

#bdc5bc hex color red value is 189, green value is 197 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bdc5bc hue: 0.31 , saturation: 0.07 and the lightness value of bdc5bc is 0.75.

The process color (four color CMYK) of #bdc5bc color hex is 0.04, 0.00, 0.05, 0.23. Web safe color of #bdc5bc is #cccccc. Color #bdc5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 10111100
Octal 275 305 274
Decimal 189 197 188
Hex BD C5 BC

RGB Percentages of Color #bdc5bc

%32.93
%34.32
%32.75

CMYK Percentages of Color #bdc5bc

%4
%0
%5
%23

Triadic Colors of #bdc5bc

#bdc5bc #bcbdc5 #c5bcbd

Analogous Colors of #bdc5bc

#bdc5bc #bcc5c0 #c2c5bc

Monochromatic Colors of #bdc5bc

#bdc5bc

Complementary Color

#bdc5bc #c4bcc5

#bdc5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc5bc Color CSS Codes

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

#bdc5bc Text Font Color

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

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


#bdc5bc Background Color

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

This div background color is #bdc5bc


#bdc5bc Border Color

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

This div border color is #bdc5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc5bc


Comments

No comments written yet.

Please login to write comment.