Color Hex Logo

#bbaadf Color Hex

#BBAADF
(187,170,223)
0 Favorites   0 Comments

Color spaces of #bbaadf

RGB 187170223
HSL0.720.450.77
HSV259°24°87°
CMYK 0.160.240.00   0.13
XYZ48.187544.642075.8890
Yxy44.64200.28560.2646
Hunter Lab66.814711.8106-20.5721
CIE-Lab72.655516.5540-24.4705

#bbaadf color RGB value is (187,170,223).

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

The process color (four color CMYK) of #bbaadf color hex is 0.16, 0.24, 0.00, 0.13. Web safe color of #bbaadf is #cc99cc. Color #bbaadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11011111
Octal 273 252 337
Decimal 187 170 223
Hex BB AA DF

RGB Percentages of Color #bbaadf

%32.24
%29.31
%38.45

CMYK Percentages of Color #bbaadf

%16
%24
%0
%13

Triadic Colors of #bbaadf

#bbaadf #dfbbaa #aadfbb

Analogous Colors of #bbaadf

#bbaadf #d6aadf #aab4df

Monochromatic Colors of #bbaadf

#bbaadf

Complementary Color

#bbaadf #cedfaa

#bbaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaadf Color CSS Codes

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

#bbaadf Text Font Color

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

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


#bbaadf Background Color

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

This div background color is #bbaadf


#bbaadf Border Color

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

This div border color is #bbaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaadf


Comments

No comments written yet.

Please login to write comment.