Color Hex Logo

#bdc096 Color Hex

#BDC096
(189,192,150)
0 Favorites   0 Comments

Color spaces of #bdc096

RGB 189192150
HSL0.180.250.67
HSV64°22°75°
CMYK 0.020.000.22   0.25
XYZ45.340950.720136.2544
Yxy50.72010.34270.3833
Hunter Lab71.2180-10.989719.6703
CIE-Lab76.5091-8.066920.8772

#bdc096 color RGB value is (189,192,150).

#bdc096 hex color red value is 189, green value is 192 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bdc096 hue: 0.18 , saturation: 0.25 and the lightness value of bdc096 is 0.67.

The process color (four color CMYK) of #bdc096 color hex is 0.02, 0.00, 0.22, 0.25. Web safe color of #bdc096 is #cccc99. Color #bdc096 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 10010110
Octal 275 300 226
Decimal 189 192 150
Hex BD C0 96

RGB Percentages of Color #bdc096

%35.59
%36.16
%28.25

CMYK Percentages of Color #bdc096

%2
%0
%22
%25

Triadic Colors of #bdc096

#bdc096 #96bdc0 #c096bd

Analogous Colors of #bdc096

#bdc096 #a8c096 #c0ae96

Monochromatic Colors of #bdc096

#bdc096

Complementary Color

#bdc096 #9996c0

#bdc096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc096 Color CSS Codes

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

#bdc096 Text Font Color

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

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


#bdc096 Background Color

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

This div background color is #bdc096


#bdc096 Border Color

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

This div border color is #bdc096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc096


Comments

No comments written yet.

Please login to write comment.