Color Hex Logo

#b9afbc Color Hex

#B9AFBC
(185,175,188)
0 Favorites   0 Comments

Color spaces of #b9afbc

RGB 185175188
HSL0.790.090.71
HSV286°74°
CMYK 0.020.070.00   0.26
XYZ44.414744.605153.8457
Yxy44.60510.31090.3122
Hunter Lab66.78701.8287-1.0504
CIE-Lab72.63115.9703-5.3467

#b9afbc color RGB value is (185,175,188).

#b9afbc hex color red value is 185, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b9afbc hue: 0.79 , saturation: 0.09 and the lightness value of b9afbc is 0.71.

The process color (four color CMYK) of #b9afbc color hex is 0.02, 0.07, 0.00, 0.26. Web safe color of #b9afbc is #cc99cc. Color #b9afbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101111 10111100
Octal 271 257 274
Decimal 185 175 188
Hex B9 AF BC

RGB Percentages of Color #b9afbc

%33.76
%31.93
%34.31

CMYK Percentages of Color #b9afbc

%2
%7
%0
%26

Triadic Colors of #b9afbc

#b9afbc #bcb9af #afbcb9

Analogous Colors of #b9afbc

#b9afbc #bcafb9 #b3afbc

Monochromatic Colors of #b9afbc

#b9afbc

Complementary Color

#b9afbc #b2bcaf

#b9afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9afbc Color CSS Codes

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

#b9afbc Text Font Color

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

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


#b9afbc Background Color

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

This div background color is #b9afbc


#b9afbc Border Color

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

This div border color is #b9afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9afbc


Comments

No comments written yet.

Please login to write comment.