Color Hex Logo

#bbadde Color Hex

#BBADDE
(187,173,222)
0 Favorites   0 Comments

Color spaces of #bbadde

RGB 187173222
HSL0.710.430.77
HSV257°22°87°
CMYK 0.160.220.00   0.13
XYZ48.621945.725975.3706
Yxy45.72590.28650.2694
Hunter Lab67.620910.0113-18.7503
CIE-Lab73.367314.6805-22.8386

#bbadde color RGB value is (187,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11011110
Octal 273 255 336
Decimal 187 173 222
Hex BB AD DE

RGB Percentages of Color #bbadde

%32.13
%29.73
%38.14

CMYK Percentages of Color #bbadde

%16
%22
%0
%13

Triadic Colors of #bbadde

#bbadde #debbad #addebb

Analogous Colors of #bbadde

#bbadde #d4adde #adb8de

Monochromatic Colors of #bbadde

#bbadde

Complementary Color

#bbadde #d0dead

#bbadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadde Color CSS Codes

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

#bbadde Text Font Color

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

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


#bbadde Background Color

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

This div background color is #bbadde


#bbadde Border Color

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

This div border color is #bbadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadde


Comments

No comments written yet.

Please login to write comment.