Color Hex Logo

#b999ba Color Hex

#B999BA
(185,153,186)
0 Favorites   0 Comments

Color spaces of #b999ba

RGB 185153186
HSL0.830.190.66
HSV298°18°73°
CMYK 0.010.180.00   0.27
XYZ40.261736.641951.4049
Yxy36.64190.31380.2856
Hunter Lab60.532612.7928-7.9769
CIE-Lab67.007517.7188-12.6157

#b999ba color RGB value is (185,153,186).

#b999ba hex color red value is 185, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b999ba hue: 0.83 , saturation: 0.19 and the lightness value of b999ba is 0.66.

The process color (four color CMYK) of #b999ba color hex is 0.01, 0.18, 0.00, 0.27. Web safe color of #b999ba is #cc99cc. Color #b999ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011001 10111010
Octal 271 231 272
Decimal 185 153 186
Hex B9 99 BA

RGB Percentages of Color #b999ba

%35.31
%29.20
%35.50

CMYK Percentages of Color #b999ba

%1
%18
%0
%27

Triadic Colors of #b999ba

#b999ba #bab999 #99bab9

Analogous Colors of #b999ba

#b999ba #ba99ab #a999ba

Monochromatic Colors of #b999ba

#b999ba

Complementary Color

#b999ba #9aba99

#b999ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b999ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b999ba Color CSS Codes

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

#b999ba Text Font Color

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

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


#b999ba Background Color

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

This div background color is #b999ba


#b999ba Border Color

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

This div border color is #b999ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b999ba


Comments

No comments written yet.

Please login to write comment.