Color Hex Logo

#bda5bb Color Hex

#BDA5BB
(189,165,187)
0 Favorites   0 Comments

Color spaces of #bda5bb

RGB 189165187
HSL0.850.150.69
HSV305°13°74°
CMYK 0.000.130.01   0.26
XYZ43.411041.316952.7007
Yxy41.31690.31590.3006
Hunter Lab64.27828.0650-3.6162
CIE-Lab70.397412.6534-8.0688

#bda5bb color RGB value is (189,165,187).

#bda5bb hex color red value is 189, green value is 165 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bda5bb hue: 0.85 , saturation: 0.15 and the lightness value of bda5bb is 0.69.

The process color (four color CMYK) of #bda5bb color hex is 0.00, 0.13, 0.01, 0.26. Web safe color of #bda5bb is #cc99cc. Color #bda5bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100101 10111011
Octal 275 245 273
Decimal 189 165 187
Hex BD A5 BB

RGB Percentages of Color #bda5bb

%34.94
%30.50
%34.57

CMYK Percentages of Color #bda5bb

%0
%13
%1
%26

Triadic Colors of #bda5bb

#bda5bb #bbbda5 #a5bbbd

Analogous Colors of #bda5bb

#bda5bb #bda5af #b3a5bd

Monochromatic Colors of #bda5bb

#bda5bb

Complementary Color

#bda5bb #a5bda7

#bda5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda5bb Color CSS Codes

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

#bda5bb Text Font Color

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

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


#bda5bb Background Color

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

This div background color is #bda5bb


#bda5bb Border Color

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

This div border color is #bda5bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda5bb


Comments

No comments written yet.

Please login to write comment.