Color Hex Logo

#b2baca Color Hex

#B2BACA
(178,186,202)
0 Favorites   0 Comments

Color spaces of #b2baca

RGB 178186202
HSL0.610.180.75
HSV220°12°79°
CMYK 0.120.080.00   0.21
XYZ46.579748.847162.8505
Yxy48.84710.29430.3086
Hunter Lab69.8907-3.3447-4.3941
CIE-Lab75.35610.4293-9.0145

#b2baca color RGB value is (178,186,202).

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

The process color (four color CMYK) of #b2baca color hex is 0.12, 0.08, 0.00, 0.21. Web safe color of #b2baca is #99cccc. Color #b2baca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111010 11001010
Octal 262 272 312
Decimal 178 186 202
Hex B2 BA CA

RGB Percentages of Color #b2baca

%31.45
%32.86
%35.69

CMYK Percentages of Color #b2baca

%12
%8
%0
%21

Triadic Colors of #b2baca

#b2baca #cab2ba #bacab2

Analogous Colors of #b2baca

#b2baca #b6b2ca #b2c6ca

Monochromatic Colors of #b2baca

#b2baca

Complementary Color

#b2baca #cac2b2

#b2baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2baca Color CSS Codes

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

#b2baca Text Font Color

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

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


#b2baca Background Color

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

This div background color is #b2baca


#b2baca Border Color

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

This div border color is #b2baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2baca


Comments

No comments written yet.

Please login to write comment.