Color Hex Logo

#b9abce Color Hex

#B9ABCE
(185,171,206)
0 Favorites   0 Comments

Color spaces of #b9abce

RGB 185171206
HSL0.730.260.74
HSV264°17°81°
CMYK 0.100.170.00   0.19
XYZ45.711143.896364.4561
Yxy43.89630.29670.2849
Hunter Lab66.25437.2083-11.3028
CIE-Lab72.159111.7436-15.9327

#b9abce color RGB value is (185,171,206).

#b9abce hex color red value is 185, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b9abce hue: 0.73 , saturation: 0.26 and the lightness value of b9abce is 0.74.

The process color (four color CMYK) of #b9abce color hex is 0.10, 0.17, 0.00, 0.19. Web safe color of #b9abce is #cc99cc. Color #b9abce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101011 11001110
Octal 271 253 316
Decimal 185 171 206
Hex B9 AB CE

RGB Percentages of Color #b9abce

%32.92
%30.43
%36.65

CMYK Percentages of Color #b9abce

%10
%17
%0
%19

Triadic Colors of #b9abce

#b9abce #ceb9ab #abceb9

Analogous Colors of #b9abce

#b9abce #cbabce #abafce

Monochromatic Colors of #b9abce

#b9abce

Complementary Color

#b9abce #c0ceab

#b9abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9abce Color CSS Codes

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

#b9abce Text Font Color

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

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


#b9abce Background Color

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

This div background color is #b9abce


#b9abce Border Color

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

This div border color is #b9abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9abce


Comments

No comments written yet.

Please login to write comment.