Color Hex Logo

#bbadbf Color Hex

#BBADBF
(187,173,191)
0 Favorites   0 Comments

Color spaces of #bbadbf

RGB 187173191
HSL0.800.120.71
HSV287°75°
CMYK 0.020.090.00   0.25
XYZ44.841144.213555.4609
Yxy44.21350.31030.3059
Hunter Lab66.49324.0120-2.9075
CIE-Lab72.37108.3293-7.3610

#bbadbf color RGB value is (187,173,191).

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

The process color (four color CMYK) of #bbadbf color hex is 0.02, 0.09, 0.00, 0.25. Web safe color of #bbadbf is #cc99cc. Color #bbadbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 10111111
Octal 273 255 277
Decimal 187 173 191
Hex BB AD BF

RGB Percentages of Color #bbadbf

%33.94
%31.40
%34.66

CMYK Percentages of Color #bbadbf

%2
%9
%0
%25

Triadic Colors of #bbadbf

#bbadbf #bfbbad #adbfbb

Analogous Colors of #bbadbf

#bbadbf #bfadba #b2adbf

Monochromatic Colors of #bbadbf

#bbadbf

Complementary Color

#bbadbf #b1bfad

#bbadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadbf Color CSS Codes

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

#bbadbf Text Font Color

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

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


#bbadbf Background Color

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

This div background color is #bbadbf


#bbadbf Border Color

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

This div border color is #bbadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadbf


Comments

No comments written yet.

Please login to write comment.