Color Hex Logo

#b198be Color Hex

#B198BE
(177,152,190)
0 Favorites   0 Comments

Color spaces of #b198be

RGB 177152190
HSL0.780.230.67
HSV279°20°75°
CMYK 0.070.200.00   0.25
XYZ38.654035.521353.5342
Yxy35.52130.30270.2781
Hunter Lab59.599711.4684-11.5362
CIE-Lab66.152516.3378-16.2110

#b198be color RGB value is (177,152,190).

#b198be hex color red value is 177, green value is 152 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b198be hue: 0.78 , saturation: 0.23 and the lightness value of b198be is 0.67.

The process color (four color CMYK) of #b198be color hex is 0.07, 0.20, 0.00, 0.25. Web safe color of #b198be is #9999cc. Color #b198be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011000 10111110
Octal 261 230 276
Decimal 177 152 190
Hex B1 98 BE

RGB Percentages of Color #b198be

%34.10
%29.29
%36.61

CMYK Percentages of Color #b198be

%7
%20
%0
%25

Triadic Colors of #b198be

#b198be #beb198 #98beb1

Analogous Colors of #b198be

#b198be #be98b8 #9e98be

Monochromatic Colors of #b198be

#b198be

Complementary Color

#b198be #a5be98

#b198be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b198be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b198be Color CSS Codes

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

#b198be Text Font Color

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

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


#b198be Background Color

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

This div background color is #b198be


#b198be Border Color

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

This div border color is #b198be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b198be


Comments

No comments written yet.

Please login to write comment.