Color Hex Logo

#b99bce Color Hex

#B99BCE
(185,155,206)
0 Favorites   0 Comments

Color spaces of #b99bce

RGB 185155206
HSL0.760.340.71
HSV275°25°81°
CMYK 0.100.250.00   0.19
XYZ42.869538.213263.5089
Yxy38.21320.29650.2643
Hunter Lab61.816815.6090-17.6411
CIE-Lab68.177520.6143-21.9710

#b99bce color RGB value is (185,155,206).

#b99bce hex color red value is 185, green value is 155 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b99bce hue: 0.76 , saturation: 0.34 and the lightness value of b99bce is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011011 11001110
Octal 271 233 316
Decimal 185 155 206
Hex B9 9B CE

RGB Percentages of Color #b99bce

%33.88
%28.39
%37.73

CMYK Percentages of Color #b99bce

%10
%25
%0
%19

Triadic Colors of #b99bce

#b99bce #ceb99b #9bceb9

Analogous Colors of #b99bce

#b99bce #ce9bca #a09bce

Monochromatic Colors of #b99bce

#b99bce

Complementary Color

#b99bce #b0ce9b

#b99bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99bce Color CSS Codes

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

#b99bce Text Font Color

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

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


#b99bce Background Color

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

This div background color is #b99bce


#b99bce Border Color

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

This div border color is #b99bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99bce


Comments

No comments written yet.

Please login to write comment.