Color Hex Logo

#b899bb Color Hex

#B899BB
(184,153,187)
0 Favorites   0 Comments

Color spaces of #b899bb

RGB 184153187
HSL0.820.200.67
HSV295°18°73°
CMYK 0.020.180.00   0.27
XYZ40.128036.560751.9556
Yxy36.56070.31190.2842
Hunter Lab60.465412.6473-8.6198
CIE-Lab66.946117.5672-13.2757

#b899bb color RGB value is (184,153,187).

#b899bb hex color red value is 184, green value is 153 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b899bb hue: 0.82 , saturation: 0.20 and the lightness value of b899bb is 0.67.

The process color (four color CMYK) of #b899bb color hex is 0.02, 0.18, 0.00, 0.27. Web safe color of #b899bb is #cc99cc. Color #b899bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011001 10111011
Octal 270 231 273
Decimal 184 153 187
Hex B8 99 BB

RGB Percentages of Color #b899bb

%35.11
%29.20
%35.69

CMYK Percentages of Color #b899bb

%2
%18
%0
%27

Triadic Colors of #b899bb

#b899bb #bbb899 #99bbb8

Analogous Colors of #b899bb

#b899bb #bb99ad #a799bb

Monochromatic Colors of #b899bb

#b899bb

Complementary Color

#b899bb #9cbb99

#b899bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b899bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b899bb Color CSS Codes

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

#b899bb Text Font Color

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

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


#b899bb Background Color

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

This div background color is #b899bb


#b899bb Border Color

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

This div border color is #b899bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b899bb


Comments

No comments written yet.

Please login to write comment.