Color Hex Logo

#b999be Color Hex

#B999BE
(185,153,190)
0 Favorites   0 Comments

Color spaces of #b999be

RGB 185153190
HSL0.810.220.67
HSV292°19°75°
CMYK 0.030.190.00   0.25
XYZ40.693136.814553.6763
Yxy36.81450.31020.2806
Hunter Lab60.675013.5341-9.9786
CIE-Lab67.137618.4943-14.6521

#b999be color RGB value is (185,153,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011001 10111110
Octal 271 231 276
Decimal 185 153 190
Hex B9 99 BE

RGB Percentages of Color #b999be

%35.04
%28.98
%35.98

CMYK Percentages of Color #b999be

%3
%19
%0
%25

Triadic Colors of #b999be

#b999be #beb999 #99beb9

Analogous Colors of #b999be

#b999be #be99b1 #a799be

Monochromatic Colors of #b999be

#b999be

Complementary Color

#b999be #9ebe99

#b999be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b999be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b999be Color CSS Codes

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

#b999be Text Font Color

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

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


#b999be Background Color

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

This div background color is #b999be


#b999be Border Color

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

This div border color is #b999be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,153,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 #b999be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b999be


Comments

No comments written yet.

Please login to write comment.