Color Hex Logo

#b198bb Color Hex

#B198BB
(177,152,187)
0 Favorites   0 Comments

Color spaces of #b198bb

RGB 177152187
HSL0.790.200.66
HSV283°19°73°
CMYK 0.050.190.00   0.27
XYZ38.329335.391451.8248
Yxy35.39140.30530.2819
Hunter Lab59.490710.8973-10.0065
CIE-Lab66.052315.7298-14.6856

#b198bb color RGB value is (177,152,187).

#b198bb hex color red value is 177, green value is 152 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b198bb hue: 0.79 , saturation: 0.20 and the lightness value of b198bb is 0.66.

The process color (four color CMYK) of #b198bb color hex is 0.05, 0.19, 0.00, 0.27. Web safe color of #b198bb is #9999cc. Color #b198bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011000 10111011
Octal 261 230 273
Decimal 177 152 187
Hex B1 98 BB

RGB Percentages of Color #b198bb

%34.30
%29.46
%36.24

CMYK Percentages of Color #b198bb

%5
%19
%0
%27

Triadic Colors of #b198bb

#b198bb #bbb198 #98bbb1

Analogous Colors of #b198bb

#b198bb #bb98b4 #a098bb

Monochromatic Colors of #b198bb

#b198bb

Complementary Color

#b198bb #a2bb98

#b198bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b198bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b198bb Color CSS Codes

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

#b198bb Text Font Color

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

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


#b198bb Background Color

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

This div background color is #b198bb


#b198bb Border Color

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

This div border color is #b198bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,152,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b198bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b198bb;
  -webkit-box-shadow: 1px 1px 3px 2px #b198bb;
  box-shadow:         1px 1px 3px 2px #b198bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,152,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b198bb


Comments

No comments written yet.

Please login to write comment.