Color Hex Logo

#bdabbf Color Hex

#BDABBF
(189,171,191)
0 Favorites   0 Comments

Color spaces of #bdabbf

RGB 189171191
HSL0.820.140.71
HSV294°10°75°
CMYK 0.010.100.00   0.25
XYZ44.953143.706255.3571
Yxy43.70620.31210.3035
Hunter Lab66.11075.6805-3.3684
CIE-Lab72.031710.1155-7.8463

#bdabbf color RGB value is (189,171,191).

#bdabbf hex color red value is 189, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bdabbf hue: 0.82 , saturation: 0.14 and the lightness value of bdabbf is 0.71.

The process color (four color CMYK) of #bdabbf color hex is 0.01, 0.10, 0.00, 0.25. Web safe color of #bdabbf is #cc99cc. Color #bdabbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 10111111
Octal 275 253 277
Decimal 189 171 191
Hex BD AB BF

RGB Percentages of Color #bdabbf

%34.30
%31.03
%34.66

CMYK Percentages of Color #bdabbf

%1
%10
%0
%25

Triadic Colors of #bdabbf

#bdabbf #bfbdab #abbfbd

Analogous Colors of #bdabbf

#bdabbf #bfabb7 #b3abbf

Monochromatic Colors of #bdabbf

#bdabbf

Complementary Color

#bdabbf #adbfab

#bdabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabbf Color CSS Codes

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

#bdabbf Text Font Color

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

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


#bdabbf Background Color

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

This div background color is #bdabbf


#bdabbf Border Color

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

This div border color is #bdabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabbf


Comments

No comments written yet.

Please login to write comment.