Color Hex Logo

#bbaad7 Color Hex

#BBAAD7
(187,170,215)
0 Favorites   0 Comments

Color spaces of #bbaad7

RGB 187170215
HSL0.730.360.75
HSV263°21°84°
CMYK 0.130.210.00   0.16
XYZ47.134044.220570.3412
Yxy44.22050.29150.2735
Hunter Lab66.498510.1481-16.1672
CIE-Lab72.375614.8336-20.5222

#bbaad7 color RGB value is (187,170,215).

#bbaad7 hex color red value is 187, green value is 170 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bbaad7 hue: 0.73 , saturation: 0.36 and the lightness value of bbaad7 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11010111
Octal 273 252 327
Decimal 187 170 215
Hex BB AA D7

RGB Percentages of Color #bbaad7

%32.69
%29.72
%37.59

CMYK Percentages of Color #bbaad7

%13
%21
%0
%16

Triadic Colors of #bbaad7

#bbaad7 #d7bbaa #aad7bb

Analogous Colors of #bbaad7

#bbaad7 #d2aad7 #aab0d7

Monochromatic Colors of #bbaad7

#bbaad7

Complementary Color

#bbaad7 #c6d7aa

#bbaad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaad7 Color CSS Codes

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

#bbaad7 Text Font Color

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

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


#bbaad7 Background Color

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

This div background color is #bbaad7


#bbaad7 Border Color

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

This div border color is #bbaad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaad7


Comments

No comments written yet.

Please login to write comment.