Color Hex Logo

#bdc4bc Color Hex

#BDC4BC
(189,196,188)
0 Favorites   0 Comments

Color spaces of #bdc4bc

RGB 189196188
HSL0.310.060.75
HSV113°77°
CMYK 0.040.000.04   0.23
XYZ49.803353.929555.3615
Yxy53.92950.31300.3390
Hunter Lab73.4367-7.45916.7089
CIE-Lab78.4206-3.88813.1649

#bdc4bc color RGB value is (189,196,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 10111100
Octal 275 304 274
Decimal 189 196 188
Hex BD C4 BC

RGB Percentages of Color #bdc4bc

%32.98
%34.21
%32.81

CMYK Percentages of Color #bdc4bc

%4
%0
%4
%23

Triadic Colors of #bdc4bc

#bdc4bc #bcbdc4 #c4bcbd

Analogous Colors of #bdc4bc

#bdc4bc #bcc4bf #c1c4bc

Monochromatic Colors of #bdc4bc

#bdc4bc

Complementary Color

#bdc4bc #c3bcc4

#bdc4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc4bc Color CSS Codes

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

#bdc4bc Text Font Color

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

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


#bdc4bc Background Color

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

This div background color is #bdc4bc


#bdc4bc Border Color

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

This div border color is #bdc4bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,196,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 #bdc4bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc4bc


Comments

No comments written yet.

Please login to write comment.