Color Hex Logo

#bbaac4 Color Hex

#BBAAC4
(187,170,196)
0 Favorites   0 Comments

Color spaces of #bbaac4

RGB 187170196
HSL0.780.180.72
HSV279°13°77°
CMYK 0.050.130.00   0.23
XYZ44.832043.299858.2193
Yxy43.29980.30630.2959
Hunter Lab65.80266.4594-6.3954
CIE-Lab71.758010.9452-11.0232

#bbaac4 color RGB value is (187,170,196).

#bbaac4 hex color red value is 187, green value is 170 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bbaac4 hue: 0.78 , saturation: 0.18 and the lightness value of bbaac4 is 0.72.

The process color (four color CMYK) of #bbaac4 color hex is 0.05, 0.13, 0.00, 0.23. Web safe color of #bbaac4 is #cc99cc. Color #bbaac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11000100
Octal 273 252 304
Decimal 187 170 196
Hex BB AA C4

RGB Percentages of Color #bbaac4

%33.82
%30.74
%35.44

CMYK Percentages of Color #bbaac4

%5
%13
%0
%23

Triadic Colors of #bbaac4

#bbaac4 #c4bbaa #aac4bb

Analogous Colors of #bbaac4

#bbaac4 #c4aac0 #aeaac4

Monochromatic Colors of #bbaac4

#bbaac4

Complementary Color

#bbaac4 #b3c4aa

#bbaac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaac4 Color CSS Codes

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

#bbaac4 Text Font Color

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

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


#bbaac4 Background Color

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

This div background color is #bbaac4


#bbaac4 Border Color

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

This div border color is #bbaac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaac4


Comments

No comments written yet.

Please login to write comment.