Color Hex Logo

#b899bd Color Hex

#B899BD
(184,153,189)
0 Favorites   0 Comments

Color spaces of #b899bd

RGB 184153189
HSL0.810.210.67
HSV292°19°74°
CMYK 0.030.190.00   0.26
XYZ40.343736.646953.0913
Yxy36.64690.31010.2817
Hunter Lab60.536713.0193-9.6223
CIE-Lab67.011317.9573-14.2939

#b899bd color RGB value is (184,153,189).

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

The process color (four color CMYK) of #b899bd color hex is 0.03, 0.19, 0.00, 0.26. Web safe color of #b899bd is #cc99cc. Color #b899bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011001 10111101
Octal 270 231 275
Decimal 184 153 189
Hex B8 99 BD

RGB Percentages of Color #b899bd

%34.98
%29.09
%35.93

CMYK Percentages of Color #b899bd

%3
%19
%0
%26

Triadic Colors of #b899bd

#b899bd #bdb899 #99bdb8

Analogous Colors of #b899bd

#b899bd #bd99b0 #a699bd

Monochromatic Colors of #b899bd

#b899bd

Complementary Color

#b899bd #9ebd99

#b899bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b899bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b899bd Color CSS Codes

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

#b899bd Text Font Color

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

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


#b899bd Background Color

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

This div background color is #b899bd


#b899bd Border Color

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

This div border color is #b899bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b899bd


Comments

No comments written yet.

Please login to write comment.