Color Hex Logo

#bd99ab Color Hex

#BD99AB
(189,153,171)
0 Favorites   0 Comments

Color spaces of #bd99ab

RGB 189153171
HSL0.920.210.67
HSV330°19°74°
CMYK 0.000.190.10   0.26
XYZ39.728236.541643.4874
Yxy36.54160.33170.3051
Hunter Lab60.449611.5254-0.3384
CIE-Lab66.931716.3796-4.3013

#bd99ab color RGB value is (189,153,171).

#bd99ab hex color red value is 189, green value is 153 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bd99ab hue: 0.92 , saturation: 0.21 and the lightness value of bd99ab is 0.67.

The process color (four color CMYK) of #bd99ab color hex is 0.00, 0.19, 0.10, 0.26. Web safe color of #bd99ab is #cc9999. Color #bd99ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 10101011
Octal 275 231 253
Decimal 189 153 171
Hex BD 99 AB

RGB Percentages of Color #bd99ab

%36.84
%29.82
%33.33

CMYK Percentages of Color #bd99ab

%0
%19
%10
%26

Triadic Colors of #bd99ab

#bd99ab #abbd99 #99abbd

Analogous Colors of #bd99ab

#bd99ab #bd9999 #bd99bd

Monochromatic Colors of #bd99ab

#bd99ab

Complementary Color

#bd99ab #99bdab

#bd99ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd99ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd99ab Color CSS Codes

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

#bd99ab Text Font Color

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

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


#bd99ab Background Color

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

This div background color is #bd99ab


#bd99ab Border Color

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

This div border color is #bd99ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,153,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd99ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd99ab;
  -webkit-box-shadow: 1px 1px 3px 2px #bd99ab;
  box-shadow:         1px 1px 3px 2px #bd99ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,153,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd99ab


Comments

No comments written yet.

Please login to write comment.