Color Hex Logo

#b897bc Color Hex

#B897BC
(184,151,188)
0 Favorites   0 Comments

Color spaces of #b897bc

RGB 184151188
HSL0.820.220.66
HSV294°20°74°
CMYK 0.020.200.00   0.26
XYZ39.910935.954452.4133
Yxy35.95440.31110.2803
Hunter Lab59.962013.8767-9.8525
CIE-Lab66.485118.8769-14.5282

#b897bc color RGB value is (184,151,188).

#b897bc hex color red value is 184, green value is 151 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b897bc hue: 0.82 , saturation: 0.22 and the lightness value of b897bc is 0.66.

The process color (four color CMYK) of #b897bc color hex is 0.02, 0.20, 0.00, 0.26. Web safe color of #b897bc is #cc99cc. Color #b897bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010111 10111100
Octal 270 227 274
Decimal 184 151 188
Hex B8 97 BC

RGB Percentages of Color #b897bc

%35.18
%28.87
%35.95

CMYK Percentages of Color #b897bc

%2
%20
%0
%26

Triadic Colors of #b897bc

#b897bc #bcb897 #97bcb8

Analogous Colors of #b897bc

#b897bc #bc97ae #a697bc

Monochromatic Colors of #b897bc

#b897bc

Complementary Color

#b897bc #9bbc97

#b897bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b897bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b897bc Color CSS Codes

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

#b897bc Text Font Color

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

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


#b897bc Background Color

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

This div background color is #b897bc


#b897bc Border Color

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

This div border color is #b897bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b897bc


Comments

No comments written yet.

Please login to write comment.