Color Hex Logo

#bbaddf Color Hex

#BBADDF
(187,173,223)
0 Favorites   0 Comments

Color spaces of #bbaddf

RGB 187173223
HSL0.710.440.78
HSV257°22°87°
CMYK 0.160.220.00   0.13
XYZ48.756445.779676.0787
Yxy45.77960.28580.2683
Hunter Lab67.660610.2214-19.3042
CIE-Lab73.402314.8981-23.3306

#bbaddf color RGB value is (187,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11011111
Octal 273 255 337
Decimal 187 173 223
Hex BB AD DF

RGB Percentages of Color #bbaddf

%32.08
%29.67
%38.25

CMYK Percentages of Color #bbaddf

%16
%22
%0
%13

Triadic Colors of #bbaddf

#bbaddf #dfbbad #addfbb

Analogous Colors of #bbaddf

#bbaddf #d4addf #adb8df

Monochromatic Colors of #bbaddf

#bbaddf

Complementary Color

#bbaddf #d1dfad

#bbaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaddf Color CSS Codes

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

#bbaddf Text Font Color

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

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


#bbaddf Background Color

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

This div background color is #bbaddf


#bbaddf Border Color

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

This div border color is #bbaddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaddf

#bbaddf Color Palettes


Comments

No comments written yet.

Please login to write comment.