Color Hex Logo

#bdb0bc Color Hex

#BDB0BC
(189,176,188)
0 Favorites   0 Comments

Color spaces of #bdb0bc

RGB 189176188
HSL0.850.090.72
HSV305°74°
CMYK 0.000.070.01   0.26
XYZ45.588745.500353.9566
Yxy45.50030.31430.3137
Hunter Lab67.45392.5948-0.2085
CIE-Lab73.22016.8205-4.4396

#bdb0bc color RGB value is (189,176,188).

#bdb0bc hex color red value is 189, green value is 176 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bdb0bc hue: 0.85 , saturation: 0.09 and the lightness value of bdb0bc is 0.72.

The process color (four color CMYK) of #bdb0bc color hex is 0.00, 0.07, 0.01, 0.26. Web safe color of #bdb0bc is #cc99cc. Color #bdb0bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 10111100
Octal 275 260 274
Decimal 189 176 188
Hex BD B0 BC

RGB Percentages of Color #bdb0bc

%34.18
%31.83
%34.00

CMYK Percentages of Color #bdb0bc

%0
%7
%1
%26

Triadic Colors of #bdb0bc

#bdb0bc #bcbdb0 #b0bcbd

Analogous Colors of #bdb0bc

#bdb0bc #bdb0b6 #b8b0bd

Monochromatic Colors of #bdb0bc

#bdb0bc

Complementary Color

#bdb0bc #b0bdb1

#bdb0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb0bc Color CSS Codes

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

#bdb0bc Text Font Color

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

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


#bdb0bc Background Color

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

This div background color is #bdb0bc


#bdb0bc Border Color

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

This div border color is #bdb0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb0bc


Comments

No comments written yet.

Please login to write comment.