Color Hex Logo

#bbade6 Color Hex

#BBADE6
(187,173,230)
0 Favorites   0 Comments

Color spaces of #bbade6

RGB 187173230
HSL0.710.530.79
HSV255°25°90°
CMYK 0.190.250.00   0.10
XYZ49.720046.165181.1531
Yxy46.16510.28080.2608
Hunter Lab67.944911.7173-23.2543
CIE-Lab73.652516.4391-26.7603

#bbade6 color RGB value is (187,173,230).

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

The process color (four color CMYK) of #bbade6 color hex is 0.19, 0.25, 0.00, 0.10. Web safe color of #bbade6 is #cc99ff. Color #bbade6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11100110
Octal 273 255 346
Decimal 187 173 230
Hex BB AD E6

RGB Percentages of Color #bbade6

%31.69
%29.32
%38.98

CMYK Percentages of Color #bbade6

%19
%25
%0
%10

Triadic Colors of #bbade6

#bbade6 #e6bbad #ade6bb

Analogous Colors of #bbade6

#bbade6 #d8ade6 #adbce6

Monochromatic Colors of #bbade6

#bbade6

Complementary Color

#bbade6 #d8e6ad

#bbade6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbade6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbade6 Color CSS Codes

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

#bbade6 Text Font Color

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

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


#bbade6 Background Color

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

This div background color is #bbade6


#bbade6 Border Color

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

This div border color is #bbade6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbade6


Comments

No comments written yet.

Please login to write comment.