Color Hex Logo

#b9acca Color Hex

#B9ACCA
(185,172,202)
0 Favorites   0 Comments

Color spaces of #b9acca

RGB 185172202
HSL0.740.220.73
HSV266°15°79°
CMYK 0.080.150.00   0.21
XYZ45.420844.083661.9922
Yxy44.08360.29980.2910
Hunter Lab66.39555.9188-8.8811
CIE-Lab72.284310.3729-13.5492

#b9acca color RGB value is (185,172,202).

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

The process color (four color CMYK) of #b9acca color hex is 0.08, 0.15, 0.00, 0.21. Web safe color of #b9acca is #cc99cc. Color #b9acca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101100 11001010
Octal 271 254 312
Decimal 185 172 202
Hex B9 AC CA

RGB Percentages of Color #b9acca

%33.09
%30.77
%36.14

CMYK Percentages of Color #b9acca

%8
%15
%0
%21

Triadic Colors of #b9acca

#b9acca #cab9ac #accab9

Analogous Colors of #b9acca

#b9acca #c8acca #acaeca

Monochromatic Colors of #b9acca

#b9acca

Complementary Color

#b9acca #bdcaac

#b9acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9acca Color CSS Codes

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

#b9acca Text Font Color

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

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


#b9acca Background Color

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

This div background color is #b9acca


#b9acca Border Color

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

This div border color is #b9acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9acca


Comments

No comments written yet.

Please login to write comment.