Color Hex Logo

#b198bc Color Hex

#B198BC
(177,152,188)
0 Favorites   0 Comments

Color spaces of #b198bc

RGB 177152188
HSL0.780.210.67
HSV282°19°74°
CMYK 0.060.190.00   0.26
XYZ38.436835.434452.3906
Yxy35.43440.30440.2806
Hunter Lab59.526811.0866-10.5134
CIE-Lab66.085515.9316-15.1945

#b198bc color RGB value is (177,152,188).

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

The process color (four color CMYK) of #b198bc color hex is 0.06, 0.19, 0.00, 0.26. Web safe color of #b198bc is #9999cc. Color #b198bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011000 10111100
Octal 261 230 274
Decimal 177 152 188
Hex B1 98 BC

RGB Percentages of Color #b198bc

%34.24
%29.40
%36.36

CMYK Percentages of Color #b198bc

%6
%19
%0
%26

Triadic Colors of #b198bc

#b198bc #bcb198 #98bcb1

Analogous Colors of #b198bc

#b198bc #bc98b5 #9f98bc

Monochromatic Colors of #b198bc

#b198bc

Complementary Color

#b198bc #a3bc98

#b198bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b198bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b198bc Color CSS Codes

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

#b198bc Text Font Color

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

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


#b198bc Background Color

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

This div background color is #b198bc


#b198bc Border Color

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

This div border color is #b198bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b198bc


Comments

No comments written yet.

Please login to write comment.