Color Hex Logo

#bdafbb Color Hex

#BDAFBB
(189,175,187)
0 Favorites   0 Comments

Color spaces of #bdafbb

RGB 189175187
HSL0.860.100.71
HSV309°74°
CMYK 0.000.070.01   0.26
XYZ45.285945.066653.3256
Yxy45.06660.31520.3137
Hunter Lab67.13172.9327-0.1045
CIE-Lab72.93577.1778-4.3106

#bdafbb color RGB value is (189,175,187).

#bdafbb hex color red value is 189, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bdafbb hue: 0.86 , saturation: 0.10 and the lightness value of bdafbb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 10111011
Octal 275 257 273
Decimal 189 175 187
Hex BD AF BB

RGB Percentages of Color #bdafbb

%34.30
%31.76
%33.94

CMYK Percentages of Color #bdafbb

%0
%7
%1
%26

Triadic Colors of #bdafbb

#bdafbb #bbbdaf #afbbbd

Analogous Colors of #bdafbb

#bdafbb #bdafb4 #b8afbd

Monochromatic Colors of #bdafbb

#bdafbb

Complementary Color

#bdafbb #afbdb1

#bdafbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdafbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdafbb Color CSS Codes

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

#bdafbb Text Font Color

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

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


#bdafbb Background Color

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

This div background color is #bdafbb


#bdafbb Border Color

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

This div border color is #bdafbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdafbb


Comments

No comments written yet.

Please login to write comment.