Color Hex Logo

#b5bacc Color Hex

#B5BACC
(181,186,204)
0 Favorites   0 Comments

Color spaces of #b5bacc

RGB 181186204
HSL0.630.180.75
HSV227°11°80°
CMYK 0.110.090.00   0.20
XYZ47.514049.301264.1386
Yxy49.30120.29520.3063
Hunter Lab70.2148-2.0859-5.0088
CIE-Lab75.63831.8310-9.6579

#b5bacc color RGB value is (181,186,204).

#b5bacc hex color red value is 181, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b5bacc hue: 0.63 , saturation: 0.18 and the lightness value of b5bacc is 0.75.

The process color (four color CMYK) of #b5bacc color hex is 0.11, 0.09, 0.00, 0.20. Web safe color of #b5bacc is #cccccc. Color #b5bacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111010 11001100
Octal 265 272 314
Decimal 181 186 204
Hex B5 BA CC

RGB Percentages of Color #b5bacc

%31.70
%32.57
%35.73

CMYK Percentages of Color #b5bacc

%11
%9
%0
%20

Triadic Colors of #b5bacc

#b5bacc #ccb5ba #baccb5

Analogous Colors of #b5bacc

#b5bacc #bcb5cc #b5c6cc

Monochromatic Colors of #b5bacc

#b5bacc

Complementary Color

#b5bacc #ccc7b5

#b5bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bacc Color CSS Codes

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

#b5bacc Text Font Color

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

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


#b5bacc Background Color

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

This div background color is #b5bacc


#b5bacc Border Color

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

This div border color is #b5bacc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,186,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5bacc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5bacc;
  -webkit-box-shadow: 1px 1px 3px 2px #b5bacc;
  box-shadow:         1px 1px 3px 2px #b5bacc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,186,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bacc


Comments

No comments written yet.

Please login to write comment.