Color Hex Logo

#bbaabc Color Hex

#BBAABC
(187,170,188)
0 Favorites   0 Comments

Color spaces of #bbaabc

RGB 187170188
HSL0.820.120.70
HSV297°10°74°
CMYK 0.010.100.00   0.26
XYZ43.945342.945153.5500
Yxy42.94510.31290.3058
Hunter Lab65.53255.0180-2.5762
CIE-Lab71.51779.3978-6.9763

#bbaabc color RGB value is (187,170,188).

#bbaabc hex color red value is 187, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bbaabc hue: 0.82 , saturation: 0.12 and the lightness value of bbaabc is 0.70.

The process color (four color CMYK) of #bbaabc color hex is 0.01, 0.10, 0.00, 0.26. Web safe color of #bbaabc is #cc99cc. Color #bbaabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 10111100
Octal 273 252 274
Decimal 187 170 188
Hex BB AA BC

RGB Percentages of Color #bbaabc

%34.31
%31.19
%34.50

CMYK Percentages of Color #bbaabc

%1
%10
%0
%26

Triadic Colors of #bbaabc

#bbaabc #bcbbaa #aabcbb

Analogous Colors of #bbaabc

#bbaabc #bcaab4 #b2aabc

Monochromatic Colors of #bbaabc

#bbaabc

Complementary Color

#bbaabc #abbcaa

#bbaabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaabc Color CSS Codes

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

#bbaabc Text Font Color

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

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


#bbaabc Background Color

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

This div background color is #bbaabc


#bbaabc Border Color

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

This div border color is #bbaabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaabc


Comments

No comments written yet.

Please login to write comment.