Color Hex Logo

#bbaade Color Hex

#BBAADE
(187,170,222)
0 Favorites   0 Comments

Color spaces of #bbaade

RGB 187170222
HSL0.720.440.77
HSV260°23°87°
CMYK 0.160.230.00   0.13
XYZ48.053144.588275.1809
Yxy44.58820.28630.2657
Hunter Lab66.774411.5994-20.0122
CIE-Lab72.619916.3366-23.9786

#bbaade color RGB value is (187,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11011110
Octal 273 252 336
Decimal 187 170 222
Hex BB AA DE

RGB Percentages of Color #bbaade

%32.30
%29.36
%38.34

CMYK Percentages of Color #bbaade

%16
%23
%0
%13

Triadic Colors of #bbaade

#bbaade #debbaa #aadebb

Analogous Colors of #bbaade

#bbaade #d5aade #aab3de

Monochromatic Colors of #bbaade

#bbaade

Complementary Color

#bbaade #cddeaa

#bbaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaade Color CSS Codes

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

#bbaade Text Font Color

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

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


#bbaade Background Color

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

This div background color is #bbaade


#bbaade Border Color

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

This div border color is #bbaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaade


Comments

No comments written yet.

Please login to write comment.