Color Hex Logo

#bbadff Color Hex

#BBADFF
(187,173,255)
0 Favorites   0 Comments

Color spaces of #bbadff

RGB 187173255
HSL0.701.000.84
HSV250°32°100°
CMYK 0.270.320.00   0.00
XYZ53.487147.6719100.9903
Yxy47.67190.26460.2358
Hunter Lab69.044817.4505-38.3907
CIE-Lab74.617522.2078-38.8087

#bbadff color RGB value is (187,173,255).

#bbadff hex color red value is 187, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bbadff hue: 0.70 , saturation: 1.00 and the lightness value of bbadff is 0.84.

The process color (four color CMYK) of #bbadff color hex is 0.27, 0.32, 0.00, 0.00. Web safe color of #bbadff is #cc99ff. Color #bbadff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11111111
Octal 273 255 377
Decimal 187 173 255
Hex BB AD FF

RGB Percentages of Color #bbadff

%30.41
%28.13
%41.46

CMYK Percentages of Color #bbadff

%27
%32
%0
%0

Triadic Colors of #bbadff

#bbadff #ffbbad #adffbb

Analogous Colors of #bbadff

#bbadff #e4adff #adc8ff

Monochromatic Colors of #bbadff

#bbadff

Complementary Color

#bbadff #f1ffad

#bbadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadff Color CSS Codes

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

#bbadff Text Font Color

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

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


#bbadff Background Color

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

This div background color is #bbadff


#bbadff Border Color

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

This div border color is #bbadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadff


Comments

No comments written yet.

Please login to write comment.