Color Hex Logo

#bbaadc Color Hex

#BBAADC
(187,170,220)
0 Favorites   0 Comments

Color spaces of #bbaadc

RGB 187170220
HSL0.720.420.76
HSV260°23°86°
CMYK 0.150.230.00   0.14
XYZ47.786544.481673.7773
Yxy44.48160.28780.2679
Hunter Lab66.694511.1795-18.9003
CIE-Lab72.549215.9033-22.9935

#bbaadc color RGB value is (187,170,220).

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

The process color (four color CMYK) of #bbaadc color hex is 0.15, 0.23, 0.00, 0.14. Web safe color of #bbaadc is #cc99cc. Color #bbaadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11011100
Octal 273 252 334
Decimal 187 170 220
Hex BB AA DC

RGB Percentages of Color #bbaadc

%32.41
%29.46
%38.13

CMYK Percentages of Color #bbaadc

%15
%23
%0
%14

Triadic Colors of #bbaadc

#bbaadc #dcbbaa #aadcbb

Analogous Colors of #bbaadc

#bbaadc #d4aadc #aab2dc

Monochromatic Colors of #bbaadc

#bbaadc

Complementary Color

#bbaadc #cbdcaa

#bbaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaadc Color CSS Codes

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

#bbaadc Text Font Color

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

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


#bbaadc Background Color

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

This div background color is #bbaadc


#bbaadc Border Color

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

This div border color is #bbaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaadc


Comments

No comments written yet.

Please login to write comment.