Color Hex Logo

#bb9dae Color Hex

#BB9DAE
(187,157,174)
0 Favorites   0 Comments

Color spaces of #bb9dae

RGB 187157174
HSL0.910.180.67
HSV326°16°73°
CMYK 0.000.160.07   0.27
XYZ40.190537.734745.2097
Yxy37.73470.32640.3065
Hunter Lab61.42869.2861-0.6358
CIE-Lab67.824613.9752-4.6811

#bb9dae color RGB value is (187,157,174).

#bb9dae hex color red value is 187, green value is 157 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bb9dae hue: 0.91 , saturation: 0.18 and the lightness value of bb9dae is 0.67.

The process color (four color CMYK) of #bb9dae color hex is 0.00, 0.16, 0.07, 0.27. Web safe color of #bb9dae is #cc9999. Color #bb9dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011101 10101110
Octal 273 235 256
Decimal 187 157 174
Hex BB 9D AE

RGB Percentages of Color #bb9dae

%36.10
%30.31
%33.59

CMYK Percentages of Color #bb9dae

%0
%16
%7
%27

Triadic Colors of #bb9dae

#bb9dae #aebb9d #9daebb

Analogous Colors of #bb9dae

#bb9dae #bb9d9f #b99dbb

Monochromatic Colors of #bb9dae

#bb9dae

Complementary Color

#bb9dae #9dbbaa

#bb9dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9dae Color CSS Codes

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

#bb9dae Text Font Color

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

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


#bb9dae Background Color

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

This div background color is #bb9dae


#bb9dae Border Color

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

This div border color is #bb9dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9dae


Comments

No comments written yet.

Please login to write comment.