Color Hex Logo

#bbadbc Color Hex

#BBADBC
(187,173,188)
0 Favorites   0 Comments

Color spaces of #bbadbc

RGB 187173188
HSL0.820.100.71
HSV296°74°
CMYK 0.010.080.00   0.26
XYZ44.514244.082853.7396
Yxy44.08280.31270.3097
Hunter Lab66.39493.4836-1.5125
CIE-Lab72.28387.7568-5.8415

#bbadbc color RGB value is (187,173,188).

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

The process color (four color CMYK) of #bbadbc color hex is 0.01, 0.08, 0.00, 0.26. Web safe color of #bbadbc is #cc99cc. Color #bbadbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 10111100
Octal 273 255 274
Decimal 187 173 188
Hex BB AD BC

RGB Percentages of Color #bbadbc

%34.12
%31.57
%34.31

CMYK Percentages of Color #bbadbc

%1
%8
%0
%26

Triadic Colors of #bbadbc

#bbadbc #bcbbad #adbcbb

Analogous Colors of #bbadbc

#bbadbc #bcadb6 #b4adbc

Monochromatic Colors of #bbadbc

#bbadbc

Complementary Color

#bbadbc #aebcad

#bbadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadbc Color CSS Codes

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

#bbadbc Text Font Color

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

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


#bbadbc Background Color

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

This div background color is #bbadbc


#bbadbc Border Color

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

This div border color is #bbadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadbc


Comments

No comments written yet.

Please login to write comment.