Color Hex Logo

#b898bf Color Hex

#B898BF
(184,152,191)
0 Favorites   0 Comments

Color spaces of #b898bf

RGB 184152191
HSL0.800.230.67
HSV289°20°75°
CMYK 0.040.200.00   0.25
XYZ40.399436.408454.1885
Yxy36.40840.30840.2779
Hunter Lab60.339413.9183-11.0085
CIE-Lab66.830818.9081-15.6821

#b898bf color RGB value is (184,152,191).

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

The process color (four color CMYK) of #b898bf color hex is 0.04, 0.20, 0.00, 0.25. Web safe color of #b898bf is #cc99cc. Color #b898bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011000 10111111
Octal 270 230 277
Decimal 184 152 191
Hex B8 98 BF

RGB Percentages of Color #b898bf

%34.91
%28.84
%36.24

CMYK Percentages of Color #b898bf

%4
%20
%0
%25

Triadic Colors of #b898bf

#b898bf #bfb898 #98bfb8

Analogous Colors of #b898bf

#b898bf #bf98b3 #a598bf

Monochromatic Colors of #b898bf

#b898bf

Complementary Color

#b898bf #9fbf98

#b898bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b898bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b898bf Color CSS Codes

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

#b898bf Text Font Color

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

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


#b898bf Background Color

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

This div background color is #b898bf


#b898bf Border Color

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

This div border color is #b898bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b898bf


Comments

No comments written yet.

Please login to write comment.