Color Hex Logo

#bd96be Color Hex

#BD96BE
(189,150,190)
0 Favorites   0 Comments

Color spaces of #bd96be

RGB 189150190
HSL0.830.240.67
HSV299°21°75°
CMYK 0.010.210.00   0.25
XYZ41.186936.349253.5605
Yxy36.34920.31420.2773
Hunter Lab60.290316.4330-10.4687
CIE-Lab66.785921.5287-15.1449

#bd96be color RGB value is (189,150,190).

#bd96be hex color red value is 189, green value is 150 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bd96be hue: 0.83 , saturation: 0.24 and the lightness value of bd96be is 0.67.

The process color (four color CMYK) of #bd96be color hex is 0.01, 0.21, 0.00, 0.25. Web safe color of #bd96be is #cc99cc. Color #bd96be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 10111110
Octal 275 226 276
Decimal 189 150 190
Hex BD 96 BE

RGB Percentages of Color #bd96be

%35.73
%28.36
%35.92

CMYK Percentages of Color #bd96be

%1
%21
%0
%25

Triadic Colors of #bd96be

#bd96be #bebd96 #96bebd

Analogous Colors of #bd96be

#bd96be #be96ab #a996be

Monochromatic Colors of #bd96be

#bd96be

Complementary Color

#bd96be #97be96

#bd96be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd96be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd96be Color CSS Codes

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

#bd96be Text Font Color

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

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


#bd96be Background Color

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

This div background color is #bd96be


#bd96be Border Color

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

This div border color is #bd96be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd96be


Comments

No comments written yet.

Please login to write comment.