Color Hex Logo

#bbaddb Color Hex

#BBADDB
(187,173,219)
0 Favorites   0 Comments

Color spaces of #bbaddb

RGB 187173219
HSL0.720.390.77
HSV258°21°86°
CMYK 0.150.210.00   0.14
XYZ48.223345.566473.2714
Yxy45.56640.28870.2728
Hunter Lab67.50299.3883-17.1047
CIE-Lab73.263314.0331-21.3599

#bbaddb color RGB value is (187,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11011011
Octal 273 255 333
Decimal 187 173 219
Hex BB AD DB

RGB Percentages of Color #bbaddb

%32.30
%29.88
%37.82

CMYK Percentages of Color #bbaddb

%15
%21
%0
%14

Triadic Colors of #bbaddb

#bbaddb #dbbbad #addbbb

Analogous Colors of #bbaddb

#bbaddb #d2addb #adb6db

Monochromatic Colors of #bbaddb

#bbaddb

Complementary Color

#bbaddb #cddbad

#bbaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaddb Color CSS Codes

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

#bbaddb Text Font Color

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

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


#bbaddb Background Color

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

This div background color is #bbaddb


#bbaddb Border Color

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

This div border color is #bbaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaddb


Comments

No comments written yet.

Please login to write comment.