Color Hex Logo

#b9b2ce Color Hex

#B9B2CE
(185,178,206)
0 Favorites   0 Comments

Color spaces of #b9b2ce

RGB 185178206
HSL0.710.220.75
HSV255°14°81°
CMYK 0.100.140.00   0.19
XYZ47.068646.611364.9086
Yxy46.61130.29680.2939
Hunter Lab68.27253.5852-8.5780
CIE-Lab73.94057.9056-13.2535

#b9b2ce color RGB value is (185,178,206).

#b9b2ce hex color red value is 185, green value is 178 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b9b2ce hue: 0.71 , saturation: 0.22 and the lightness value of b9b2ce is 0.75.

The process color (four color CMYK) of #b9b2ce color hex is 0.10, 0.14, 0.00, 0.19. Web safe color of #b9b2ce is #cc99cc. Color #b9b2ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10110010 11001110
Octal 271 262 316
Decimal 185 178 206
Hex B9 B2 CE

RGB Percentages of Color #b9b2ce

%32.51
%31.28
%36.20

CMYK Percentages of Color #b9b2ce

%10
%14
%0
%19

Triadic Colors of #b9b2ce

#b9b2ce #ceb9b2 #b2ceb9

Analogous Colors of #b9b2ce

#b9b2ce #c7b2ce #b2b9ce

Monochromatic Colors of #b9b2ce

#b9b2ce

Complementary Color

#b9b2ce #c7ceb2

#b9b2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b2ce Color CSS Codes

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

#b9b2ce Text Font Color

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

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


#b9b2ce Background Color

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

This div background color is #b9b2ce


#b9b2ce Border Color

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

This div border color is #b9b2ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,178,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9b2ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9b2ce;
  -webkit-box-shadow: 1px 1px 3px 2px #b9b2ce;
  box-shadow:         1px 1px 3px 2px #b9b2ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,178,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b2ce


Comments

No comments written yet.

Please login to write comment.